ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArTdriftComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARTDRIFTCOMPLETE_H
6
#define LARRAWCONDITIONS_LARTDRIFTCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
LArElecCalib/ILArTdrift.h
"
10
#include "
LArRawConditions/LArTdriftP.h
"
11
#include "
LArRawConditions/LArConditionsContainer.h
"
12
13
22
23
class
LArTdriftComplete
:
public
ILArTdrift
,
24
public
LArConditionsContainer
<LArTdriftP>{
25
26
public
:
27
28
typedef
LArConditionsContainer<LArTdriftP>
CONTAINER
;
29
LArTdriftComplete
();
30
31
virtual
~LArTdriftComplete
( );
32
33
// retrieving Tdrift using online ID
34
virtual
const
float
&
Tdrift
(
const
HWIdentifier
& CellID)
const
;
35
36
// set method filling the data members individually
37
// (if one wants to fill this class not using the DB)
38
void
set
(
const
HWIdentifier
& CellID,
float
tdrift);
39
40
};
41
CLASS_DEF
(
LArTdriftComplete
,89410564,1)
42
SG_BASE
(
LArTdriftComplete
,
ILArTdrift
);
43
#endif
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
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
ILArTdrift.h
LArConditionsContainer.h
LArTdriftP.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArTdrift
Definition
ILArTdrift.h:12
LArConditionsContainer< LArTdriftP >::LArConditionsContainer
LArConditionsContainer()
LArTdriftComplete
This class implements the ILArTdrift interface.
Definition
LArTdriftComplete.h:24
LArTdriftComplete::set
void set(const HWIdentifier &CellID, float tdrift)
Definition
LArTdriftComplete.cxx:14
LArTdriftComplete::LArTdriftComplete
LArTdriftComplete()
Definition
LArTdriftComplete.cxx:8
LArTdriftComplete::CONTAINER
LArConditionsContainer< LArTdriftP > CONTAINER
Definition
LArTdriftComplete.h:28
LArTdriftComplete::Tdrift
virtual const float & Tdrift(const HWIdentifier &CellID) const
Definition
LArTdriftComplete.cxx:26
LArTdriftComplete::~LArTdriftComplete
virtual ~LArTdriftComplete()
Definition
LArTdriftComplete.cxx:10
Generated on
for ATLAS Offline Software by
1.17.0