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