ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
MuonIdentification
muonEvent
muonEvent
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
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
muonEvent/CaloEnergy.h
"
11
17
18
class
MuonCaloEnergyContainer
:
public
DataVector
<CaloEnergy>
19
{
20
public
:
21
MuonCaloEnergyContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
)
22
:
DataVector
<
CaloEnergy
>(own) {}
23
virtual
~MuonCaloEnergyContainer
() {};
24
25
};
26
27
CLASS_DEF
(
MuonCaloEnergyContainer
, 1473853273, 1)
28
29
#endif
30
31
32
33
34
CaloEnergy.h
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CaloEnergy
class extending the basic Trk::EnergyLoss to describe the measured or parameterised muon energy loss ...
Definition
CaloEnergy.h:28
DataVector< CaloEnergy >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
MuonCaloEnergyContainer
Data object for a StoreGate container holding a vector of CaloEnergy, the detailed energy loss descri...
Definition
MuonCaloEnergyContainer.h:19
MuonCaloEnergyContainer::MuonCaloEnergyContainer
MuonCaloEnergyContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition
MuonCaloEnergyContainer.h:21
MuonCaloEnergyContainer::~MuonCaloEnergyContainer
virtual ~MuonCaloEnergyContainer()
Definition
MuonCaloEnergyContainer.h:23
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition
OwnershipPolicy.h:17
Generated on
for ATLAS Offline Software by
1.17.0