Skip to content

Commit a35e0fc

Browse files
authored
Add configurable matching criteria variables for track + (side) hcal cluster matching ParticleFlow.h
1 parent 14a1445 commit a35e0fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Recon/include/Recon/ParticleFlow.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ class ParticleFlow : public framework::Producer {
6161
std::string outputCollName_;
6262
// configuration
6363
bool singleParticle_;
64+
65+
// configurable matching criteria for Track + (side) HCal cluster matching
66+
double tkHadCaloMatchDist_;
67+
double tkHadCaloMinEnergyRatio_;
68+
double tkHadCaloMaxEnergyRatio_;
6469
};
6570
} // namespace recon
6671

0 commit comments

Comments
 (0)