Skip to content
Snippets Groups Projects

port to master the logging improvements for DiLeptonMassFilter from 21.6

Merged Ewelina Maria Lobodzinska requested to merge ewelina/athena:master-dilepton into master
All threads resolved!
2 files
+ 37
3
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef GENERATORFILTERSZWINDOWFILTER_H
@@ -19,6 +19,7 @@ public:
DiLeptonMassFilter(const std::string& name, ISvcLocator* pSvcLocator);
virtual StatusCode filterInitialize();
virtual StatusCode filterFinalize();
virtual StatusCode filterEvent();
private:
@@ -30,6 +31,7 @@ private:
double m_minDilepPt;
bool m_allowElecMu;
bool m_allowSameCharge;
int m_AthenaCalls;
};
Loading