ATLAS Offline Software
InnerDetector
InDetRawEvent
InDetBCM_RawData
InDetBCM_RawData
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
23
#include "
AthenaKernel/CLASS_DEF.h
"
24
#include "
AthContainers/DataVector.h
"
25
#include "
InDetBCM_RawData/BCM_RDO_Collection.h
"
26
27
class
BCM_RDO_Container
:
public
DataVector
<BCM_RDO_Collection> {
28
29
public
:
30
BCM_RDO_Container
() {}
31
~BCM_RDO_Container
() {}
32
33
private
:
34
BCM_RDO_Container
(
const
BCM_RDO_Container
&);
35
BCM_RDO_Container
&
operator=
(
const
BCM_RDO_Container
&);
36
37
};
38
39
CLASS_DEF
(
BCM_RDO_Container
,2590,1)
40
41
#endif // INDETBCM_RAWDATA_BCM_RDO_CONTAINER_H
BCM_RDO_Container::operator=
BCM_RDO_Container & operator=(const BCM_RDO_Container &)
BCM_RDO_Container
Definition:
BCM_RDO_Container.h:27
BCM_RDO_Collection.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
BCM_RDO_Container::BCM_RDO_Container
BCM_RDO_Container(const BCM_RDO_Container &)
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
BCM_RDO_Container::~BCM_RDO_Container
~BCM_RDO_Container()
Definition:
BCM_RDO_Container.h:31
BCM_RDO_Container::BCM_RDO_Container
BCM_RDO_Container()
Definition:
BCM_RDO_Container.h:30
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Fri Jan 10 2025 21:07:20 for ATLAS Offline Software by
1.8.18