HNLAnalysis.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_hnlanalysis:
4 {
5  module_type: HNLAnalysis
6 
7  GEANTLabel: "edepconvert"
8  GEANTInstanceCalo: "ECAL"
9  GEANTInstanceMuID: "MuID"
10 
11  TrackLabel: "track"
12  ClusterLabel: "calocluster"
13  ECALAssnLabel: "trkecalassn"
14 
15  # dE/dx algorithms are still here in the analysis code; hence the IonizeTruncate parameter.
16  IonizTruncate: 1.00
17 
18  # The origin of an MCParticle might be a short distance from the MCTrue interaction
19  # vertex - maybe it is a pi0, tau or charm produced in the interaction and decayed
20  # by GEANT. Count the MCParticle as from the vertex if it is less than this distance:
21  MatchMCPtoVertDist: 0.001
22 
23 }
24 
25 END_PROLOG