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

#include <VHLowTrackJetFilterTool.h>

Inheritance diagram for DerivationFramework::VHLowTrackJetFilterTool:
Collaboration diagram for DerivationFramework::VHLowTrackJetFilterTool:

Public Member Functions

 VHLowTrackJetFilterTool (const std::string &t, const std::string &n, const IInterface *p)
 Constructor with parameters. More...
 
virtual ~VHLowTrackJetFilterTool ()=default
 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

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

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

std::atomic< unsigned int > m_nEventsTotal
 
std::atomic< unsigned int > m_nEventsPass
 
std::atomic< unsigned int > m_nEventsPassJet
 
std::atomic< unsigned int > m_nEventsPassElectron
 
std::atomic< unsigned int > m_nEventsPassMuon
 
std::atomic< unsigned int > m_nJetsPassAlphaMax
 
std::atomic< unsigned int > m_nJetsPassCHF
 
bool m_debug
 
SG::ReadHandleKey< xAOD::JetContainerm_jetSGKey { this, "JetContainerKey", "AntiKt4EMTopoJets", ""}
 
SG::ReadDecorHandleKey< xAOD::JetContainerm_jetBtagDecorKey { this, "BtagDecorKey", "AntiKt4EMTopoJets.btaggingLink", ""}
 
float m_jetPtCut
 
float m_jetEtaCut
 
float m_TrackMinPt
 
float m_TrackZ0Max
 
float m_TrackD0Max
 
float m_AlphaMaxCut
 
float m_CHFCut
 
float m_nJetsReq
 
SG::ReadHandleKey< xAOD::ElectronContainerm_electronSGKey { this, "ElectronContainerKey", "Electrons", ""}
 
SG::ReadDecorHandleKey< xAOD::IParticleContainerm_electronIsoDecorKey { this, "ElectronIsoDecorKey", "Electrons.topoetcone20", ""}
 
std::string m_electronIDKey
 
float m_electronPtCut
 
ToolHandle< CP::IMuonSelectionToolm_muonSelectionTool
 
SG::ReadHandleKey< xAOD::MuonContainerm_muonSGKey { this, "MuonContainerKey", "Muons", ""}
 
SG::ReadDecorHandleKey< xAOD::IParticleContainerm_muonIsoDecorKey { this, "MuonIsoDecorKey", "Muons.topoetcone20", ""}
 
std::string m_muonIDKey
 
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey {this, "EventInfoKey", "EventInfo", ""}
 
SG::ReadHandleKey< xAOD::VertexContainerm_primaryVerticesKey {this, "PrimaryVerticesKey", "PrimaryVertices", ""}
 
float m_muonPtCut
 
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
 

Detailed Description

Definition at line 32 of file VHLowTrackJetFilterTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ VHLowTrackJetFilterTool()

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

Constructor with parameters.

Definition at line 20 of file VHLowTrackJetFilterTool.cxx.

22  :
23 AthAlgTool(t,n,p),
25 m_nEventsPass(0),
31 m_debug(true),
32 m_jetPtCut(0),
33 m_jetEtaCut(2.1),
34 m_TrackMinPt(400.0),
35 m_TrackZ0Max(0.3),
36 m_TrackD0Max(0.5),
37 m_AlphaMaxCut(0.05),
38 m_CHFCut(0.045),
39 m_nJetsReq(0),
40 m_electronIDKey("LHMedium"),
42 m_muonSelectionTool("CP::MuonSelectionTool/MuonSelectionTool"),
43 m_muonIDKey("Medium"),
44 m_muonPtCut(0)
45 
46 
47 {
48  declareInterface<DerivationFramework::ISkimmingTool>(this);
49  declareProperty("Debug", m_debug);
50 
51  declareProperty("JetPtCut", m_jetPtCut);
52  declareProperty("JetEtaCut", m_jetEtaCut);
53  declareProperty("TrackMinPt", m_TrackMinPt);
54  declareProperty("TrackZ0Max", m_TrackZ0Max);
55  declareProperty("TrackD0Max", m_TrackD0Max);
56  declareProperty("JetAlphaMaxCut", m_AlphaMaxCut);
57  declareProperty("JetCHFCut", m_CHFCut);
58  declareProperty("NJetsRequired", m_nJetsReq);
59 
60  declareProperty("ElectronIDKey", m_electronIDKey);
61  declareProperty("ElectronPtCut", m_electronPtCut);
62 
63  declareProperty("MuonIDKey", m_muonIDKey);
64  declareProperty("MuonPtCut", m_muonPtCut);
65 
66 }

