ATLAS Offline Software
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
DerivationFramework::SkimmingToolEXOT14 Class Reference

#include <SkimmingToolEXOT14.h>

Inheritance diagram for DerivationFramework::SkimmingToolEXOT14:
Collaboration diagram for DerivationFramework::SkimmingToolEXOT14:

Public Member Functions

 SkimmingToolEXOT14 (const std::string &t, const std::string &n, const IInterface *p)
 Constructor with parameters. More...
 
 ~SkimmingToolEXOT14 ()
 Destructor. More...
 
virtual StatusCode initialize () override
 
virtual StatusCode finalize () override
 
virtual bool eventPassesFilter () const override
 Check that the current event passes this filter. More...
 
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & evtStore () const
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. More...
 
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm. More...
 
virtual StatusCode sysStart () override
 Handle START transition. More...
 
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles. More...
 
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles. More...
 
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T > &t)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc="none")
 Declare a new Gaudi property. More...
 
void updateVHKA (Gaudi::Details::PropertyBase &)
 
MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution More...
 
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
 
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed. More...
 

Private Types

using LeadingJets_t = std::array< TLorentzVector, 2 >
 
typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

std::optional< LeadingJets_tSubcutPreselect () const
 
bool SubcutGoodRunList () const
 
bool SubcutLArError () const
 
bool SubcutTrigger () const
 
bool SubcutJetPts (const LeadingJets_t &jets) const
 
bool SubcutJetDEta (const LeadingJets_t &jets) const
 
bool SubcutDijetMass (const LeadingJets_t &jets) const
 
bool SubcutJetDPhi (const LeadingJets_t &jets) const
 
std::string TriggerVarName (std::string s) const
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

ToolHandle< Trig::TrigDecisionToolm_trigDecisionTool
 
ToolHandle< IJetCalibrationToolm_JESTool
 
std::string m_jetSGKey
 
bool m_reqGRL
 
bool m_reqLArError
 
bool m_reqTrigger
 
bool m_reqPreselection
 
bool m_reqJetPts
 
bool m_reqJetsDEta
 
bool m_reqDiJetMass
 
bool m_reqJetsDPhi
 
std::string m_goodRunList
 
std::string m_defaultTrigger
 
std::vector< std::string > m_triggers
 
double m_minJetPt
 
double m_maxEta
 
double m_leadingJetPt
 
double m_subleadingJetPt
 
double m_etaSeparation
 
double m_dijetMass
 
double m_jetDPhi
 
std::atomic< unsigned int > m_n_tot
 
std::atomic< unsigned int > m_n_passGRL
 
std::atomic< unsigned int > m_n_passLArError
 
std::atomic< unsigned int > m_n_passTrigger
 
std::atomic< unsigned int > m_n_passPreselect
 
std::atomic< unsigned int > m_n_passJetPts
 
std::atomic< unsigned int > m_n_passJetsDEta
 
std::atomic< unsigned int > m_n_passDiJetMass
 
std::atomic< unsigned int > m_n_passJetsDPhi
 
std::atomic< unsigned int > m_n_pass
 
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default) More...
 
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default) More...
 
std::vector< SG::VarHandleKeyArray * > m_vhka
 
bool m_varHandleArraysDeclared
 

Static Private Attributes

static const double s_MZ
 

Detailed Description

Author
jsaxo.nosp@m.n@ce.nosp@m.rn.ch (adapted from Susumu Oda)

Definition at line 45 of file SkimmingToolEXOT14.h.

Member Typedef Documentation

◆ LeadingJets_t

using DerivationFramework::SkimmingToolEXOT14::LeadingJets_t = std::array<TLorentzVector, 2>
private

Definition at line 103 of file SkimmingToolEXOT14.h.

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ SkimmingToolEXOT14()

DerivationFramework::SkimmingToolEXOT14::SkimmingToolEXOT14 ( const std::string &  t,
const std::string &  n,
const IInterface *  p 
)

Constructor with parameters.

Definition at line 23 of file SkimmingToolEXOT14.cxx.

25  :
26  AthAlgTool(t, n, p),
27  m_trigDecisionTool("Trig::TrigDecisionTool/TrigDecisionTool"),
28  m_n_tot(0),
29  m_n_passGRL(0),
31  m_n_passTrigger(0),
33  m_n_passJetPts(0),
37  m_n_pass(0)
38 {
39 
40  declareInterface<DerivationFramework::ISkimmingTool>(this);
41 
42  declareProperty("JetContainer", m_jetSGKey = "AntiKt4LCTopoJets");
43 
44  declareProperty("RequireGRL", m_reqGRL = true);
45  declareProperty("ReqireLArError", m_reqLArError = true);
46  declareProperty("RequireTrigger", m_reqTrigger = true);
47  declareProperty("RequirePreselection", m_reqPreselection = true);
48  declareProperty("RequireJetPts", m_reqJetPts = true);
49  declareProperty("RequireJetsDEta", m_reqJetsDEta = true);
50  declareProperty("RequireDiJetMass", m_reqDiJetMass = true);
51  declareProperty("RequireJetsDPhi", m_reqJetsDPhi = true);
52 
53  declareProperty("GoodRunList", m_goodRunList = "");
54 
55  declareProperty("DefaultTrigger", m_defaultTrigger = "HLT_xe100");
56  declareProperty("Triggers", m_triggers = std::vector<std::string>());
57 
58  declareProperty("MinimumJetPt", m_minJetPt = 25*CLHEP::GeV);
59  declareProperty("MaxEta", m_maxEta = 4.8);
60 
61  declareProperty("LeadingJetPtCut", m_leadingJetPt = 75*CLHEP::GeV);
62  declareProperty("SubleadingJetPtCut", m_subleadingJetPt = 50*CLHEP::GeV);
63 
64  declareProperty("EtaSeparation", m_etaSeparation = 4.8);
65 
66  declareProperty("DiJetsMass", m_dijetMass = 1000*CLHEP::GeV);
67 
68  declareProperty("DiJetDPhi", m_jetDPhi = 2.5);
69 
70 }

◆ ~SkimmingToolEXOT14()

DerivationFramework::SkimmingToolEXOT14::~SkimmingToolEXOT14 ( )

Destructor.

Definition at line 73 of file SkimmingToolEXOT14.cxx.

73  {
74 }

Member Function Documentation

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyArrayType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKeyArray>

Definition at line 170 of file AthCommonDataStore.h.

172  {
173  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
174  hndl.value(),
175  hndl.documentation());
176 
177  }

◆ declareGaudiProperty() [2/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158  {
159  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
160  hndl.value(),
161  hndl.documentation());
162 
163  }

◆ declareGaudiProperty() [3/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleBase>

Definition at line 184 of file AthCommonDataStore.h.

186  {
187  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
188  hndl.value(),
189  hndl.documentation());
190  }

◆ declareGaudiProperty() [4/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  t,
const SG::NotHandleType  
)
inlineprivateinherited

specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>

Definition at line 199 of file AthCommonDataStore.h.

200  {
201  return PBASE::declareProperty(t);
202  }

◆ declareProperty() [1/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleBase. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 245 of file AthCommonDataStore.h.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleKey. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 221 of file AthCommonDataStore.h.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This is the generic version, for types that do not derive from SG::VarHandleKey. It just forwards to the base class version of declareProperty.

Definition at line 333 of file AthCommonDataStore.h.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This dispatches to either the generic declareProperty or the one for VarHandle/Key/KeyArray.

Definition at line 352 of file AthCommonDataStore.h.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T > &  t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

◆ detStore()

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

95 { return m_detStore; }

◆ eventPassesFilter()

bool DerivationFramework::SkimmingToolEXOT14::eventPassesFilter ( ) const
overridevirtual

Check that the current event passes this filter.

Implements DerivationFramework::ISkimmingTool.

Definition at line 122 of file SkimmingToolEXOT14.cxx.

123 {
124 
125  m_n_tot++;
126 
127  bool writeEvent(false);
128 
129  // int *leading = new int(0);
130  // if (!evtStore()->contains<int>("leading")) CHECK(evtStore()->record(leading, "leading"));
131 
132  if (!SubcutGoodRunList() && m_reqGRL ) return false;
133  if (!SubcutLArError() && m_reqLArError ) return false;
134  if (!SubcutTrigger() && m_reqTrigger ) return false;
135 
136  const auto jets = SubcutPreselect();
137  if (!m_reqPreselection) writeEvent = true;
138 
139  // There *must* be two jets for the remaining
140  // pieces, but you can still save the event...
141  if (jets) {
142 
143  bool passDiJets(true);
144  if (!SubcutJetPts(jets.value()) && m_reqJetPts ) passDiJets = false;
145  if (!SubcutJetDEta(jets.value()) && m_reqJetsDEta ) passDiJets = false;
146  if (!SubcutDijetMass(jets.value()) && m_reqDiJetMass) passDiJets = false;
147  if (!SubcutJetDPhi(jets.value()) && m_reqJetsDPhi ) passDiJets = false;
148  if (passDiJets) writeEvent = true;
149  }
150 
151  if (!writeEvent) return false;
152 
153  m_n_pass++;
154  return true;
155 
156 }

◆ evtStore() [1/2]

ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

85 { return m_evtStore; }

◆ evtStore() [2/2]

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( ) const
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase &  ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ finalize()

StatusCode DerivationFramework::SkimmingToolEXOT14::finalize ( )
overridevirtual

Definition at line 103 of file SkimmingToolEXOT14.cxx.

104 {
105  ATH_MSG_VERBOSE("finalize() ...");
106  ATH_MSG_INFO("Processed " << m_n_tot << " events, " << m_n_pass << " events passed filter ");
107 
108  ATH_MSG_INFO("GRL :: " << m_n_passGRL);
109  ATH_MSG_INFO("LAr Error :: " << m_n_passLArError);
110  ATH_MSG_INFO("Trigger :: " << m_n_passTrigger);
111  ATH_MSG_INFO("Preselect :: " << m_n_passPreselect);
112  ATH_MSG_INFO("JetPts :: " << m_n_passJetPts);
113  ATH_MSG_INFO("JetsDEta :: " << m_n_passJetsDEta);
114  ATH_MSG_INFO("DijetMass :: " << m_n_passDiJetMass);
115  ATH_MSG_INFO("JetsDPhi :: " << m_n_passJetsDPhi);
116 
117  return StatusCode::SUCCESS;
118 
119 }

◆ initialize()

StatusCode DerivationFramework::SkimmingToolEXOT14::initialize ( )
overridevirtual

Definition at line 77 of file SkimmingToolEXOT14.cxx.

78 {
79  ATH_MSG_VERBOSE("INITIALIZING VBFINV SELECTOR TOOL");
80 
82  // trigger decision tool
83  if(m_trigDecisionTool.retrieve(DisableTool{!m_reqTrigger}).isFailure()) {
84  ATH_MSG_FATAL("Failed to retrieve tool: " << m_trigDecisionTool);
85  return StatusCode::FAILURE;
86  }
87  if (!m_triggers.size()) m_triggers.push_back(m_defaultTrigger);
88  ATH_MSG_INFO("Retrieved tool: " << m_trigDecisionTool);
90 
91 
93  // jet energy calibration
94  m_JESTool.setTypeAndName("JetCalibrationTool/m_JESTool");
95  CHECK( m_JESTool.retrieve() ); //optional, just forces initializing the tool here instead of at first use
96  ATH_MSG_INFO("Retrieved tool: " << m_JESTool);
98 
99 
100  return StatusCode::SUCCESS;
101 }

◆ inputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ interfaceID()

static const InterfaceID& DerivationFramework::ISkimmingTool::interfaceID ( )
inlinestaticinherited

AlgTool interface methods.

Definition at line 32 of file ISkimmingTool.h.

32 { return IID_ISkimmingTool; }

◆ msg() [1/2]

MsgStream& AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24  {
25  return this->msgStream();
26  }

◆ msg() [2/2]

MsgStream& AthCommonMsg< AlgTool >::msg ( const MSG::Level  lvl) const
inlineinherited

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level  lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30  {
31  return this->msgLevel(lvl);
32  }

◆ outputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t<std::is_void_v<std::result_of_t<decltype(&T::renounce)(T)> > && !std::is_base_of_v<SG::VarHandleKeyArray, T> && std::is_base_of_v<Gaudi::DataHandle, T>, void> AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T &  h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381  {
382  h.renounce();
383  PBASE::renounce (h);
384  }

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364  {
365  handlesArray.renounce();
366  }

◆ SubcutDijetMass()

bool DerivationFramework::SkimmingToolEXOT14::SubcutDijetMass ( const LeadingJets_t jets) const
private

Definition at line 281 of file SkimmingToolEXOT14.cxx.

281  {
282 
283  const double DiJetMass = (jets[0] + jets[1]).M();
284  const bool passDiJetMass = DiJetMass > m_dijetMass;
285 
286  if (passDiJetMass) m_n_passDiJetMass++;
287  return passDiJetMass;
288 
289 }

◆ SubcutGoodRunList()

bool DerivationFramework::SkimmingToolEXOT14::SubcutGoodRunList ( ) const
private

Definition at line 158 of file SkimmingToolEXOT14.cxx.

158  {
159 
160  // Placeholder
161  m_n_passGRL++;
162  return true;
163 
164 }

◆ SubcutJetDEta()

bool DerivationFramework::SkimmingToolEXOT14::SubcutJetDEta ( const LeadingJets_t jets) const
private

Definition at line 270 of file SkimmingToolEXOT14.cxx.

270  {
271 
272  const double JetsDEta = fabs(jets[0].Eta() - jets[1].Eta());
273  const bool passJetsDEta = JetsDEta > m_etaSeparation;
274 
275  if (passJetsDEta) m_n_passJetsDEta++;
276  return passJetsDEta;
277 
278 }

◆ SubcutJetDPhi()

bool DerivationFramework::SkimmingToolEXOT14::SubcutJetDPhi ( const LeadingJets_t jets) const
private

Definition at line 291 of file SkimmingToolEXOT14.cxx.

291  {
292 
293  const double JetsDPhi = fabs(jets[0].DeltaPhi(jets[1]));
294  const bool passJetsDPhi = JetsDPhi < m_jetDPhi;
295 
296  if (passJetsDPhi) m_n_passJetsDPhi++;
297  return passJetsDPhi;
298 
299 }

◆ SubcutJetPts()

bool DerivationFramework::SkimmingToolEXOT14::SubcutJetPts ( const LeadingJets_t jets) const
private

Definition at line 260 of file SkimmingToolEXOT14.cxx.

260  {
261 
262  bool passJetPts = (!m_leadingJetPt || jets[0].Pt() > m_leadingJetPt);
263  passJetPts &= (!m_subleadingJetPt || jets[1].Pt() > m_subleadingJetPt);
264 
265  if (passJetPts) m_n_passJetPts++;
266  return passJetPts;
267 
268 }

◆ SubcutLArError()

bool DerivationFramework::SkimmingToolEXOT14::SubcutLArError ( ) const
private

Definition at line 167 of file SkimmingToolEXOT14.cxx.

167  {
168 
169  // Retrieve EventInfo
170  const xAOD::EventInfo *eventInfo(0);
171  ATH_CHECK(evtStore()->retrieve(eventInfo), false);
172 
173  const bool passLArError = !(eventInfo->errorState(xAOD::EventInfo::LAr) == xAOD::EventInfo::Error);
174 
175  if (passLArError) m_n_passLArError++;
176  return passLArError;
177 
178 }

◆ SubcutPreselect()

std::optional< DerivationFramework::SkimmingToolEXOT14::LeadingJets_t > DerivationFramework::SkimmingToolEXOT14::SubcutPreselect ( ) const
private

Definition at line 205 of file SkimmingToolEXOT14.cxx.

205  {
206 
207  // xAOD::TStore store;
208  const xAOD::JetContainer *jets(0);
210  xAOD::JetContainer::const_iterator jet_itr(jets->begin());
212 
213  xAOD::JetContainer calibJets;
214  calibJets.setStore(new xAOD::JetAuxContainer());
215 
216  TLorentzVector j1TLV, j2TLV;
217 
218  // Copy jets into the container to be calibrated
219  while(jet_itr != jet_end) {
220  xAOD::Jet* jetC = new xAOD::Jet();
221  jetC->setJetP4(xAOD::JetFourMom_t((*jet_itr)->pt(), (*jet_itr)->eta(), (*jet_itr)->phi(), (*jet_itr)->m()));
222  calibJets.push_back(jetC);
223  ++jet_itr;
224  }
225 
226  // Calibrate the jets
227  if(m_JESTool->applyCalibration(calibJets).isFailure())
228  ATH_MSG_WARNING("Jet calibration returned FAILURE!");
229 
230  jet_itr = calibJets.begin();
231  jet_end = calibJets.end();
232  while(jet_itr != jet_end) {
233 
234  if (abs((*jet_itr)->eta()) > m_maxEta) continue;
235 
236  if ((*jet_itr)->pt() > j1TLV.Pt()) {
237 
238  j2TLV = j1TLV;
239  j1TLV.SetPtEtaPhiE((*jet_itr)->pt(), (*jet_itr)->eta(), (*jet_itr)->phi(), (*jet_itr)->e());
240 
241  } else if ((*jet_itr)->pt() > j2TLV.Pt()) {
242 
243  j2TLV.SetPtEtaPhiE((*jet_itr)->pt(), (*jet_itr)->eta(), (*jet_itr)->phi(), (*jet_itr)->e());
244  }
245 
246  ++jet_itr;
247  }
248 
249  // save this for this code.
250  if (j2TLV.Pt() > m_minJetPt) {
252  return LeadingJets_t{j1TLV, j2TLV};
253  }
254 
255  return {};
256 
257 }

◆ SubcutTrigger()

bool DerivationFramework::SkimmingToolEXOT14::SubcutTrigger ( ) const
private

Definition at line 181 of file SkimmingToolEXOT14.cxx.

181  {
182 
183  const xAOD::EventInfo *eventInfo(0);
184  ATH_CHECK(evtStore()->retrieve(eventInfo), false);
185 
186  bool passTrigger = false;
187 
188  for (unsigned int i = 0; i < m_triggers.size(); i++) {
189  bool thisTrig = m_trigDecisionTool->isPassed(m_triggers.at(i));
191  acc(*eventInfo) = thisTrig;
192  // ATH_MSG_INFO("TRIGGER = " << m_triggers.at(i) << " -->> " << thisTrig);
193  passTrigger |= thisTrig;
194  }
195 
196  // temporary pass-through of trigger cut for MC
197  if (eventInfo->eventType(xAOD::EventInfo::IS_SIMULATION)) passTrigger = true;
198 
199  if (passTrigger) m_n_passTrigger++;
200  return passTrigger;
201 
202 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ TriggerVarName()

std::string DerivationFramework::SkimmingToolEXOT14::TriggerVarName ( std::string  s) const
private

Definition at line 301 of file SkimmingToolEXOT14.cxx.

301  {
302  std::replace(s.begin(), s.end(), '-', '_'); return s;
303 }

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase &  )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308  {
309  // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310  // << " size: " << m_vhka.size() << endmsg;
311  for (auto &a : m_vhka) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_defaultTrigger

std::string DerivationFramework::SkimmingToolEXOT14::m_defaultTrigger
private

Definition at line 88 of file SkimmingToolEXOT14.h.

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_dijetMass

double DerivationFramework::SkimmingToolEXOT14::m_dijetMass
private

Definition at line 96 of file SkimmingToolEXOT14.h.

◆ m_etaSeparation

double DerivationFramework::SkimmingToolEXOT14::m_etaSeparation
private

Definition at line 95 of file SkimmingToolEXOT14.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_goodRunList

std::string DerivationFramework::SkimmingToolEXOT14::m_goodRunList
private

Definition at line 86 of file SkimmingToolEXOT14.h.

◆ m_JESTool

ToolHandle<IJetCalibrationTool> DerivationFramework::SkimmingToolEXOT14::m_JESTool
private

Definition at line 67 of file SkimmingToolEXOT14.h.

◆ m_jetDPhi

double DerivationFramework::SkimmingToolEXOT14::m_jetDPhi
private

Definition at line 97 of file SkimmingToolEXOT14.h.

◆ m_jetSGKey

std::string DerivationFramework::SkimmingToolEXOT14::m_jetSGKey
private

Definition at line 72 of file SkimmingToolEXOT14.h.

◆ m_leadingJetPt

double DerivationFramework::SkimmingToolEXOT14::m_leadingJetPt
private

Definition at line 93 of file SkimmingToolEXOT14.h.

◆ m_maxEta

double DerivationFramework::SkimmingToolEXOT14::m_maxEta
private

Definition at line 92 of file SkimmingToolEXOT14.h.

◆ m_minJetPt

double DerivationFramework::SkimmingToolEXOT14::m_minJetPt
private

Definition at line 91 of file SkimmingToolEXOT14.h.

◆ m_n_pass

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_pass
mutableprivate

Definition at line 128 of file SkimmingToolEXOT14.h.

◆ m_n_passDiJetMass

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passDiJetMass
mutableprivate

Definition at line 126 of file SkimmingToolEXOT14.h.

◆ m_n_passGRL

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passGRL
mutableprivate

Definition at line 120 of file SkimmingToolEXOT14.h.

◆ m_n_passJetPts

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passJetPts
mutableprivate

Definition at line 124 of file SkimmingToolEXOT14.h.

◆ m_n_passJetsDEta

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passJetsDEta
mutableprivate

Definition at line 125 of file SkimmingToolEXOT14.h.

◆ m_n_passJetsDPhi

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passJetsDPhi
mutableprivate

Definition at line 127 of file SkimmingToolEXOT14.h.

◆ m_n_passLArError

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passLArError
mutableprivate

Definition at line 121 of file SkimmingToolEXOT14.h.

◆ m_n_passPreselect

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passPreselect
mutableprivate

Definition at line 123 of file SkimmingToolEXOT14.h.

◆ m_n_passTrigger

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_passTrigger
mutableprivate

Definition at line 122 of file SkimmingToolEXOT14.h.

◆ m_n_tot

std::atomic<unsigned int> DerivationFramework::SkimmingToolEXOT14::m_n_tot
mutableprivate

Definition at line 119 of file SkimmingToolEXOT14.h.

◆ m_reqDiJetMass

bool DerivationFramework::SkimmingToolEXOT14::m_reqDiJetMass
private

Definition at line 81 of file SkimmingToolEXOT14.h.

◆ m_reqGRL

bool DerivationFramework::SkimmingToolEXOT14::m_reqGRL
private

Definition at line 75 of file SkimmingToolEXOT14.h.

◆ m_reqJetPts

bool DerivationFramework::SkimmingToolEXOT14::m_reqJetPts
private

Definition at line 79 of file SkimmingToolEXOT14.h.

◆ m_reqJetsDEta

bool DerivationFramework::SkimmingToolEXOT14::m_reqJetsDEta
private

Definition at line 80 of file SkimmingToolEXOT14.h.

◆ m_reqJetsDPhi

bool DerivationFramework::SkimmingToolEXOT14::m_reqJetsDPhi
private

Definition at line 82 of file SkimmingToolEXOT14.h.

◆ m_reqLArError

bool DerivationFramework::SkimmingToolEXOT14::m_reqLArError
private

Definition at line 76 of file SkimmingToolEXOT14.h.

◆ m_reqPreselection

bool DerivationFramework::SkimmingToolEXOT14::m_reqPreselection
private

Definition at line 78 of file SkimmingToolEXOT14.h.

◆ m_reqTrigger

bool DerivationFramework::SkimmingToolEXOT14::m_reqTrigger
private

Definition at line 77 of file SkimmingToolEXOT14.h.

◆ m_subleadingJetPt

double DerivationFramework::SkimmingToolEXOT14::m_subleadingJetPt
private

Definition at line 94 of file SkimmingToolEXOT14.h.

◆ m_trigDecisionTool

ToolHandle<Trig::TrigDecisionTool> DerivationFramework::SkimmingToolEXOT14::m_trigDecisionTool
private

Definition at line 66 of file SkimmingToolEXOT14.h.

◆ m_triggers

std::vector<std::string> DerivationFramework::SkimmingToolEXOT14::m_triggers
private

Definition at line 89 of file SkimmingToolEXOT14.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.

◆ s_MZ

const double DerivationFramework::SkimmingToolEXOT14::s_MZ
staticprivate

Definition at line 130 of file SkimmingToolEXOT14.h.


The documentation for this class was generated from the following files:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
DerivationFramework::SkimmingToolEXOT14::m_trigDecisionTool
ToolHandle< Trig::TrigDecisionTool > m_trigDecisionTool
Definition: SkimmingToolEXOT14.h:66
replace
std::string replace(std::string s, const std::string &s2, const std::string &s3)
Definition: hcg.cxx:307
DerivationFramework::SkimmingToolEXOT14::m_JESTool
ToolHandle< IJetCalibrationTool > m_JESTool
Definition: SkimmingToolEXOT14.h:67
DerivationFramework::SkimmingToolEXOT14::m_n_passPreselect
std::atomic< unsigned int > m_n_passPreselect
Definition: SkimmingToolEXOT14.h:123
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
DerivationFramework::SkimmingToolEXOT14::m_subleadingJetPt
double m_subleadingJetPt
Definition: SkimmingToolEXOT14.h:94
DerivationFramework::SkimmingToolEXOT14::m_triggers
std::vector< std::string > m_triggers
Definition: SkimmingToolEXOT14.h:89
DerivationFramework::SkimmingToolEXOT14::m_leadingJetPt
double m_leadingJetPt
Definition: SkimmingToolEXOT14.h:93
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
DerivationFramework::SkimmingToolEXOT14::SubcutTrigger
bool SubcutTrigger() const
Definition: SkimmingToolEXOT14.cxx:181
AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
DerivationFramework::SkimmingToolEXOT14::m_n_pass
std::atomic< unsigned int > m_n_pass
Definition: SkimmingToolEXOT14.h:128
DerivationFramework::SkimmingToolEXOT14::m_n_tot
std::atomic< unsigned int > m_n_tot
Definition: SkimmingToolEXOT14.h:119
DerivationFramework::SkimmingToolEXOT14::m_n_passTrigger
std::atomic< unsigned int > m_n_passTrigger
Definition: SkimmingToolEXOT14.h:122
DerivationFramework::SkimmingToolEXOT14::m_n_passJetPts
std::atomic< unsigned int > m_n_passJetPts
Definition: SkimmingToolEXOT14.h:124
DerivationFramework::SkimmingToolEXOT14::SubcutJetDPhi
bool SubcutJetDPhi(const LeadingJets_t &jets) const
Definition: SkimmingToolEXOT14.cxx:291
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
DerivationFramework::SkimmingToolEXOT14::SubcutJetDEta
bool SubcutJetDEta(const LeadingJets_t &jets) const
Definition: SkimmingToolEXOT14.cxx:270
DerivationFramework::SkimmingToolEXOT14::m_minJetPt
double m_minJetPt
Definition: SkimmingToolEXOT14.h:91
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
xAOD::EventInfo_v1::IS_SIMULATION
@ IS_SIMULATION
true: simulation, false: data
Definition: EventInfo_v1.h:151
xAOD::EventInfo_v1::LAr
@ LAr
The LAr calorimeter.
Definition: EventInfo_v1.h:335
DerivationFramework::SkimmingToolEXOT14::m_defaultTrigger
std::string m_defaultTrigger
Definition: SkimmingToolEXOT14.h:88
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
xAOD::EventInfo_v1::Error
@ Error
The sub-detector issued an error.
Definition: EventInfo_v1.h:349
xAOD::Jet_v1::setJetP4
void setJetP4(const JetFourMom_t &p4)
Definition: Jet_v1.cxx:171
DerivationFramework::SkimmingToolEXOT14::m_n_passJetsDPhi
std::atomic< unsigned int > m_n_passJetsDPhi
Definition: SkimmingToolEXOT14.h:127
AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:85
xAOD::JetAuxContainer_v1
Temporary container used until we have I/O for AuxStoreInternal.
Definition: JetAuxContainer_v1.h:37
DerivationFramework::SkimmingToolEXOT14::m_reqJetsDPhi
bool m_reqJetsDPhi
Definition: SkimmingToolEXOT14.h:82
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
DerivationFramework::SkimmingToolEXOT14::LeadingJets_t
std::array< TLorentzVector, 2 > LeadingJets_t
Definition: SkimmingToolEXOT14.h:103
DerivationFramework::SkimmingToolEXOT14::TriggerVarName
std::string TriggerVarName(std::string s) const
Definition: SkimmingToolEXOT14.cxx:301
SG::Decorator< bool >
DerivationFramework::SkimmingToolEXOT14::m_reqPreselection
bool m_reqPreselection
Definition: SkimmingToolEXOT14.h:78
lumiFormat.i
int i
Definition: lumiFormat.py:92
beamspotman.n
n
Definition: beamspotman.py:731
DerivationFramework::SkimmingToolEXOT14::m_reqJetPts
bool m_reqJetPts
Definition: SkimmingToolEXOT14.h:79
DerivationFramework::SkimmingToolEXOT14::m_reqLArError
bool m_reqLArError
Definition: SkimmingToolEXOT14.h:76
DerivationFramework::SkimmingToolEXOT14::SubcutPreselect
std::optional< LeadingJets_t > SubcutPreselect() const
Definition: SkimmingToolEXOT14.cxx:205
AthenaPoolTestRead.acc
acc
Definition: AthenaPoolTestRead.py:16
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
DerivationFramework::SkimmingToolEXOT14::m_maxEta
double m_maxEta
Definition: SkimmingToolEXOT14.h:92
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
AthAlgTool::AthAlgTool
AthAlgTool()
Default constructor:
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
DerivationFramework::SkimmingToolEXOT14::SubcutDijetMass
bool SubcutDijetMass(const LeadingJets_t &jets) const
Definition: SkimmingToolEXOT14.cxx:281
xAOD::JetFourMom_t
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > JetFourMom_t
Base 4 Momentum type for Jet.
Definition: JetTypes.h:17
DerivationFramework::SkimmingToolEXOT14::SubcutLArError
bool SubcutLArError() const
Definition: SkimmingToolEXOT14.cxx:167
DerivationFramework::SkimmingToolEXOT14::m_reqTrigger
bool m_reqTrigger
Definition: SkimmingToolEXOT14.h:77
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
DerivationFramework::SkimmingToolEXOT14::m_reqDiJetMass
bool m_reqDiJetMass
Definition: SkimmingToolEXOT14.h:81
DataVector::push_back
value_type push_back(value_type pElem)
Add an element to the end of the collection.
DerivationFramework::SkimmingToolEXOT14::m_dijetMass
double m_dijetMass
Definition: SkimmingToolEXOT14.h:96
DerivationFramework::SkimmingToolEXOT14::m_jetDPhi
double m_jetDPhi
Definition: SkimmingToolEXOT14.h:97
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
DerivationFramework::SkimmingToolEXOT14::m_jetSGKey
std::string m_jetSGKey
Definition: SkimmingToolEXOT14.h:72
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
DerivationFramework::SkimmingToolEXOT14::m_n_passDiJetMass
std::atomic< unsigned int > m_n_passDiJetMass
Definition: SkimmingToolEXOT14.h:126
DerivationFramework::SkimmingToolEXOT14::m_reqJetsDEta
bool m_reqJetsDEta
Definition: SkimmingToolEXOT14.h:80
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
DerivationFramework::SkimmingToolEXOT14::m_goodRunList
std::string m_goodRunList
Definition: SkimmingToolEXOT14.h:86
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
DerivationFramework::SkimmingToolEXOT14::m_reqGRL
bool m_reqGRL
Definition: SkimmingToolEXOT14.h:75
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
defineDB.jets
list jets
Definition: JetTagCalibration/share/defineDB.py:24
DerivationFramework::SkimmingToolEXOT14::m_n_passJetsDEta
std::atomic< unsigned int > m_n_passJetsDEta
Definition: SkimmingToolEXOT14.h:125
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
DerivationFramework::SkimmingToolEXOT14::m_n_passLArError
std::atomic< unsigned int > m_n_passLArError
Definition: SkimmingToolEXOT14.h:121
DerivationFramework::SkimmingToolEXOT14::m_n_passGRL
std::atomic< unsigned int > m_n_passGRL
Definition: SkimmingToolEXOT14.h:120
GeV
#define GeV
Definition: CaloTransverseBalanceVecMon.cxx:30
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
xAOD::Jet
Jet_v1 Jet
Definition of the current "jet version".
Definition: Event/xAOD/xAODJet/xAODJet/Jet.h:17
DerivationFramework::SkimmingToolEXOT14::SubcutGoodRunList
bool SubcutGoodRunList() const
Definition: SkimmingToolEXOT14.cxx:158
Eta
@ Eta
Definition: RPCdef.h:8
DataVector::begin
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
DerivationFramework::SkimmingToolEXOT14::m_etaSeparation
double m_etaSeparation
Definition: SkimmingToolEXOT14.h:95
fitman.k
k
Definition: fitman.py:528
DerivationFramework::SkimmingToolEXOT14::SubcutJetPts
bool SubcutJetPts(const LeadingJets_t &jets) const
Definition: SkimmingToolEXOT14.cxx:260