ATLAS Offline Software
Loading...
Searching...
No Matches
TBBPCCont.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#include "TBEvent/TBBPC.h"
8
9#ifndef TBBPCCONT_H
10#define TBBPCCONT_H
11
17class TBBPCCont : public DataVector<TBBPC> {
18 public:
21
22
23
25 virtual ~TBBPCCont() { }
26
27} ;
28CLASS_DEF( TBBPCCont , 245525186 , 1 )
29#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/TBBPCCont.h"
Definition TBBPCCont.h:17
virtual ~TBBPCCont()
destructor
Definition TBBPCCont.h:25
TBBPCCont()
Constructor.
Definition TBBPCCont.h:20
Definition TBBPC.h:23