ATLAS Offline Software
Loading...
Searching...
No Matches
TileRawChannelContainer.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 TileRawChannelContainer_H
6#define TileRawChannelContainer_H
7
10
12 public TileRawDataContainer<TileRawChannelCollection>
13{
14public:
15
21
22 TileRawChannelContainer(bool createColl,
23 int type,
24 int unit,
26 : TileRawDataContainer<TileRawChannelCollection> (createColl,(TYPE)type,(UNIT)unit,ownPolicy) { }
27
29};
30
32
43
44#endif
45
const PlainObject unit() const
This is a plugin that makes Eigen look like CLHEP & defines some convenience methods.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
TileRawChannelContainer(bool createColl=false, TYPE type=TileFragHash::Default, UNIT unit=TileRawChannelUnit::ADCcounts, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
TileRawChannelContainer(bool createColl, int type, int unit, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
TileRawDataContainer(bool createColl=false, TYPE type=TileFragHash::Digitizer, UNIT unit=TileRawChannelUnit::ADCcounts, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements