ATLAS Offline Software
Loading...
Searching...
No Matches
ILArMphysOverMcal.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 LARCONDITIONS_ILARMPHYSOVERMCAL_H
6#define LARCONDITIONS_ILARMPHYSOVERMCAL_H
7
10#include "Identifier/Identifier.h"
12
21
22 public:
23
24 virtual ~ILArMphysOverMcal() {};
25
26 // online ID
27 virtual const float& MphysOverMcal(const HWIdentifier& id , int gain) const = 0 ;
28
30};
31
32CLASS_DEF( ILArMphysOverMcal,128308807,1)
33
34//ConditionsContainer clid for athenaMT"
35#include "AthenaKernel/CondCont.h"
37
38#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Defines a common ERRORCODE enum for LAr-Calibration objects.
Hold mapping of ranges to condition objects.
Definition CondCont.h:889
virtual const float & MphysOverMcal(const HWIdentifier &id, int gain) const =0
virtual ~ILArMphysOverMcal()
This class defines the interface for accessing MphysOverMcal @stereotype Interface.