BackTracker.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_backtracker:
4 {
5  DisableRebuild: false # switches off Backtracker functionality
6 
7  G4ModuleLabel: "geant" # module that produced the sim::Particle and sim::SimChannel objects
8 
9  RawTPCDataLabel: "daq" # module that made the RawDigits for the TPC
10 
11  RawCaloDataLabel: "daqsipm" # module that made the CaloRawDigits for the ECAL
12  RawCaloDataECALInstance: "ECAL" # instance name for the raw hits of the ECAL (to distinguish from MuID hits)
13  ECALtimeResolution: 1.0 # time resolution for hits in ECAL, nsec. (3, 4 sigma, OK?)
14  MinHitEnergyFraction: 0.1 # min frac of total E a G4 track contributes to a TPC hit to be counted
15  MinCaloHitEnergyFrac: 0.1 # min frac of total E a G4 track contributes to a CaloHit to be counted
16 
17  TrackLabel: "track" # module that produced the TPC tracks
18  TPCClusterLabel: "tpccluster" # module that produced the TPCClusters - the stitcher as it happens.
19  TrackFracMCP: 0.8 # Fraction of track's ionization to be tagged as from given MCParticle
20 
21  ClusterLabel: "calocluster" # module that produced the ECAL clusters
22  ClusterECALInstance: "ECAL" # instance name for the the ECAL clusters (to distinguish from MuID clusters)
23  ClusterFracMCP: 0.8 # Fraction of ECAL cluster's ionization to be tagged as from given MCParticle
24 
25  SplitEDeps: true # use weights from the PRFs to break true energy deposits into channel specific contributions
26 }
27 
28 END_PROLOG