Skip to content
Snippets Groups Projects

JetForwardJvtTool: Add flag to read in instead of calculate fJVT

Merged Anthony Morley requested to merge amorley/athena:fJVTtoolForR22 into master
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -81,6 +81,7 @@
Gaudi::Property<double> m_jetScaleFactor{this, "JetScaleFactor", 0.4, "Jet scale factor"};
Gaudi::Property<double> m_fjvtThresh{this, "FjvtThresh", 15e3, "FJVT threshold"}; //15GeV->92%,11GeV->85%
Gaudi::Property<bool> m_tightOP{this, "UseTightOP", false, "Use tight (true) or loose (false)"};
Gaudi::Property<bool> m_recalculateFjvt{this, "RecalculateFjvt", true, "Recalculate Fjvt or use stored value"};
mutable std::vector<TVector2> m_pileupMomenta;
mutable size_t m_pvind = 0UL;
void getPV() const;
Loading