ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArElecCalib
LArElecCalib
ILArCaliPulseParams.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 LARCONDITIONS_ILARCALIPULSEPARAMS_H
6
#define LARCONDITIONS_ILARCALIPULSEPARAMS_H
7
8
#include "
Identifier/HWIdentifier.h
"
9
#include "
LArElecCalib/LArCalibErrorCode.h
"
10
#include "
AthenaKernel/CLASS_DEF.h
"
11
12
#include <vector>
13
14
class
ILArCaliPulseParams
{
22
23
public
:
24
virtual
~ILArCaliPulseParams
() {};
25
26
// online ID
27
virtual
const
float
&
Tcal
(
const
HWIdentifier
&
id
,
int
gain )
const
= 0 ;
28
virtual
const
float
&
Fstep
(
const
HWIdentifier
&
id
,
int
gain )
const
= 0 ;
29
virtual
const
float
&
Offset
(
const
HWIdentifier
&
id
,
int
gain )
const
= 0 ;
30
virtual
const
float
&
dTimeCal
(
const
HWIdentifier
&
id
,
int
gain )
const
= 0 ;
31
virtual
const
short
&
nCB
(
const
HWIdentifier
&
id
,
int
gain )
const
= 0 ;
32
enum
{
ERRORCODE
=
LArElecCalib::ERRORCODE
};
33
34
} ;
35
36
CLASS_DEF
(
ILArCaliPulseParams
,73129415,1)
37
38
#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
HWIdentifier.h
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
HWIdentifier
Definition
HWIdentifier.h:13
ILArCaliPulseParams
Definition
ILArCaliPulseParams.h:14
ILArCaliPulseParams::ERRORCODE
@ ERRORCODE
Definition
ILArCaliPulseParams.h:32
ILArCaliPulseParams::dTimeCal
virtual const float & dTimeCal(const HWIdentifier &id, int gain) const =0
ILArCaliPulseParams::~ILArCaliPulseParams
virtual ~ILArCaliPulseParams()
This class defines the interface for accessing CaliPulseParams @stereotype Interface.
Definition
ILArCaliPulseParams.h:24
ILArCaliPulseParams::nCB
virtual const short & nCB(const HWIdentifier &id, int gain) const =0
ILArCaliPulseParams::Offset
virtual const float & Offset(const HWIdentifier &id, int gain) const =0
ILArCaliPulseParams::Tcal
virtual const float & Tcal(const HWIdentifier &id, int gain) const =0
ILArCaliPulseParams::Fstep
virtual const float & Fstep(const HWIdentifier &id, int gain) const =0
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition
LArCalibErrorCode.h:17
Generated on
for ATLAS Offline Software by
1.17.0