ATLAS Offline Software
Loading...
Searching...
No Matches
TBADCRawCont.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#ifndef TBADCRAWCONT_H
6#define TBADCRAWCONT_H
7
10
11#include "TBEvent/TBADCRaw.h"
12
13
19
20class TBADCRawCont : public DataVector< TBADCRaw > {
21 public:
24
26 virtual ~TBADCRawCont() { }
27
28} ;
29CLASS_DEF( TBADCRawCont , 206065774 , 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/TBADCRawCont.h"
TBADCRawCont()
Constructor.
virtual ~TBADCRawCont()
destructor
Data object holding adc measurement.
Definition TBADCRaw.h:21