ATLAS Offline Software
TrackParticleClusterAssociation_v1.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 #ifndef XAODASSOCIATIONS_VERSIONS_TRACKPARTICLECLUSTERASSOCIATION_V1_H
6 #define XAODASSOCIATIONS_VERSIONS_TRACKPARTICLECLUSTERASSOCIATION_V1_H
7 
8 // Core include(s):
10 #include "AthLinks/ElementLink.h"
11 
12 // xAOD include(s):
15 
16 namespace xAOD {
17 
26 
27  public:
28 
31 
40 
45  const std::vector< ElementLink< CaloClusterContainer > >& caloClusterLinks() const;
49 
50  }; // end of the TrackParticleClusterAssociation_v1 class definitions
51 
52 } // end of the xAOD namespace
53 
54 #endif // XAODASSOCIATIONS_VERSIONS_TRACKPARTICLECLUSTERASSOCIATION_V1_H
xAOD::TrackParticleClusterAssociation_v1::setTrackParticleLink
void setTrackParticleLink(const ElementLink< TrackParticleContainer > &trackParticleLink)
Sets.
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:483
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrackParticleClusterAssociation_v1::trackParticleLink
const ElementLink< TrackParticleContainer > & trackParticleLink() const
xAOD::TrackParticleClusterAssociation_v1::caloClusterLinks
const std::vector< ElementLink< CaloClusterContainer > > & caloClusterLinks() const
xAOD::TrackParticleClusterAssociation_v1
Class describing a TrackParticleClusterAssociation.
Definition: TrackParticleClusterAssociation_v1.h:25
xAOD::TrackParticleClusterAssociation_v1::TrackParticleClusterAssociation_v1
TrackParticleClusterAssociation_v1()
Default constructor.
Definition: TrackParticleClusterAssociation_v1.cxx:15
CaloClusterContainer.h
xAOD::TrackParticleClusterAssociation_v1::setCaloClusterLinks
void setCaloClusterLinks(const std::vector< ElementLink< CaloClusterContainer > > &caloClusterLinks)
Sets.
TrackParticleContainer.h
AuxElement.h
Base class for elements of a container that can have aux data.