ATLAS Offline Software
LArMinBiasAverageSC.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef LARCOOLCONDITIONS_LARMINBIASAVERAGESC_H
5 #define LARCOOLCONDITIONS_LARMINBIASAVERAGESC_H
6 
10 
11 
13 
15  public LArCondSuperCellBase,
16  public LArSingleFloatBlob {
17 
18 public:
21 
22  virtual ~LArMinBiasAverageSC();
23 
24  bool good() const { return m_isInitialized && m_nChannels>0; }
25 
26  // retrieving LArMinBiasAverage using online ID
27  virtual const float& minBiasAverage(const HWIdentifier& chid) const;
28 
29 private:
30  //static const float errorcode;
31 
32 };
33 #include "AthenaKernel/CondCont.h"
34 CLASS_DEF( LArMinBiasAverageSC , 265616076 , 1 )
36 
37 #endif
38 
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
CONDCONT_DEF(LArMinBiasAverageSC, 190001154, ILArMinBiasAverage)
ILArMinBiasAverage
Definition: ILArMinBiasAverage.h:13
HWIdentifier
Definition: HWIdentifier.h:13
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition: CondAttrListCollection.h:52
LArSingleFloatBlob::m_nChannels
unsigned m_nChannels
Definition: LArSingleFloatBlob.h:30
LArMinBiasAverageSC::~LArMinBiasAverageSC
virtual ~LArMinBiasAverageSC()
Definition: LArMinBiasAverageSC.cxx:14
LArMinBiasAverageSC::good
bool good() const
Definition: LArMinBiasAverageSC.h:24
LArSingleFloatBlob
Definition: LArSingleFloatBlob.h:15
LArCondSuperCellBase
Definition: LArCondSuperCellBase.h:19
LArMinBiasAverageSC::minBiasAverage
virtual const float & minBiasAverage(const HWIdentifier &chid) const
access to average of E in minimum bias events index by Identifier
Definition: LArMinBiasAverageSC.cxx:32
LArSingleFloatBlob.h
LArCondSuperCellBase.h
LArMinBiasAverageSC
Definition: LArMinBiasAverageSC.h:16
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
LArMinBiasAverageSC::LArMinBiasAverageSC
LArMinBiasAverageSC()
Definition: LArMinBiasAverageSC.cxx:10
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition: LArCondSuperCellBase.h:26
ILArMinBiasAverage.h