nueanamodule.fcl
Go to the documentation of this file.
1 #include "calorimetry_dune35t.fcl"
2 #include "calorimetry_dune10kt.fcl"
3 #include "trackfinderalgorithms.fcl"
4 
5 BEGIN_PROLOG
6 
7 dunefd_nueana:
8 {
9  module_type: "NueAna"
10  HitsModuleLabel: "lineclusterdc"
11  TrackModuleLabel: "pmtrackdc"
12  ClusterModuleLabel: "lineclusterdc"
13  VertexModuleLabel: "lineclusterdc"
14  GenieGenModuleLabel: "generator"
15  ShowerModuleLabel: "emshower"
16  POTModuleLabel: "generator"
17  FlashModuleLabel: "opflash"
18  CalorimetryModuleLabel: "calo"
19  FidVolCut: 3.0
20  CalorimetryAlg: @local::dune35t_calorimetryalgmc
21 }
22 
23 dunefd_inisegreco:
24 {
25  module_type: "IniSegReco"
26  HitsModuleLabel: "lineclusterdc"
27  TrackModuleLabel: "pmtrackdc"
28  ClusterModuleLabel: "lineclusterdc"
29  GenieGenModuleLabel: "generator"
30  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
31  FidVolCut: 3.0
32 }
33 
34 dunefd_shseg:
35 {
36  module_type: "ShSeg"
37  HitsModuleLabel: "Hit"
38  FidVolCut: 3.0
39  CalorimetryAlg: @local::dune35t_calorimetryalgmc
40  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
41 }
42 
43 END_PROLOG