ATLAS Offline Software
MuonCaloEnergyContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONEVENT_MUONCALOENERGYCONTAINER_H
6 #define MUONEVENT_MUONCALOENERGYCONTAINER_H
7 
10 #include "muonEvent/CaloEnergy.h"
11 
18 class MuonCaloEnergyContainer : public DataVector<CaloEnergy>
19 {
20  public:
22  : DataVector<CaloEnergy>(own) {}
24 
25 };
26 
27 CLASS_DEF(MuonCaloEnergyContainer, 1473853273, 1)
28 
29 #endif
30 
31 
32 
33 
34 
CaloEnergy
class extending the basic Trk::EnergyLoss to describe the measured or parameterised muon energy loss ...
Definition: CaloEnergy.h:28
MuonCaloEnergyContainer::~MuonCaloEnergyContainer
virtual ~MuonCaloEnergyContainer()
Definition: MuonCaloEnergyContainer.h:23
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
MuonCaloEnergyContainer::MuonCaloEnergyContainer
MuonCaloEnergyContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition: MuonCaloEnergyContainer.h:21
MuonCaloEnergyContainer
Data object for a StoreGate container holding a vector of CaloEnergy, the detailed energy loss descri...
Definition: MuonCaloEnergyContainer.h:19
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type
CaloEnergy.h