ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArTshaperComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARTSHAPERCOMPLETE_H
6
#define LARRAWCONDITIONS_LARTSHAPERCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
AthenaKernel/BaseInfo.h
"
10
#include "
LArElecCalib/ILArTshaper.h
"
11
#include "
LArRawConditions/LArTshaperP.h
"
12
#include "
LArRawConditions/LArConditionsContainer.h
"
13
21
25
26
27
class
LArTshaperComplete
:
public
ILArTshaper
,
28
public
LArConditionsContainer
<LArTshaperP>{
29
30
public
:
31
32
typedef
LArConditionsContainer<LArTshaperP>
CONTAINER
;
33
LArTshaperComplete
();
34
35
virtual
~LArTshaperComplete
();
36
37
// retrieving Tshaper using online ID
38
39
virtual
const
float
&
Tshaper
(
const
HWIdentifier
& CellID)
const
;
40
41
// set method filling the data members individually (if one
42
// wants to fill this class not using the DB)
43
void
set
(
const
HWIdentifier
& CellID,
float
vTshaper);
44
45
protected
:
46
47
48
};
49
50
CLASS_DEF
(
LArTshaperComplete
,175811031,1)
51
SG_BASES
(
LArTshaperComplete
,
ILArTshaper
);
52
#endif
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASES
#define SG_BASES(D,...)
Declare the base classes from which D derives.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:224
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
ILArTshaper.h
LArConditionsContainer.h
LArTshaperP.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArTshaper
Definition
ILArTshaper.h:12
LArConditionsContainer< LArTshaperP >::LArConditionsContainer
LArConditionsContainer()
LArTshaperComplete
This class implements the ILArTshaper interface.
Definition
LArTshaperComplete.h:28
LArTshaperComplete::set
void set(const HWIdentifier &CellID, float vTshaper)
Definition
LArTshaperComplete.cxx:13
LArTshaperComplete::CONTAINER
LArConditionsContainer< LArTshaperP > CONTAINER
Definition
LArTshaperComplete.h:32
LArTshaperComplete::~LArTshaperComplete
virtual ~LArTshaperComplete()
Definition
LArTshaperComplete.cxx:9
LArTshaperComplete::LArTshaperComplete
LArTshaperComplete()
Definition
LArTshaperComplete.cxx:7
LArTshaperComplete::Tshaper
virtual const float & Tshaper(const HWIdentifier &CellID) const
Definition
LArTshaperComplete.cxx:24
Generated on
for ATLAS Offline Software by
1.17.0