ProtoDUNEEmptyEventFinder.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_protoduneemptyeventfinder:
4 {
5  SpacePointLabel: "reco3d"
6  NHitsThreshold: 10
7  # Values obtained from handscanning events
8  MinCoordValuesData: [-40.0,400.0,30.0]
9  MaxCoordValuesData: [-10.0,440.0,50.0]
10  MinCoordValuesSim: [-45.0,400.0,20.0]
11  MaxCoordValuesSim: [-15.0,440.0,40.0]
12 }
13 
14 END_PROLOG