◆ ~VHLowTrackJetFilterTool()

virtual DerivationFramework::VHLowTrackJetFilterTool::~VHLowTrackJetFilterTool ( )
virtualdefault

Destructor.

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::VHLowTrackJetFilterTool::eventPassesFilter ( ) const
overridevirtual

Check that the current event passes this filter.

Implements DerivationFramework::ISkimmingTool.

Definition at line 98 of file VHLowTrackJetFilterTool.cxx.

99 {
101  typedef std::vector<TrackLink> TrackLinks;
102 
103  bool passesEl=false, passesMu=false, passesJet=false;
104  m_nEventsTotal++;
105 
107  if( !eventInfo.isValid() ) {
108  ATH_MSG_ERROR( "Could not retrieve event info" );
109  }
110 
111  //Vertex Container
113  if( !eventInfo.isValid() ) {
114  ATH_MSG_FATAL("No vertex collection with name PrimaryVertices found in StoreGate!");
115  return false;
116  }
117 
118  //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
119 
120 
121  //electron portion
123  if( !electrons.isValid() ) {
124  ATH_MSG_FATAL("No electron collection with name " << m_electronSGKey << " found in StoreGate!");
125  return false;
126  }
127 
128 
129  // loop over the electrons in the container
130  for (auto electron : *electrons){
131 
132  if(electron->pt()<m_electronPtCut) continue;
133  if( (std::abs(electron->caloCluster()->etaBE(2))>1.37 && std::abs(electron->caloCluster()->etaBE(2))<1.52)
134  || std::abs(electron->caloCluster()->etaBE(2))>2.47 ) continue;
135 
136  if(electron->isolation(xAOD::Iso::topoetcone20)/electron->pt()>0.2) continue;
137 
138  bool passID=false;
139  if (!electron->passSelection(passID, m_electronIDKey)) {
140  ATH_MSG_WARNING("Cannot find the electron quality flag " << m_electronIDKey);
141  continue;
142  }
143  if(!passID) continue;
144 
145  for (auto vertex: *vertices){
146  // Select good primary vertex
147  if (vertex->vertexType() == xAOD::VxType::PriVtx) {
148  const xAOD::TrackParticle* tp = electron->trackParticle() ; //your input track particle from the electron
149  float sigd0 =std::abs( xAOD::TrackingHelpers::d0significance( tp, eventInfo->beamPosSigmaX(), eventInfo->beamPosSigmaY(), eventInfo->beamPosSigmaXY() ));
150  double delta_z0 = tp->z0() + tp->vz() - vertex->z();
151  double theta = tp->theta();
152  float z0sintheta = std::abs(delta_z0 * sin(theta));
153 
154  if (sigd0>5) continue;
155  if (z0sintheta>0.5) continue;
156 
157  passesEl=true;
158  break;
159  }
160  }
161 
162  if (passesEl){
164  break;
165  }
166  }
167 
168 
169  //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
170 
171  //muon portion
172 
174  if( !muons.isValid() ) {
175  ATH_MSG_FATAL("No muon collection with name " << m_muonSGKey << " found in StoreGate!");
176  return false;
177  }
178 
179 
180  for(auto muon : *muons){
181 
182  if (muon->pt()<m_muonPtCut) continue;
183  if (std::abs(muon->eta())>2.5) continue;
184  if (!(m_muonSelectionTool->passedMuonCuts(*muon))) continue;
185  if (muon->muonType()!=xAOD::Muon::Combined) continue;
186  if (muon->isolation(xAOD::Iso::topoetcone20)/muon->pt()>0.3) continue;
187 
188  for (auto vertex : *vertices) { // Select good primary vertex
189  if (vertex->vertexType() == xAOD::VxType::PriVtx) {
190  const xAOD::TrackParticle* tp = muon->primaryTrackParticle() ; //your input track particle from the electron
191 
192  double d0sig = xAOD::TrackingHelpers::d0significance( tp, eventInfo->beamPosSigmaX(), eventInfo->beamPosSigmaY(), eventInfo->beamPosSigmaXY() );
193 
194  if (std::abs(d0sig)>3) continue;
195 
196  float delta_z0 = tp->z0() + tp->vz() - vertex->z();
197  float theta = tp->theta();
198  double z0sintheta = delta_z0 * sin(theta);
199 
200  if (std::abs(z0sintheta)>0.5) continue;
201 
202  passesMu = true;
203  break;
204  }
205  }
206 
207  if (passesMu) {
209  break;
210  }
211  }
212 
213  //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
214 
215  //Jet portion
216 
217  int nJetsPassed=0;
219  if( !jets.isValid() ) {
220  ATH_MSG_WARNING("No Jet container found, will skip this event");
221  return false;
222  }
223 
224  std::vector<const xAOD::Jet*> goodJets;
225  for (auto jet : *jets) {
226 
227  if (jet->pt() < m_jetPtCut) continue;
228  if (std::abs(jet->eta()) > m_jetEtaCut) continue;
229 
230  TLorentzVector VJet = TLorentzVector(0.0,0.0,0.0,0.0);
231  VJet.SetPtEtaPhiE(jet->pt(), jet->eta(), jet->phi(), jet->e());
232 
233  float minDeltaR = 100;
234 
235  for (auto electron : *electrons ){
236 
237  if (electron->pt()<20000) continue;
238  if (std::abs(electron->eta())>2.47) continue;
239 
240  bool passLoose=false;
241  if (!electron->passSelection(passLoose, "LHLoose")){
242  ATH_MSG_WARNING("Cannot find the LHLoose electron quality flag");
243  continue;
244  }
245  if (!passLoose) continue;
246 
247  TLorentzVector VElec=electron->p4();
248  float deltaR = VJet.DeltaR(VElec);
249 
250  if (deltaR<minDeltaR) minDeltaR=deltaR;
251  }
252 
253  if (minDeltaR<0.2) continue;
254 
255  goodJets.push_back(jet);
256 
257  }
258 
259 
260  int jetNo=0;
261  for (auto jet : goodJets){
262  jetNo++;
263  if (jetNo>=3) break; //Only consider two leading jets
264 
265  TLorentzVector CHFNum = TLorentzVector(0.0,0.0,0.0,0.0);
266  const xAOD::BTagging *bjet(nullptr);
268  if (!bjet){
269  ATH_MSG_WARNING("Btag info unavailable");
270  continue;
271  }
272  static const SG::ConstAccessor<TrackLinks> BTagTrackToJetAssociatorAcc("BTagTrackToJetAssociator");
273  TrackLinks assocTracks = BTagTrackToJetAssociatorAcc(*bjet);
274 
275  std::vector<const xAOD::TrackParticle*> goodTracks;
276  for (auto track : assocTracks) {
277  if (!track.isValid()) continue;
278  goodTracks.push_back(*track);
279  }
280 
281  float alpha_max=-999;
282  for (auto vertex : *vertices) {
283  TLorentzVector alphaDen = TLorentzVector(0.0,0.0,0.0,0.0);
284  TLorentzVector alphaNum = TLorentzVector(0.0,0.0,0.0,0.0);
285  float alpha;
286 
287  for(auto track : goodTracks) {
288  if (track->pt() < m_TrackMinPt) continue;
289 
290  TLorentzVector VTrack = TLorentzVector(0.0,0.0,0.0,0.0);
291  VTrack.SetPtEtaPhiE(track->pt(),track->eta(), track->phi(), track->e());
292  alphaDen=alphaDen+VTrack;
293  if (std::abs(track->d0()) > m_TrackD0Max) continue;
294 
295  float z0 = track->z0() + track->vz() - vertex->z();
296  float theta = track->theta();
297  if (std::abs(z0*sin(theta)) > m_TrackZ0Max) continue;
298 
299  alphaNum=alphaNum+VTrack;
300  }
301  if (alphaDen.Pt()==0) alpha=-999;
302  else alpha = alphaNum.Pt()/alphaDen.Pt();
303 
304  if (alpha > alpha_max) alpha_max=alpha;
305  }
306 
307  CHFNum = TLorentzVector(0.0,0.0,0.0,0.0);
308  for(auto track : goodTracks) {
309  if (track->pt() < m_TrackMinPt) continue;
310  if (std::abs(track->d0()) > m_TrackD0Max) continue;
311 
312  TLorentzVector VTrack = TLorentzVector(0.0,0.0,0.0,0.0);
313  VTrack.SetPtEtaPhiE(track->pt(),track->eta(), track->phi(), track->e());
314  CHFNum=CHFNum+VTrack;
315 
316  }
317 
318  float chf = CHFNum.Pt()/jet->pt();
319 
320  if (alpha_max < m_AlphaMaxCut) m_nJetsPassAlphaMax++;
321  if (chf < m_CHFCut) m_nJetsPassCHF++;
322 
323  if (chf > m_CHFCut && alpha_max > m_AlphaMaxCut) continue;
324 
325  nJetsPassed++;
326 
327  }
328 
329  if (nJetsPassed >= m_nJetsReq){
330  passesJet=true;
332  }
333 
334  //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
335 
336  if (passesJet && (passesEl || passesMu)){
337  m_nEventsPass++;
338  return true;
339  }
340  else return false;
341 }

