ATLAS Offline Software
TileDigitsContainer.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 TileDigitsContainer_H
6 #define TileDigitsContainer_H
7 
10 
12  public TileRawDataContainer<TileDigitsCollection>
13 {
14 public:
15 
16  TileDigitsContainer(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
17  : TileRawDataContainer<TileDigitsCollection> (createColl, TileFragHash::Digitizer,
18  TileRawChannelUnit::ADCcounts, ownPolicy) { }
19 
20  TileDigitsContainer(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
TileDigitsCollection.h
TileRawDataContainer.h
TileDigitsCollectionVec::~TileDigitsCollectionVec
~TileDigitsCollectionVec()
Definition: TileDigitsContainer.h:40
TileDigitsContainer::TileDigitsContainer
TileDigitsContainer(bool createColl, TYPE type, UNIT unit=TileRawChannelUnit::ADCcounts, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TileDigitsContainer.h:20
TileFragHash::TYPE
TYPE
initialize
Definition: TileFragHash.h:33
TileFragHash
Hash table for Tile fragments (==drawers ==collections in StoreGate)
Definition: TileFragHash.h:24
TileDigitsCollectionVec
Definition: TileDigitsContainer.h:34
TileDigitsContainer
Definition: TileDigitsContainer.h:13
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
TileDigitsContainer::TileDigitsContainer
TileDigitsContainer(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TileDigitsContainer.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
TileRawChannelUnit::UNIT
UNIT
Definition: TileRawChannelUnit.h:16
TileDigitsCollection
Definition: TileDigitsCollection.h:18
TileDigitsCollectionVec::TileDigitsCollectionVec
TileDigitsCollectionVec()
Definition: TileDigitsContainer.h:37
TileDigitsContainer::~TileDigitsContainer
~TileDigitsContainer()
Definition: TileDigitsContainer.h:27
unit
const PlainObject unit() const
This is a plugin that makes Eigen look like CLHEP & defines some convenience methods.
Definition: AmgMatrixBasePlugin.h:21
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
TileRawDataCollectionVec
Definition: TileRawDataContainer.h:88