ATLAS Offline Software
Loading...
Searching...
No Matches
TBTDCRawCont.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 TBTDCRAWCONT_H
6#define TBTDCRAWCONT_H
7
10
11#include "TBEvent/TBTDCRaw.h"
12
13
14
20
21class TBTDCRawCont : public DataVector< TBTDCRaw > {
22 public:
25
27 virtual ~TBTDCRawCont() { }
28
29} ;
30
31CLASS_DEF( TBTDCRawCont , 199428793 , 1 )
32
33#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/TBTDCRawCont.h"
TBTDCRawCont()
Constructor.
virtual ~TBTDCRawCont()
destructor
Data object holding tdc measurement.
Definition TBTDCRaw.h:21