GCNZlibMaker.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_gcnzlibmaker:
4 {
5  module_type: GCNZlibMaker
6  #==================
7  OutputDir: "."
8  GraphLabel: "gcngraph"
9  TopologyHitsCut: 100
10  GenieGenModuleLabel: "generator"
11  EnergyNueLabel: "energynue"
12  EnergyNumuLabel: "energynumu"
13  EnergyNutauLabel: "energynutau"
14 }
15 
16 standard_gcnzlibmaker_protodune:
17 {
18  module_type: GCNZlibMakerProtoDUNE
19  #==================
20  OutputDir: "."
21  GraphLabel: "gcngraph"
22  TopologyHitsCut: 100
23  LArG4ModuleLabel: "largeant"
24 }
25 
26 END_PROLOG