Skip to content
Snippets Groups Projects

TrigHLTJetHypo: Changing max jet pT for JVT down to 60 GeV

Merged Claire Antel requested to merge cantel/athena:master_lower_jvt_maxjetpt into master
2 files
+ 44
44
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -35,7 +35,7 @@ class JVTCondition: public ICondition{
double m_workingPoint;
double m_maxEta = 2.5;
double m_maxPt = 120;
double m_maxPt = 60;
const static unsigned int s_capacity{1};
Loading