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