ATLAS Offline Software
TileBeamElemContainer.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 TileBeamElemContainer_H
6 #define TileBeamElemContainer_H
7 
10 
12  public TileRawDataContainer<TileBeamElemCollection>
13 {
14 public:
15 
16  TileBeamElemContainer(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
18  TileRawChannelUnit::ADCcounts, ownPolicy) { }
19 
20  TileBeamElemContainer(bool createColl,
21  TYPE type,
25  unit, ownPolicy) { }
26 
28 };
29 
31 
34 {
35 public:
36 
39 
41 };
42 
43 #endif
44 
TileRawChannelUnit
Definition: TileRawChannelUnit.h:13
TileRawDataContainer
Definition: TileRawDataContainer.h:34
TileRawDataContainer.h
TileBeamElemCollection
Definition: TileBeamElemCollection.h:12
TileBeamElemCollectionVec::TileBeamElemCollectionVec
TileBeamElemCollectionVec()
Definition: TileBeamElemContainer.h:37
TileFragHash::TYPE
TYPE
initialize
Definition: TileFragHash.h:33
TileFragHash
Hash table for Tile fragments (==drawers ==collections in StoreGate)
Definition: TileFragHash.h:24
TileBeamElemCollection.h
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
TileBeamElemContainer::TileBeamElemContainer
TileBeamElemContainer(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TileBeamElemContainer.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
TileBeamElemContainer::~TileBeamElemContainer
~TileBeamElemContainer()
Definition: TileBeamElemContainer.h:27
TileBeamElemContainer
Definition: TileBeamElemContainer.h:13
TileRawChannelUnit::UNIT
UNIT
Definition: TileRawChannelUnit.h:16
TileBeamElemCollectionVec
Definition: TileBeamElemContainer.h:34
TileBeamElemContainer::TileBeamElemContainer
TileBeamElemContainer(bool createColl, TYPE type, UNIT unit=TileRawChannelUnit::ADCcounts, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TileBeamElemContainer.h:20
unit
const PlainObject unit() const
This is a plugin that makes Eigen look like CLHEP & defines some convenience methods.
Definition: AmgMatrixBasePlugin.h:20
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
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
TileRawChannelUnit::ADCcounts
@ ADCcounts
Definition: TileRawChannelUnit.h:17
TileBeamElemCollectionVec::~TileBeamElemCollectionVec
~TileBeamElemCollectionVec()
Definition: TileBeamElemContainer.h:40
TileRawDataCollectionVec
Definition: TileRawDataContainer.h:88