ATLAS Offline Software
JetParticleShrinkingConeAssociation.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // author: cpollard@cern.ch
6 
7 #ifndef PARTICLEJETTOOLS_JETPARTICLESHRINKINGCONEASSOCIATION_H
8 #define PARTICLEJETTOOLS_JETPARTICLESHRINKINGCONEASSOCIATION_H
9 
11 
12 #include <vector>
13 #include <string>
14 
17  public:
18 
19  JetParticleShrinkingConeAssociation(const std::string& name);
20 
21  virtual const std::vector<std::vector<ElementLink<xAOD::IParticleContainer> > >*
22  match(const xAOD::JetContainer&, const xAOD::IParticleContainer&) const override;
23 
24  inline double coneSize(double pt) const {
26  }
27 
28 
29  private:
33 };
34 
35 #endif
JetParticleShrinkingConeAssociation::m_coneSizeFitPar1
double m_coneSizeFitPar1
Definition: JetParticleShrinkingConeAssociation.h:30
JetParticleAssociation
Definition: JetParticleAssociation.h:22
JetParticleShrinkingConeAssociation::JetParticleShrinkingConeAssociation
JetParticleShrinkingConeAssociation(const std::string &name)
Definition: JetParticleShrinkingConeAssociation.cxx:13
test_pyathena.pt
pt
Definition: test_pyathena.py:11
IJetDecorator
Interface for adding a decoration to a jet container.
Definition: IJetDecorator.h:21
drawFromPickle.exp
exp
Definition: drawFromPickle.py:36
JetParticleAssociation.h
JetParticleShrinkingConeAssociation::match
virtual const std::vector< std::vector< ElementLink< xAOD::IParticleContainer > > > * match(const xAOD::JetContainer &, const xAOD::IParticleContainer &) const override
Definition: JetParticleShrinkingConeAssociation.cxx:25
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
JetParticleShrinkingConeAssociation::coneSize
double coneSize(double pt) const
Definition: JetParticleShrinkingConeAssociation.h:24
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
JetParticleShrinkingConeAssociation
Definition: JetParticleShrinkingConeAssociation.h:15
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
JetParticleShrinkingConeAssociation::m_coneSizeFitPar2
double m_coneSizeFitPar2
Definition: JetParticleShrinkingConeAssociation.h:31
JetParticleShrinkingConeAssociation::m_coneSizeFitPar3
double m_coneSizeFitPar3
Definition: JetParticleShrinkingConeAssociation.h:32