ATLAS Offline Software
Loading...
Searching...
No Matches
TBMWPCRawCont.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
8#include "TBEvent/TBMWPCRaw.h"
9
10#ifndef TBMWPCRAWCONT_H
11#define TBMWPCRAWCONT_H
12
18class TBMWPCRawCont : public DataVector<TBMWPCRaw> {
19 public:
22
23
24
26 virtual ~TBMWPCRawCont() { }
27
28} ;
29
30CLASS_DEF( TBMWPCRawCont , 221991264 , 1 )
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/TBMWPCRawCont.h"
virtual ~TBMWPCRawCont()
destructor
TBMWPCRawCont()
Constructor.