ATLAS Offline Software
LArMphysOverMcalFlat.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Dear emacs, this is -*-c++-*-
6 #ifndef LARCOOLCONDITIONS_LARMPHYSOVERMCALFLAT_H
7 #define LARCOOLCONDITIONS_LARMPHYSOVERMCALFLAT_H
8 
12 
14 
16  public LArCondFlatBase,
17  public LArSingleFloatBlob {
18 
19 private:
21 
22 public:
24  virtual ~LArMphysOverMcalFlat();
25 
26  bool good() const { return m_isInitialized && m_nChannels>0; }
27 
28  // retrieving MphysOverMcal using online ID
29  virtual const float& MphysOverMcal(const HWIdentifier& chid, int gain) const;
30 
31 };
32 
33 #include "AthenaKernel/CondCont.h"
34 CLASS_DEF( LArMphysOverMcalFlat , 219931062 , 1 )
36 #endif
CondCont.h
Hold mappings of ranges to condition objects.
LArCondFlatBase
Definition: LArCondFlatBase.h:20
LArMphysOverMcalFlat::good
bool good() const
Definition: LArMphysOverMcalFlat.h:26
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArCondFlatBase::m_isInitialized
bool m_isInitialized
Definition: LArCondFlatBase.h:28
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
ILArMphysOverMcal.h
LArMphysOverMcalFlat
Definition: LArMphysOverMcalFlat.h:17
LArSingleFloatBlob::m_nChannels
unsigned m_nChannels
Definition: LArSingleFloatBlob.h:30
LArMphysOverMcalFlat::LArMphysOverMcalFlat
LArMphysOverMcalFlat()
Definition: LArMphysOverMcalFlat.cxx:8
LArCondFlatBase.h
LArSingleFloatBlob
Definition: LArSingleFloatBlob.h:15
ILArMphysOverMcal
Definition: ILArMphysOverMcal.h:13
LArSingleFloatBlob.h
LArMphysOverMcalFlat::MphysOverMcal
virtual const float & MphysOverMcal(const HWIdentifier &chid, int gain) const
Definition: LArMphysOverMcalFlat.cxx:25
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
CONDCONT_DEF
CONDCONT_DEF(LArMphysOverMcalFlat, 261355674, ILArMphysOverMcal)
LArMphysOverMcalFlat::~LArMphysOverMcalFlat
virtual ~LArMphysOverMcalFlat()
Definition: LArMphysOverMcalFlat.cxx:12