ATLAS Offline Software
TileCellIDC.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 TileCellIDC_H
6 #define TileCellIDC_H
7 
10 
11 class TileCellIDC :
12  public TileRawDataContainer<TileCellCollection>
13 {
14 public:
15 
16  // ATTENTION !!!
17  // TileCellIDC is not owner of TileCells by default !!!
18  TileCellIDC(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::VIEW_ELEMENTS)
19  : TileRawDataContainer<TileCellCollection> (createColl,ownPolicy) { }
20 
22 };
23 
24 CLASS_DEF(TileCellIDC,2929,0)
25 
26 #endif
27 
TileRawDataContainer
Definition: TileRawDataContainer.h:34
TileRawDataContainer.h
TileCellCollection
Definition: TileCellCollection.h:12
SG::VIEW_ELEMENTS
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
Definition: OwnershipPolicy.h:18
TileCellIDC::~TileCellIDC
~TileCellIDC()
Definition: TileCellIDC.h:21
TileCellIDC::TileCellIDC
TileCellIDC(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::VIEW_ELEMENTS)
Definition: TileCellIDC.h:18
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
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
TileCellIDC
Definition: TileCellIDC.h:13
TileCellCollection.h