We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ac16a commit 14a1445Copy full SHA for 14a1445
Recon/python/pfReco.py
@@ -56,6 +56,11 @@ def __init__(self, name='PFlow') :
56
self.inputTrackCollName = 'PFTracks'
57
self.outputCollName = 'PFCandidates'
58
self.singleParticle = False
59
+
60
+ # Matching criteria for Track + (side) HCal cluster matching (need to be configured)
61
+ self.tkHadCaloMatchDist = 2.0
62
+ self.tkHadCaloMinEnergyRatio = 0.3
63
+ self.tkHadCaloMaxEnergyRatio = 2.0
64
65
self.input_ecal_passname = ''
66
self.input_hcal_passname = ''
@@ -79,4 +84,4 @@ def __init__(self, name='PFTruth') :
79
84
self.sim_particles_event_passname = ''
80
85
self.ecal_sp_hits_event_passname = ''
81
86
self.target_sp_hits_event_passname = ''
82
- self.target_sp_passname = ''
87
+ self.target_sp_passname = ''
0 commit comments