photonbacktrackerservice.fcl
Go to the documentation of this file.
1 #include "particleinventoryservice.fcl"
2 BEGIN_PROLOG
3 
4 providerPBKConf:{
5  G4ModuleLabel: "largeant" # module that produced the sim::Particle and sim::SimChannel objects
6  MinimumHitEnergyFraction: 0.1 # minimum fraction of energy a G4 trackID contributes to a hit to be
7  # counted in hit based efficiency and purity calculations
8  Delay: 0 #This number is the difference between when light arrives at the detector, and the time recorded in OpHits. This number is experiment specific and should be set by each experiment.
9 }
10 
11 standard_photonbacktrackerservice:
12 {
13  PhotonBackTracker: @local::providerPBKConf
14 }
15 
16 END_PROLOG
17 
18