VLNVarConfigs.fcl
Go to the documentation of this file.
1 #include "calorimetry_dune10kt.fcl"
2 
3 BEGIN_PROLOG
4 
5 dunefd_vln_default_input_vars:
6 {
7  AlgCalorimetry : @local::dune10kt_calorimetryalgmc
8 
9  LabelPFPModule : "pandora"
10  LabelPFPTrack : "pandoraTrack"
11  LabelPFPShower : "pandoraShower"
12  LabelHit : "linecluster"
13 }
14 
15 dunefd_vln_fiducial_cut:
16 {
17  ContainVolMaxX : 310.0
18  ContainVolMaxY : 550.0
19  ContainVolMinZ : 50.0
20  ContainVolMaxZ : 1250.0
21 }
22 
23 END_PROLOG