◆ 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::VHLowTrackJetFilterTool::finalize ( )
overridevirtual

Definition at line 83 of file VHLowTrackJetFilterTool.cxx.

84 {
85  ATH_MSG_VERBOSE("finalize() ...");
86  ATH_MSG_INFO("Processed "<< m_nEventsTotal <<" events, "<< m_nEventsPass<<" events passed filter ");
87  ATH_MSG_INFO("Percent of events passed Jet filter "<< 100.0*(float)m_nEventsPassJet/(float)m_nEventsTotal <<" % ");
88  ATH_MSG_INFO("Percent of events passing CHF "<< 100.0*(float)m_nJetsPassCHF/(float)m_nEventsTotal <<" % ");
89  ATH_MSG_INFO("Percent of events passing alphaMax "<< 100.0*(float)m_nJetsPassAlphaMax/(float)m_nEventsTotal <<" % ");
90  ATH_MSG_INFO("Percent of events passed Electron filter "<< 100.0*(float)m_nEventsPassElectron/(float)m_nEventsTotal <<" % ");
91  ATH_MSG_INFO("Percent events passed Muon filter "<< 100.0*(float)m_nEventsPassMuon/(float)m_nEventsTotal <<" % ");
92  return StatusCode::SUCCESS;
93 }

◆ initialize()

