ATLAS Offline Software
Loading...
Searching...
No Matches
TileHitContainer.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 TileHitContainer_H
6#define TileHitContainer_H
7
10
12 public TileRawDataContainer<TileHitCollection>
13{
14public:
15
16 TileHitContainer(bool createColl=false, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
17 : TileRawDataContainer<TileHitCollection> (createColl, ownPolicy) { }
18
25
27};
28
30
41
42#endif
43
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
TileHitContainer(bool createColl, TYPE type, UNIT unit=TileRawChannelUnit::ADCcounts, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
TileHitContainer(bool createColl=false, 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