particleid.fcl
Go to the documentation of this file.
1 #include "pidalgorithms.fcl"
2 BEGIN_PROLOG
3 
4 standard_chi2pid:
5 {
6  module_type: "Chi2ParticleID"
7  TrackModuleLabel: "spacepts"
8  CalorimetryModuleLabel: "calo"
9  Chi2PIDAlg: @local::standard_chi2pidalg
10 }
11 
12 standard_pidaanalyzer:
13 {
14  module_type: "PIDAAnalyzer"
15  CaloModuleLabel: "calo"
16  PIDAAlg: @local::standard_pidaalg
17 }
18 
19 END_PROLOG