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 14a1445 commit a35e0fcCopy full SHA for a35e0fc
Recon/include/Recon/ParticleFlow.h
@@ -61,6 +61,11 @@ class ParticleFlow : public framework::Producer {
61
std::string outputCollName_;
62
// configuration
63
bool singleParticle_;
64
+
65
+ // configurable matching criteria for Track + (side) HCal cluster matching
66
+ double tkHadCaloMatchDist_;
67
+ double tkHadCaloMinEnergyRatio_;
68
+ double tkHadCaloMaxEnergyRatio_;
69
};
70
} // namespace recon
71
0 commit comments