Skip to content

Commit b37d904

Browse files
Add fcl file for Run-1B studies
1 parent 2fdf957 commit b37d904

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

fcl/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ where ```tier``` is the data tier of the input dataset, ```type``` is the type o
2323
| from_mcs-mockdata_selectorExample.fcl | mock datasets | example on how to use a selector to select certain types of tracks before putting them into the EventNtuple |
2424
| from_mcs-mixed_trkQualCompare.fcl | reconstructed mixed (i.e. primary+background hits) datasets | shows how to output result of more than one TrkQual |
2525
| from_mcs-primary_addVDSteps.fcl | reconstructed primary (i.e. no background hits) datasets | shows how to add the branch for virtual detector steps |
26+
| from_mcs-Run1B.fcl | reconstructed Run-1B (backup plan) datasets | adds the branch for virtual detector steps |
2627
| from_mcs-DeMCalib.fcl | reconstructed primary or mixed datasets | only writes one track per event |
2728
| from_mcs-OffSpill.fcl | off spill datasets | only contains ```CentralHelix``` tracks (i.e. field-on cosmics) |
2829
| from_dig-mockdata.fcl | mock datasets (digis) | runs reconstruction and creates EventNtuple in one job |

fcl/from_mcs-Run1B.fcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "EventNtuple/fcl/from_mcs-extracted.fcl"
2+
3+
physics.analyzers.EventNtuple.FillMCInfo : true
4+
physics.analyzers.EventNtuple.StepPointMCTags : [ "compressRecoMCs:virtualdetector" ]

0 commit comments

Comments
 (0)