ATLAS Offline Software
Loading...
Searching...
No Matches
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
11
12#include <vector>
13
22
23 public:
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 ;
33
34} ;
35
37
38#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Defines a common ERRORCODE enum for LAr-Calibration objects.
virtual const float & dTimeCal(const HWIdentifier &id, int gain) const =0
virtual ~ILArCaliPulseParams()
This class defines the interface for accessing CaliPulseParams @stereotype Interface.
virtual const short & nCB(const HWIdentifier &id, int gain) const =0
virtual const float & Offset(const HWIdentifier &id, int gain) const =0
virtual const float & Tcal(const HWIdentifier &id, int gain) const =0
virtual const float & Fstep(const HWIdentifier &id, int gain) const =0