ATLAS Offline Software
LArMphysOverMcalMC.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARMPHYSOVERMCALMC_H
6 #define LARRAWCONDITIONS_LARMPHYSOVERMCALMC_H
7 
9 
10 #include <vector>
11 
22 
23  public:
24 
26 
27  virtual StatusCode initialize();
28 
29  virtual ~LArMphysOverMcalMC();
30 
31  // retrieving MphysOverMcal using online ID
32 
33  virtual const float& MphysOverMcal(const HWIdentifier& CellID, int gain=0) const ;
34 
35  constexpr static float dummy=LArElecCalib::ERRORCODE;
36 };
37 //ConditionsContainer clid for athenaMT
38 #include "AthenaKernel/CondCont.h"
39 CLASS_DEF( LArMphysOverMcalMC, 135003373,1)
41 #endif
LArMphysOverMcalMC::dummy
constexpr static float dummy
Definition: LArMphysOverMcalMC.h:35
LArMphysOverMcalMC
Implementation of the interface ILArMphysOverMcal for MC Derives from LArMphysOverMcalComplete,...
Definition: LArMphysOverMcalMC.h:21
LArMphysOverMcalMC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition: LArMphysOverMcalMC.cxx:13
CondCont.h
Hold mappings of ranges to condition objects.
LArMphysOverMcalMC::~LArMphysOverMcalMC
virtual ~LArMphysOverMcalMC()
Definition: LArMphysOverMcalMC.cxx:17
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
HWIdentifier
Definition: HWIdentifier.h:13
LArMphysOverMcalComplete
This class implements the ILArMphysOverMcal interface.
Definition: LArMphysOverMcalComplete.h:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CONDCONT_DEF
CONDCONT_DEF(LArMphysOverMcalMC, 46372179, ILArMphysOverMcal)
ILArMphysOverMcal
Definition: ILArMphysOverMcal.h:13
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
LArMphysOverMcalMC::LArMphysOverMcalMC
LArMphysOverMcalMC()
Definition: LArMphysOverMcalMC.cxx:9
LArMphysOverMcalComplete.h
LArMphysOverMcalMC::MphysOverMcal
virtual const float & MphysOverMcal(const HWIdentifier &CellID, int gain=0) const
Definition: LArMphysOverMcalMC.cxx:22