ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBeam
TBEvent
TBEvent
TBHitCont.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
#include "
AthContainers/DataVector.h
"
6
#include "
AthenaKernel/CLASS_DEF.h
"
7
8
#include "
TBEvent/TBHit.h
"
9
10
#ifndef TBHITCONT_H
11
#define TBHITCONT_H
12
18
19
class
TBHitCont
:
public
DataVector
< TBHit > {
20
public
:
22
TBHitCont
() :
DataVector
<
TBHit
>() { }
23
25
virtual
~TBHitCont
() { }
26
27
} ;
28
CLASS_DEF
(
TBHitCont
, 84246700 , 1 )
29
30
#endif
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TBHit.h
DataVector< TBHit >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
TBHitCont
"TBEvent/TBHitCont.h"
Definition
TBHitCont.h:19
TBHitCont::TBHitCont
TBHitCont()
Constructor.
Definition
TBHitCont.h:22
TBHitCont::~TBHitCont
virtual ~TBHitCont()
destructor
Definition
TBHitCont.h:25
TBHit
Definition
TBHit.h:23
Generated on
for ATLAS Offline Software by
1.17.0