-
Notifications
You must be signed in to change notification settings - Fork 68
BFC options for FWD productions #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 7 commits
ad4dcbf
752f57f
f5f03ff
d578543
bbc00a2
63375ee
1a729ea
8138bad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1707,6 +1707,8 @@ Bfc_st BFC[] = { // standard chains | |||||
| "StFcsPointMaker","StFcsPointMaker,libMinuit","Fill FCS points", kFALSE}, | ||||||
| {"fcsPi0Libs","", "", "MuDst", "", "StFcsPi0FinderForEcal", "Libs for FCS Pi0 Finder", kFALSE}, | ||||||
| // FTT | ||||||
| {"fttSim","fttChain","","StEvent,fttDb", | ||||||
| "StFttFastSimulatorMaker","StFttFastSimulatorMaker","Ftt Fast Simulator", kFALSE}, | ||||||
| {"ftt","fttChain","","FttDat,FttHitCalib,FttClu,FttPoint", "StMaker","StChain","FST chain" ,kFALSE}, | ||||||
| {"FttDat","","fttChain","StEvent","StFttRawHitMaker","StFttRawHitMaker,StEvent", | ||||||
| "sTGC Raw hit maker", kFALSE}, | ||||||
|
|
@@ -1721,6 +1723,9 @@ Bfc_st BFC[] = { // standard chains | |||||
| {"FwdTrack","","","fcsDb","StFwdTrackMaker", | ||||||
| "XMLIO,genfit2,KiTrack,StarGeneratorUtil,libMathMore,StEventUtilities,StEpdUtil,StFwdTrackMaker", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [minor] [off topic]. Could you comment on why the tracker depends on event generator utilities? |
||||||
| "Forward Track Maker", kFALSE}, | ||||||
| {"FcsTrackMatch","","","FwdTrack","StFcsTrackMatchMaker", | ||||||
| "StFcsTrackMatchMaker", | ||||||
|
Comment on lines
+1726
to
+1727
|
||||||
| "Forward Track to FCS Match Maker", kFALSE}, | ||||||
|
|
||||||
| #if 0 | ||||||
| {"fpd" ,"fpd","","", "StFpdMaker","StFpdMaker","FPD/BBC Data base chain",kFALSE}, | ||||||
|
|
@@ -1949,6 +1954,7 @@ Bfc_st BFC[] = { // standard chains | |||||
| {"PicoVtxVpdOrDefault","","","-PicoVtxDefault" ,"","","pico Vtx cut on Tof and VPD or default",kFALSE}, | ||||||
| {"PicoVtxFXT" ,"","","-PicoVtxDefault" ,"" ,"","pico Vtx constraint on FXT [198,202] mode",kFALSE}, | ||||||
| {"PicoVtxMtd" ,"","","-PicoVtxDefault" ,"" ,"","pico Vtx using MTD matching mode",kFALSE}, | ||||||
| {"PicoVtxless" ,"","","-PicoVtxDefault" ,"" ,"","pico Vtx NOT required for FWD" ,kFALSE}, | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, don't we need a concurrent change in ...near line 698 of StBFChain.cxx.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Implemented in #639 |
||||||
| {"PicoCovMtxSkip" ,"","","" ,"" ,"","Do not write covariance matrices to picoDst (default)",kFALSE}, | ||||||
| {"PicoCovMtxWrite","","","-PicoCovMtxSkip" ,"" ,"","Write track covariance matrices to picoDst",kFALSE}, | ||||||
| {"PicoBEmcSmdSkip" ,"","","" ,"" ,"","Do not write BSMD to picoDst (default)",kFALSE}, | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The description 'Ftt Fast Simulator' should use consistent capitalization with other entries. Consider 'FTT Fast Simulator' to match the naming convention used elsewhere in the file.