StatusCode DerivationFramework::VHLowTrackJetFilterTool::initialize ( )
overridevirtual

Definition at line 69 of file VHLowTrackJetFilterTool.cxx.

70 {
71  ATH_MSG_VERBOSE("initialize() ...");
73  ATH_CHECK(m_electronIsoDecorKey.initialize());
74  ATH_CHECK(m_muonSGKey.initialize());
75  ATH_CHECK(m_muonIsoDecorKey.initialize());
76  ATH_CHECK(m_jetSGKey.initialize());
77  ATH_CHECK(m_jetBtagDecorKey.initialize());
79  ATH_CHECK(m_primaryVerticesKey.initialize());
80  return StatusCode::SUCCESS;
81 }

◆ 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  }

◆ 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.

◆ 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_AlphaMaxCut

float DerivationFramework::VHLowTrackJetFilterTool::m_AlphaMaxCut
private

Definition at line 64 of file VHLowTrackJetFilterTool.h.

◆ m_CHFCut

float DerivationFramework::VHLowTrackJetFilterTool::m_CHFCut
private

Definition at line 65 of file VHLowTrackJetFilterTool.h.

◆ m_debug

bool DerivationFramework::VHLowTrackJetFilterTool::m_debug
private

Definition at line 56 of file VHLowTrackJetFilterTool.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_electronIDKey

std::string DerivationFramework::VHLowTrackJetFilterTool::m_electronIDKey
private

Definition at line 69 of file VHLowTrackJetFilterTool.h.

◆ m_electronIsoDecorKey

SG::ReadDecorHandleKey<xAOD::IParticleContainer> DerivationFramework::VHLowTrackJetFilterTool::m_electronIsoDecorKey { this, "ElectronIsoDecorKey", "Electrons.topoetcone20", ""}
private

Definition at line 68 of file VHLowTrackJetFilterTool.h.

◆ m_electronPtCut

float DerivationFramework::VHLowTrackJetFilterTool::m_electronPtCut
private

