shower_ana.fcl
Go to the documentation of this file.
1 # Standard configurations for shower analysis modules
2 # M Wallbank (m.wallbank@sheffield.ac.uk), October 2016
3 
4 showerana: {
5  module_type: "ShowerAnalysis"
6  HitsModuleLabel: "lineclusterdc"
7  ClusterModuleLabel: "blurredclusterdc"
8  ShowerModuleLabel: "emshowerdc"
9 }
10 
11 reconana: {
12  module_type: "NuEReconAna"
13  HitsModuleLabel: "lineclusterdc"
14  TrackModuleLabel: "pmtrackdc"
15  ShowerModuleLabel: "emshowerdc"
16 }
17 
18 trackshowerana: {
19  module_type: "TrackShowerSep"
20  HitsModuleLabel: "lineclusterdc"
21  TrackModuleLabel: "pmtrackdc"
22  SpacePointModuleLabel: "pmtrackdc"
23  ConeAngle: 10
24  CylinderRadius: 10
25  SphereRadius: 1
26 }