Skip to content

Commit 36ea829

Browse files
authored
Simply add "b" geometries for 2023/4 (star-bnl#785)
These were missing. Not critical for reconstruction (only the FXT is different), but appropriate for simulations, and helpful to have this in place for reconstruction so that embedding chains pick up the "b" geometries without confusion.
1 parent 67c4c4a commit 36ea829

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

StRoot/StBFChain/BigFullChain.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,14 @@ Bfc_st BFC[] = { // standard chains
10811081
"B2023a,ITTF,BAna,VFMinuit,etofa,btof,mtd,l3onl,emcDY2,epdHit,trgd,ZDCvtx,analysis",
10821082
"","", "Base chain for year 2023 AA data, using CorrY (+ l3, epd, mtd, b/etof, b-emc)",kFALSE},
10831083

1084+
{"B2023b" ,"","",
1085+
"ry2023b,in,tpcX,UseXgeom,iTpcIT,CorrY,AgML,tpcDB,TpcHitMover,Idst,tags,Tree,picoWrite,picoVtxDefault,picoCovMtxWrite",
1086+
"","", "Base chain for run 2023 data (tpc)",kFALSE},
1087+
1088+
{"P2023b","" ,"",
1089+
"B2023b,ITTF,BAna,VFMinuit,etofa,btof,mtd,l3onl,emcDY2,epdHit,trgd,ZDCvtx,analysis",
1090+
"","", "Base chain for year 2023 AA data, using CorrY (+ l3, epd, mtd, b/etof, b-emc)",kFALSE},
1091+
10841092
// 2024 initial chains
10851093
{"B2024a" ,"","",
10861094
"ry2024a,in,tpcX,UseXgeom,iTpcIT,CorrY,AgML,tpcDB,TpcHitMover,Idst,tags,Tree,picoWrite,picoVtxDefault,picoCovMtxWrite",
@@ -1094,6 +1102,18 @@ Bfc_st BFC[] = { // standard chains
10941102
"B2024a,ITTF,BAna,VFMinuit,etofa,btof,mtd,l3onl,emcDY2,epdHit,trgd,ZDCvtx,analysis",
10951103
"","", "Base chain for year 2024 AA data, using CorrY (+ l3, epd, mtd, b/etof, b-emc)",kFALSE},
10961104

1105+
{"B2024b" ,"","",
1106+
"ry2024b,in,tpcX,UseXgeom,iTpcIT,CorrY,AgML,tpcDB,TpcHitMover,Idst,tags,Tree,picoWrite,picoVtxDefault,picoCovMtxWrite",
1107+
"","", "Base chain for run 2024 data (tpc)",kFALSE},
1108+
1109+
{"pp2024b","" ,"",
1110+
"B2024b,ITTF,BAna,ppOpt,ImpBToFt0Mode,VFPPVnoCTB,beamline3D,l3onl,epdhit,btof,mtd,emcDY2,ftt,fcs,trgd,ZDCvtx,analysis",
1111+
"","","Production chain for year 2024 pp data, using CorrY (+ l3, epd, mtd, btof, fcs, ftt, e/b-emc)",kFALSE},
1112+
1113+
{"P2024b","" ,"",
1114+
"B2024b,ITTF,BAna,VFMinuit,etofa,btof,mtd,l3onl,emcDY2,epdHit,trgd,ZDCvtx,analysis",
1115+
"","", "Base chain for year 2024 AA data, using CorrY (+ l3, epd, mtd, b/etof, b-emc)",kFALSE},
1116+
10971117
// 2025 initial chains
10981118
{"B2025" ,"","",
10991119
"ry2025,in,tpcX,UseXgeom,iTpcIT,CorrY,AgML,tpcDB,TpcHitMover,Idst,tags,Tree,picoWrite,picoVtxDefault,picoCovMtxWrite",

0 commit comments

Comments
 (0)