ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
ALFA
ALFA_RawEv
ALFA_RawEv
ALFA_DigitCollection.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 ALFA_DigitCollection_h
6
#define ALFA_DigitCollection_h
7
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
ALFA_RawEv/ALFA_Digit.h
"
11
12
#include "
HitManagement/AthenaHitsVector.h
"
13
14
15
class
ALFA_DigitCollection
:
public
DataVector
<ALFA_Digit> {
16
17
public
:
18
19
ALFA_DigitCollection
() {}
20
};
21
22
23
//typedef AthenaHitsVector<ALFA_Digit> ALFA_DigitCollection;
24
25
//typedef AthenaHitsVector<ALFA_Digit>::iterator ALFA_DigitIterator;
26
//typedef AthenaHitsVector<ALFA_Digit>::const_iterator ALFA_DigitConstIterator;
27
28
29
typedef
ALFA_DigitCollection::iterator
ALFA_DigitIterator
;
30
typedef
ALFA_DigitCollection::const_iterator
ALFA_DigitConstIterator
;
31
32
33
#ifndef __CINT__
34
CLASS_DEF
(
ALFA_DigitCollection
, 1307251830, 1)
35
#endif
36
37
#endif
ALFA_DigitConstIterator
ALFA_DigitCollection::const_iterator ALFA_DigitConstIterator
Definition
ALFA_DigitCollection.h:30
ALFA_DigitIterator
ALFA_DigitCollection::iterator ALFA_DigitIterator
Definition
ALFA_DigitCollection.h:29
ALFA_Digit.h
AthenaHitsVector.h
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
ALFA_DigitCollection
Definition
ALFA_DigitCollection.h:15
ALFA_DigitCollection::ALFA_DigitCollection
ALFA_DigitCollection()
Definition
ALFA_DigitCollection.h:19
DataVector< ALFA_Digit >::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Definition
DataVector.h:838
DataVector< ALFA_Digit >::iterator
DataModel_detail::iterator< DataVector > iterator
Definition
DataVector.h:842
DataVector< ALFA_Digit >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
Generated on
for ATLAS Offline Software by
1.17.0