Skip to content

Commit

Permalink
Updates from Tonko on StRoot/RTS/src/DAQ_FCS and TRG_FCS (#179)
Browse files Browse the repository at this point in the history
* 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()
  • Loading branch information
akioogawa authored Nov 10, 2021
1 parent 9e16b04 commit 878013b
Show file tree
Hide file tree
Showing 26 changed files with 2,630 additions and 243 deletions.
9 changes: 8 additions & 1 deletion StRoot/RTS/src/TRG_FCS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ fcs_trg_lib.a : fcs_trg_base.o \
stage_2_TAMU_202202.o \
stage_0_202103.o \
stage_3_202203.o \
stage_2_202203.o
stage_2_202203.o \
stage_0_202109.o \
stage_2_JP6Carl_202205.o \
stage_2_JP5_202206.o \
stage_2_JP6_202204.o \
stage_2_202207.o \
stage_3_202207.o
$(RTS_AR)

# DO NOT DELETE
Expand All @@ -53,6 +59,7 @@ fcs_trg_base.o: fcs_trg_base.h
stage_0_201900.o: fcs_trg_base.h
stage_0_202101.o: fcs_trg_base.h
stage_0_202103.o: fcs_trg_base.h
stage_0_202109.o: fcs_trg_base.h
stage_1_201900.o: fcs_trg_base.h
stage_1_202201.o: fcs_trg_base.h
stage_2_201900.o: fcs_trg_base.h
Expand Down
Loading

0 comments on commit 878013b

Please sign in to comment.