ATLAS Offline Software
ILArMinBiasAverage.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_ILARMINBIASAVERAGE_H
6 #define LARCONDITIONS_ILARMINBIASAVERAGE_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 class HWIdentifier;
11 
12 
19  public:
20 
21  virtual ~ILArMinBiasAverage() {};
22 
27  // online ID
28  virtual const float& minBiasAverage(const HWIdentifier& id) const = 0 ;
29 
31 } ;
32 #include "AthenaKernel/CondCont.h"
33 CLASS_DEF( ILArMinBiasAverage, 112216056 ,1)
34 CLASS_DEF( CondCont<ILArMinBiasAverage>,56829592 , 1 )
35 
36 #endif
CondCont.h
Hold mappings of ranges to condition objects.
ILArMinBiasAverage
Definition: ILArMinBiasAverage.h:13
ILArMinBiasAverage::ERRORCODE
@ ERRORCODE
Definition: ILArMinBiasAverage.h:30
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArMinBiasAverage::minBiasAverage
virtual const float & minBiasAverage(const HWIdentifier &id) const =0
access to average of E in minimum bias events index by Identifier
CondCont
Hold mapping of ranges to condition objects.
Definition: CondCont.h:811
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
ILArMinBiasAverage::~ILArMinBiasAverage
virtual ~ILArMinBiasAverage()
This class defines the interface for accessing Average of E in minimum bias events @stereotype Interf...
Definition: ILArMinBiasAverage.h:21