Definition at line 70 of file VHLowTrackJetFilterTool.h.

◆ m_electronSGKey

SG::ReadHandleKey<xAOD::ElectronContainer> DerivationFramework::VHLowTrackJetFilterTool::m_electronSGKey { this, "ElectronContainerKey", "Electrons", ""}
private

Definition at line 67 of file VHLowTrackJetFilterTool.h.

◆ m_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> DerivationFramework::VHLowTrackJetFilterTool::m_eventInfoKey {this, "EventInfoKey", "EventInfo", ""}
private

Definition at line 75 of file VHLowTrackJetFilterTool.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_jetBtagDecorKey

SG::ReadDecorHandleKey<xAOD::JetContainer> DerivationFramework::VHLowTrackJetFilterTool::m_jetBtagDecorKey { this, "BtagDecorKey", "AntiKt4EMTopoJets.btaggingLink", ""}
private

Definition at line 58 of file VHLowTrackJetFilterTool.h.

◆ m_jetEtaCut

float DerivationFramework::VHLowTrackJetFilterTool::m_jetEtaCut
private

Definition at line 60 of file VHLowTrackJetFilterTool.h.

◆ m_jetPtCut

float DerivationFramework::VHLowTrackJetFilterTool::m_jetPtCut
private

Definition at line 59 of file VHLowTrackJetFilterTool.h.

◆ m_jetSGKey

SG::ReadHandleKey<xAOD::JetContainer> DerivationFramework::VHLowTrackJetFilterTool::m_jetSGKey { this, "JetContainerKey", "AntiKt4EMTopoJets", ""}
private

Definition at line 57 of file VHLowTrackJetFilterTool.h.

◆ m_muonIDKey

std::string DerivationFramework::VHLowTrackJetFilterTool::m_muonIDKey
private

Definition at line 74 of file VHLowTrackJetFilterTool.h.

◆ m_muonIsoDecorKey

SG::ReadDecorHandleKey<xAOD::IParticleContainer> DerivationFramework::VHLowTrackJetFilterTool::m_muonIsoDecorKey { this, "MuonIsoDecorKey", "Muons.topoetcone20", ""}
private

Definition at line 73 of file VHLowTrackJetFilterTool.h.

◆ m_muonPtCut

float DerivationFramework::VHLowTrackJetFilterTool::m_muonPtCut
private

Definition at line 77 of file VHLowTrackJetFilterTool.h.

◆ m_muonSelectionTool

ToolHandle<CP::IMuonSelectionTool> DerivationFramework::VHLowTrackJetFilterTool::m_muonSelectionTool
private

Definition at line 71 of file VHLowTrackJetFilterTool.h.

◆ m_muonSGKey

SG::ReadHandleKey<xAOD::MuonContainer> DerivationFramework::VHLowTrackJetFilterTool::m_muonSGKey { this, "MuonContainerKey", "Muons", ""}
private

Definition at line 72 of file VHLowTrackJetFilterTool.h.

◆ m_nEventsPass

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPass
mutableprivate

Definition at line 50 of file VHLowTrackJetFilterTool.h.

◆ m_nEventsPassElectron

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPassElectron
mutableprivate

Definition at line 52 of file VHLowTrackJetFilterTool.h.

◆ m_nEventsPassJet

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPassJet
mutableprivate

Definition at line 51 of file VHLowTrackJetFilterTool.h.

◆ m_nEventsPassMuon

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPassMuon
mutableprivate

Definition at line 53 of file VHLowTrackJetFilterTool.h.

◆ m_nEventsTotal

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nEventsTotal
mutableprivate

Definition at line 49 of file VHLowTrackJetFilterTool.h.

◆ m_nJetsPassAlphaMax

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nJetsPassAlphaMax
mutableprivate

Definition at line 54 of file VHLowTrackJetFilterTool.h.

◆ m_nJetsPassCHF

std::atomic<unsigned int> DerivationFramework::VHLowTrackJetFilterTool::m_nJetsPassCHF
mutableprivate

Definition at line 55 of file VHLowTrackJetFilterTool.h.

◆ m_nJetsReq

float DerivationFramework::VHLowTrackJetFilterTool::m_nJetsReq
private

Definition at line 66 of file VHLowTrackJetFilterTool.h.

◆ m_primaryVerticesKey

