ATLAS Offline Software
Loading...
Searching...
No Matches
LArTTL1Container.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// * author : Fabienne Ledroit *
6// * date of creation : 09/01/2003 *
7
8#ifndef LARTTL1CONTAINER_H
9#define LARTTL1CONTAINER_H
10
13#include "LArRawEvent/LArTTL1.h"
14
15
23
24class LArTTL1Container : public DataVector<LArTTL1> {
25
26 public :
30
32
37
38private:
39
40} ;
41
42
44
45#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)
Container class for LArTTL1.
LArTTL1Container()
constructor
virtual ~LArTTL1Container()
destructor