CVNZlibMaker.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_cvnzlibmaker:
4 {
5  module_type: CVNZlibMaker
6  #==================
7  # OutputDir: "."
8  PixelMapInput: "cvnmap"
9  SetLog: false
10  ReverseViews: [false,true,false]
11  TopologyHitsCut: 100
12  GenieGenModuleLabel: "generator"
13  EnergyNueLabel: "energynue"
14  EnergyNumuLabel: "energynumu"
15  EnergyNutauLabel: "energynutau"
16  PlaneLimit: 500
17  TDCLimit: 500
18 
19 }
20 
21 standard_cvnzlibmaker_protodune_beam:
22 {
23  module_type: CVNZlibMakerProtoDUNE
24  OutputDir: "."
25  PixelMapInput: "cvnmap"
26  SetLog: false
27  ReverseViews: [false,true,false]
28  LArG4ModuleLabel: "largeant"
29 }
30 
31 END_PROLOG