ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawEvent
LArRawEvent
LArSCDigitContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARSCDIGITCONTAINER_H
6
#define LARSCDIGITCONTAINER_H
7
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
LArRawEvent/LArSCDigit.h
"
11
17
18
class
LArSCDigitContainer
:
public
DataVector
<LArSCDigit> {
19
20
public :
24
LArSCDigitContainer
() :
DataVector
<
LArSCDigit
>() {};
25
29
virtual
~LArSCDigitContainer
() =
default
;
30
} ;
31
32
33
CLASS_DEF
(
LArSCDigitContainer
,1153794060,0)
34
35
#endif
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.
LArSCDigit.h
DataVector< LArSCDigit >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
LArSCDigitContainer
Container class for LArSCDigit.
Definition
LArSCDigitContainer.h:18
LArSCDigitContainer::~LArSCDigitContainer
virtual ~LArSCDigitContainer()=default
destructor
LArSCDigitContainer::LArSCDigitContainer
LArSCDigitContainer()
constructor
Definition
LArSCDigitContainer.h:24
LArSCDigit
Base class for LArDigits taken by LATOME.
Definition
LArSCDigit.h:21
Generated on
for ATLAS Offline Software by
1.17.0