ATLAS Offline Software
LArMphysOverMcalSym.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 LARRAWCONDITIONS_LARMPHYSOVERMCALSYM_H
6 #define LARRAWCONDITIONS_LARMPHYSOVERMCALSYM_H
7 
9 
10 class LArMCSym;
11 class LArMphysOverMcalMC;
12 class LArSingleFloatP;
13 template<typename LArSingleFloatP> class LArConditionsContainer;
14 
15 class LArMphysOverMcalSym: virtual public ILArMphysOverMcal {
16  public:
17 
18  LArMphysOverMcalSym() = delete;
20  virtual ~LArMphysOverMcalSym( );
21 
22  virtual const float& MphysOverMcal(const HWIdentifier& hwid, int gain) const override;
23 
24  private:
25  const LArMCSym* m_mcSym;
27 };
28 
29 #include "AthenaKernel/CLASS_DEF.h"
30 #include "AthenaKernel/CondCont.h"
31 CLASS_DEF( LArMphysOverMcalSym,130141195,1)
33 #endif
LArMphysOverMcalMC
Implementation of the interface ILArMphysOverMcal for MC Derives from LArMphysOverMcalComplete,...
Definition: LArMphysOverMcalMC.h:21
CondCont.h
Hold mappings of ranges to condition objects.
LArParamsProperties::MphysOverMcalComplete
@ MphysOverMcalComplete
Definition: LArParamsProperties.h:85
LArSingleFloatP
Definition: LArSingleFloatP.h:11
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArMphysOverMcalSym::~LArMphysOverMcalSym
virtual ~LArMphysOverMcalSym()
Definition: LArMphysOverMcalSym.cxx:15
LArMphysOverMcalSym
Definition: LArMphysOverMcalSym.h:15
HWIdentifier
Definition: HWIdentifier.h:13
ILArMphysOverMcal.h
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArMphysOverMcalSym::LArMphysOverMcalSym
LArMphysOverMcalSym()=delete
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition: LArMCSym.h:19
ILArMphysOverMcal
Definition: ILArMphysOverMcal.h:13
LArMphysOverMcalSym::m_MphysOverMcalComplete
const LArConditionsContainer< LArSingleFloatP > * m_MphysOverMcalComplete
Definition: LArMphysOverMcalSym.h:26
CONDCONT_DEF
CONDCONT_DEF(LArMphysOverMcalSym, 146726487, ILArMphysOverMcal)
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
LArMphysOverMcalSym::m_mcSym
const LArMCSym * m_mcSym
Definition: LArMphysOverMcalSym.h:25
LArMphysOverMcalSym::MphysOverMcal
virtual const float & MphysOverMcal(const HWIdentifier &hwid, int gain) const override
Definition: LArMphysOverMcalSym.cxx:17
CLASS_DEF.h
macros to associate a CLID to a type