ATLAS Offline Software
Loading...
Searching...
No Matches
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
12 public TileRawDataContainer<TileCellCollection>
13{
14public:
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
25
26#endif
27
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
TileCellIDC(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::VIEW_ELEMENTS)
Definition TileCellIDC.h:18
TileRawDataContainer(bool createColl=false, TYPE type=TileFragHash::Digitizer, UNIT unit=TileRawChannelUnit::ADCcounts, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
OwnershipPolicy
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts