Skip to content

Commit 5bbea07

Browse files
akioogawajml985
authored andcommitted
Updates from Tonko on StRoot/RTS/src/DAQ_FCS and TRG_FCS (#179)
* Updates from Tonko on StRoot/RTS/src/DAQ_FCS and TRG_FCS Adding run22 trigger algo in StRoot/RTS/src/TRG_FCS StFcsDb updates on flexible ETGain, fixing reading Gains from text, macro for gain DB StFcsWaveformFitMaker adding stage0 peak finder QA StFcsTriggerSimMaker adding run22 TCU emulator, reading thresholds from text, ET/E gain match selection * Adding forgotton Stage2 algo codes * Adding EPD for getName() Adding s2_to_dsm return for runStage2()
1 parent 86bb98e commit 5bbea07

26 files changed

Lines changed: 2630 additions & 243 deletions

StRoot/RTS/src/TRG_FCS/Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ fcs_trg_lib.a : fcs_trg_base.o \
4242
stage_2_TAMU_202202.o \
4343
stage_0_202103.o \
4444
stage_3_202203.o \
45-
stage_2_202203.o
45+
stage_2_202203.o \
46+
stage_0_202109.o \
47+
stage_2_JP6Carl_202205.o \
48+
stage_2_JP5_202206.o \
49+
stage_2_JP6_202204.o \
50+
stage_2_202207.o \
51+
stage_3_202207.o
4652
$(RTS_AR)
4753

4854
# DO NOT DELETE
@@ -53,6 +59,7 @@ fcs_trg_base.o: fcs_trg_base.h
5359
stage_0_201900.o: fcs_trg_base.h
5460
stage_0_202101.o: fcs_trg_base.h
5561
stage_0_202103.o: fcs_trg_base.h
62+
stage_0_202109.o: fcs_trg_base.h
5663
stage_1_201900.o: fcs_trg_base.h
5764
stage_1_202201.o: fcs_trg_base.h
5865
stage_2_201900.o: fcs_trg_base.h

0 commit comments

Comments
 (0)