ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RDO_Container.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// BCM_RDO_Container.h
7// Header file for class BCM_RDO_Container
9// (c) ATLAS Detector software
11// Container class for BCM raw data objects
13// Version 1.0 13/08/2002 Veronique Boisvert
14// Version 1.1 19/03/2008 Daniel Dobos for BCM
15// Version 1.2 14/05/2008 Daniel Dobos
16// Version 1.3 23/05/2008 Dominique Tardif
17// Version 1.4 03/02/2009 Daniel Dobos
19
20#ifndef INDETBCM_RAWDATA_BCM_RDO_CONTAINER_H
21#define INDETBCM_RAWDATA_BCM_RDO_CONTAINER_H
22
26
27class BCM_RDO_Container : public DataVector<BCM_RDO_Collection> {
28
29 public:
32
33 private:
36
37};
38
40
41#endif // INDETBCM_RAWDATA_BCM_RDO_CONTAINER_H
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.
BCM_RDO_Container & operator=(const BCM_RDO_Container &)
BCM_RDO_Container(const BCM_RDO_Container &)
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)