BackTrackerAna.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_backtrackerana:
4 {
5  module_type: BackTrackerAna
6 
7  #=== input product labels ===
8  GEANTLabel: "geant"
9  GEANTInstanceCalo: "ECAL"
10 
11  HitLabel: "hit"
12  CaloHitLabel: "sscalohit"
13  CaloHitInstanceCalo: ""
14 
15  TPCClusterLabel: "tpccluster"
16  TrackLabel: "track"
17  VertexLabel: "vertex"
18  ClusterLabel: "calocluster"
19  #ECALAssnLabel: "trkecalassn"
20  VeeLabel: "veefinder1"
21 
22 }
23 
24 END_PROLOG