The naming convention for fcl files is:
from_tier-type_extra.fcl
where tier
is the data tier of the input dataset, type
is the type of dataset (e.g. primary-only, extracted position), and extra
gives some extra information (optional)
fcl file | runs on | additional info |
---|---|---|
from_mcs-mockdata.fcl | mock datasets | removes genCountLogger which does not apply to mock datasets |
from_mcs-mockdata_noMC.fcl | mock datasets | doesn't include MC in output |
from_mcs-extracted.fcl | reconstructed extracted position datasets | |
from_mcs-primary.fcl | reconstructed primary (i.e. no background hits) datasets | |
from_mcs-mixed.fcl | reconstructed mixed (i.e. primary+background hits) datasets | |
from_mcs-ceSimReco.fcl | output of ceSimReco.fcl | |
from_mcs-mockdata_separateTrkBranches.fcl | mock datasets | example on how to separate the tracks into separate branches again |
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 |
from_mcs-DeMCalib.fcl | reconstructed primary or mixed datasets | only writes one track per event |
from_mcs-OffSpill.fcl | off spill datasets | only contains CentralHelix tracks (i.e. field-on cosmics) |
from_dig-mockdata.fcl | mock datasets (digis) | runs reconstruction and creates EventNtuple in one job |
from_dig-DeMCalib.fcl | digitized primary or mixed datasets | also runs reconstruction, only writes one track per event |