ATLAS Offline Software
ILArMinBias.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_ILARMINBIAS_H
6 #define LARCONDITIONS_ILARMINBIAS_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 class HWIdentifier;
11 
12 
13 class ILArMinBias {
19  public:
20 
21  virtual ~ILArMinBias() {};
22 
27  // online ID
28  virtual const float& minBiasRMS(const HWIdentifier& id) const = 0 ;
29 
31 } ;
32 
33 CLASS_DEF( ILArMinBias, 197482938 ,1)
34 #include "AthenaKernel/CondCont.h"
35 CLASS_DEF( CondCont<ILArMinBias>,88954252 , 1 )
36 
37 #endif
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArMinBias::~ILArMinBias
virtual ~ILArMinBias()
This class defines the interface for accessing RMS of E in minimum bias events @stereotype Interface.
Definition: ILArMinBias.h:21
ILArMinBias::ERRORCODE
@ ERRORCODE
Definition: ILArMinBias.h:30
ILArMinBias
Definition: ILArMinBias.h:13
CondCont< ILArMinBias >
ILArMinBias::minBiasRMS
virtual const float & minBiasRMS(const HWIdentifier &id) const =0
access to RMS of E in minimum bias events index by Identifier
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:64
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition: LArCalibErrorCode.h:17
CLASS_DEF.h
macros to associate a CLID to a type