ATLAS Offline Software
Loading...
Searching...
No Matches
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
10class LArMCSym;
12class LArSingleFloatP;
13template<typename LArSingleFloatP> class LArConditionsContainer;
14
16 public:
17
19 LArMphysOverMcalSym(const LArMCSym* mcsym, const LArMphysOverMcalMC* MphysOverMcalComplete);
20 virtual ~LArMphysOverMcalSym( );
21
22 virtual const float& MphysOverMcal(const HWIdentifier& hwid, int gain) const override;
23
24 private:
27};
28
33#endif
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition LArMCSym.h:19
Implementation of the interface ILArMphysOverMcal for MC Derives from LArMphysOverMcalComplete,...
const LArConditionsContainer< LArSingleFloatP > * m_MphysOverMcalComplete
const LArMCSym * m_mcSym
LArMphysOverMcalSym()=delete
virtual const float & MphysOverMcal(const HWIdentifier &hwid, int gain) const override