ATLAS Offline Software
Loading...
Searching...
No Matches
JetParticleOriginVertexAssociation.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_JETPARTICLEORIGINVERTEXASSOCIATION_H
8#define PARTICLEJETTOOLS_JETPARTICLEORIGINVERTEXASSOCIATION_H
9
13
14#include <vector>
15#include <string>
16
19 public:
20
21 JetParticleOriginVertexAssociation(const std::string& name);
22
23 virtual const std::vector<std::vector<ElementLink<xAOD::IParticleContainer> > >*
24 match(const xAOD::JetContainer&, const xAOD::IParticleContainer&) const override;
25
26 inline double coneSize(double pt) const {
28 }
29
30
31 private:
35 float m_dzCut;
37};
38
39#endif
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Handle class for reading a decoration on an object.
Interface for adding a decoration to a jet container.
JetParticleAssociation(const std::string &name)
virtual const std::vector< std::vector< ElementLink< xAOD::IParticleContainer > > > * match(const xAOD::JetContainer &, const xAOD::IParticleContainer &) const override
JetContainer_v1 JetContainer
Definition of the current "jet container version".
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.