SG::ReadHandleKey<xAOD::VertexContainer> DerivationFramework::VHLowTrackJetFilterTool::m_primaryVerticesKey {this, "PrimaryVerticesKey", "PrimaryVertices", ""}
private

Definition at line 76 of file VHLowTrackJetFilterTool.h.

◆ m_TrackD0Max

float DerivationFramework::VHLowTrackJetFilterTool::m_TrackD0Max
private

Definition at line 63 of file VHLowTrackJetFilterTool.h.

◆ m_TrackMinPt

float DerivationFramework::VHLowTrackJetFilterTool::m_TrackMinPt
private

Definition at line 61 of file VHLowTrackJetFilterTool.h.

◆ m_TrackZ0Max

float DerivationFramework::VHLowTrackJetFilterTool::m_TrackZ0Max
private

Definition at line 62 of file VHLowTrackJetFilterTool.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.


The documentation for this class was generated from the following files:
python.BuildSignatureFlags.bjet
AthConfigFlags bjet(AthConfigFlags flags, str instanceName, str recoMode)
Definition: BuildSignatureFlags.py:335
xAOD::muon
@ muon
Definition: TrackingPrimitives.h:195
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
DerivationFramework::VHLowTrackJetFilterTool::m_TrackMinPt
float m_TrackMinPt
Definition: VHLowTrackJetFilterTool.h:61
DerivationFramework::VHLowTrackJetFilterTool::m_muonIsoDecorKey
SG::ReadDecorHandleKey< xAOD::IParticleContainer > m_muonIsoDecorKey
Definition: VHLowTrackJetFilterTool.h:73
xAOD::Iso::topoetcone20
@ topoetcone20
Topo-cluster ET-sum.
Definition: IsolationType.h:48
DerivationFramework::VHLowTrackJetFilterTool::m_primaryVerticesKey
SG::ReadHandleKey< xAOD::VertexContainer > m_primaryVerticesKey
Definition: VHLowTrackJetFilterTool.h:76
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPassMuon
std::atomic< unsigned int > m_nEventsPassMuon
Definition: VHLowTrackJetFilterTool.h:53
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
DerivationFramework::VHLowTrackJetFilterTool::m_muonSGKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonSGKey
Definition: VHLowTrackJetFilterTool.h:72
DerivationFramework::VHLowTrackJetFilterTool::m_electronSGKey
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronSGKey
Definition: VHLowTrackJetFilterTool.h:67
TrackLink
ElementLink< xAOD::TrackParticleContainer > TrackLink
Definition: MuonValidationPlots.cxx:11
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
DerivationFramework::VHLowTrackJetFilterTool::m_TrackZ0Max
float m_TrackZ0Max
Definition: VHLowTrackJetFilterTool.h:62
DerivationFramework::VHLowTrackJetFilterTool::m_jetPtCut
float m_jetPtCut
Definition: VHLowTrackJetFilterTool.h:59
theta
Scalar theta() const
theta method
Definition: AmgMatrixBasePlugin.h:71
xAOD::TrackingHelpers::d0significance
double d0significance(const xAOD::TrackParticle *tp, double d0_uncert_beam_spot_2)
Definition: TrackParticlexAODHelpers.cxx:42
DerivationFramework::VHLowTrackJetFilterTool::m_TrackD0Max
float m_TrackD0Max
Definition: VHLowTrackJetFilterTool.h:63
DerivationFramework::VHLowTrackJetFilterTool::m_AlphaMaxCut
float m_AlphaMaxCut
Definition: VHLowTrackJetFilterTool.h:64
DerivationFramework::VHLowTrackJetFilterTool::m_nEventsTotal
std::atomic< unsigned int > m_nEventsTotal
Definition: VHLowTrackJetFilterTool.h:49
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
ParticleTest.tp
tp
Definition: ParticleTest.py:25
SG::ConstAccessor
Helper class to provide constant type-safe access to aux data.
Definition: ConstAccessor.h:54
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
DerivationFramework::VHLowTrackJetFilterTool::m_electronIDKey
std::string m_electronIDKey
Definition: VHLowTrackJetFilterTool.h:69
DerivationFramework::VHLowTrackJetFilterTool::m_jetEtaCut
float m_jetEtaCut
Definition: VHLowTrackJetFilterTool.h:60
DerivationFramework::VHLowTrackJetFilterTool::m_muonSelectionTool
ToolHandle< CP::IMuonSelectionTool > m_muonSelectionTool
Definition: VHLowTrackJetFilterTool.h:71
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
DerivationFramework::VHLowTrackJetFilterTool::m_electronIsoDecorKey
SG::ReadDecorHandleKey< xAOD::IParticleContainer > m_electronIsoDecorKey
Definition: VHLowTrackJetFilterTool.h:68
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
DerivationFramework::VHLowTrackJetFilterTool::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition: VHLowTrackJetFilterTool.h:75
beamspotman.n
n
Definition: beamspotman.py:731
xAOD::VxType::PriVtx
@ PriVtx
Primary vertex.
Definition: TrackingPrimitives.h:571
DerivationFramework::VHLowTrackJetFilterTool::m_debug
bool m_debug
Definition: VHLowTrackJetFilterTool.h:56
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
SG::VarHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:103
TRT::Track::z0
@ z0
Definition: InnerDetector/InDetCalibEvent/TRT_CalibData/TRT_CalibData/TrackInfo.h:63
xAOD::BTagging_v1
Definition: BTagging_v1.h:39
DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPassJet
std::atomic< unsigned int > m_nEventsPassJet
Definition: VHLowTrackJetFilterTool.h:51
AthAlgTool::AthAlgTool
AthAlgTool()
Default constructor:
Trk::Combined
@ Combined
Definition: TrackSummaryTool.h:32
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::VHLowTrackJetFilterTool::m_CHFCut
float m_CHFCut
Definition: VHLowTrackJetFilterTool.h:65
DerivationFramework::VHLowTrackJetFilterTool::m_jetSGKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetSGKey
Definition: VHLowTrackJetFilterTool.h:57
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
xAOD::BTaggingUtilities::getBTagging
const BTagging * getBTagging(const SG::AuxElement &part)
Access the default xAOD::BTagging object associated to an object.
Definition: BTaggingUtilities.cxx:37
Trk::vertex
@ vertex
Definition: MeasurementType.h:21
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
DerivationFramework::VHLowTrackJetFilterTool::m_electronPtCut
float m_electronPtCut
Definition: VHLowTrackJetFilterTool.h:70
DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPassElectron
std::atomic< unsigned int > m_nEventsPassElectron
Definition: VHLowTrackJetFilterTool.h:52
xAOD::EgammaParameters::electron
@ electron
Definition: EgammaEnums.h:18
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
DerivationFramework::VHLowTrackJetFilterTool::m_nJetsReq
float m_nJetsReq
Definition: VHLowTrackJetFilterTool.h:66
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
DerivationFramework::VHLowTrackJetFilterTool::m_muonPtCut
float m_muonPtCut
Definition: VHLowTrackJetFilterTool.h:77
defineDB.jets
list jets
Definition: JetTagCalibration/share/defineDB.py:24
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
DerivationFramework::VHLowTrackJetFilterTool::m_nEventsPass
std::atomic< unsigned int > m_nEventsPass
Definition: VHLowTrackJetFilterTool.h:50
xAOD::track
@ track
Definition: TrackingPrimitives.h:512
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition: TrackParticle_v1.h:43
drawFromPickle.sin
sin
Definition: drawFromPickle.py:36
DerivationFramework::VHLowTrackJetFilterTool::m_nJetsPassCHF
std::atomic< unsigned int > m_nJetsPassCHF
Definition: VHLowTrackJetFilterTool.h:55
DerivationFramework::VHLowTrackJetFilterTool::m_jetBtagDecorKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_jetBtagDecorKey
Definition: VHLowTrackJetFilterTool.h:58
makeComparison.deltaR
float deltaR
Definition: makeComparison.py:36
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
InDetDD::electrons
@ electrons
Definition: InDetDD_Defs.h:17
DerivationFramework::VHLowTrackJetFilterTool::m_muonIDKey
std::string m_muonIDKey
Definition: VHLowTrackJetFilterTool.h:74
fitman.k
k
Definition: fitman.py:528
DerivationFramework::VHLowTrackJetFilterTool::m_nJetsPassAlphaMax
std::atomic< unsigned int > m_nJetsPassAlphaMax
Definition: VHLowTrackJetFilterTool.h:54