ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArShape32MC.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARSHAPE32MC_H
6
#define LARRAWCONDITIONS_LARSHAPE32MC_H
7
8
#include "
LArElecCalib/ILArShape.h
"
9
#include "
LArRawConditions/LArShapeP1.h
"
10
#include "
LArRawConditions/LArConditionsContainer.h
"
11
#include "
AthenaKernel/BaseInfo.h
"
12
13
#include <vector>
14
24
25
class
LArShape32MC
:
public
ILArShape
,
26
public
LArConditionsContainer
<LArShapeP1>
27
{
28
29
public
:
30
31
typedef
ILArShape::ShapeRef_t
ShapeRef_t
;
32
typedef
LArConditionsContainer<LArShapeP1>
CONTAINER
;
33
34
LArShape32MC
();
35
36
virtual
~LArShape32MC
( );
37
virtual
StatusCode
initialize
( );
38
39
// retrieving Shape using online ID
40
virtual
ShapeRef_t
Shape
(
const
HWIdentifier
& CellID,
int
gain,
int
tbin = 0,
int
mode = 0 )
const
;
41
virtual
ShapeRef_t
ShapeDer
(
const
HWIdentifier
& CellID,
int
gain,
int
tbin = 0,
int
mode = 0)
const
;
42
43
// set method filling the data members individually (if one
44
// wants to fill this class not using the DB)
45
void
set
(
const
HWIdentifier
& CellID,
int
gain,
46
const
std::vector<float>& vShape,
47
const
std::vector<float>& vShapeDer);
48
49
};
50
51
#include "
AthenaKernel/CondCont.h
"
52
CLASS_DEF
(
LArShape32MC
,107446859,1)
53
CONDCONT_DEF
(
LArShape32MC
, 27292873,
ILArShape
);
54
55
56
#endif
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
#define CONDCONT_DEF(...)
Definition
CondCont.h:1413
BaseInfo.h
Provide an interface for finding inheritance information at run time.
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
ILArShape.h
LArConditionsContainer.h
LArShapeP1.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArShape
Definition
ILArShape.h:13
ILArShape::ShapeRef_t
LArVectorProxy ShapeRef_t
This class defines the interface for accessing Shape (Nsample variable, Dt = 25 ns fixed) @stereotype...
Definition
ILArShape.h:26
LArConditionsContainer< LArShapeP1 >::LArConditionsContainer
LArConditionsContainer()
LArShape32MC
This class implements the ILArShape interface.
Definition
LArShape32MC.h:27
LArShape32MC::set
void set(const HWIdentifier &CellID, int gain, const std::vector< float > &vShape, const std::vector< float > &vShapeDer)
Definition
LArShape32MC.cxx:21
LArShape32MC::ShapeDer
virtual ShapeRef_t ShapeDer(const HWIdentifier &CellID, int gain, int tbin=0, int mode=0) const
Definition
LArShape32MC.cxx:44
LArShape32MC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition
LArShape32MC.cxx:11
LArShape32MC::Shape
virtual ShapeRef_t Shape(const HWIdentifier &CellID, int gain, int tbin=0, int mode=0) const
Definition
LArShape32MC.cxx:33
LArShape32MC::~LArShape32MC
virtual ~LArShape32MC()
Definition
LArShape32MC.cxx:15
LArShape32MC::ShapeRef_t
ILArShape::ShapeRef_t ShapeRef_t
Definition
LArShape32MC.h:31
LArShape32MC::LArShape32MC
LArShape32MC()
Definition
LArShape32MC.cxx:7
LArShape32MC::CONTAINER
LArConditionsContainer< LArShapeP1 > CONTAINER
Definition
LArShape32MC.h:32
Generated on
for ATLAS Offline Software by
1.17.0