mccheatermodules.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_checkbacktrack:
4 {
5  module_type: "CheckBackTracking"
6  HitModuleLabel: "hit"
7  G4ModuleLabel: "largeant"
8 }
9 
10 standard_recocheck:
11 {
12  module_type: "RecoCheckAna"
13  HitModuleLabel: "hit"
14  ClusterModuleLabel: "cluster"
15  ShowerModuleLabel: "shower"
16  TrackModuleLabel: "track"
17  VertexModuleLabel: "vertex"
18  EventModuleLabel: "event"
19  CheckClusters: true
20  CheckShowers: true
21  CheckTracks: true
22  CheckVertices: true
23  CheckEvents: true
24 }
25 
26 standard_cosmicraybackground:
27 {
28  module_type: "CosmicRayBackground"
29 }
30 
31 standard_backtrackerloader:
32 {
33  module_type: "BackTrackerLoader"
34 }
35 
36 standard_photonbacktrackerloader:
37 {
38  module_type: "PhotonBackTrackerLoader"
39 }
40 
41 END_PROLOG