ATLAS Offline Software
Loading...
Searching...
No Matches
ILArNoise.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 LARELECCALIB_ILARNOISE_H
6#define LARELECCALIB_ILARNOISE_H
7
10class HWIdentifier;
11
12class ILArNoise {
28
29public:
33 // online ID
34
35 virtual ~ILArNoise() {};
36
37 virtual const float& noise( const HWIdentifier& id, int gain) const =0 ;
38
40
41} ;
42
43CLASS_DEF( ILArNoise, 8125,1)
44
45//ConditionsContainer clid for athenaMT"
46#include "AthenaKernel/CondCont.h"
47CLASS_DEF( CondCont<ILArNoise> , 148605725 , 1 )
48
49#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.
Hold mapping of ranges to condition objects.
Definition CondCont.h:889
virtual ~ILArNoise()
This class defines the interface for accessing Noise parameters for each channel @stereotype Interfac...
Definition ILArNoise.h:35
virtual const float & noise(const HWIdentifier &id, int gain) const =0