ATLAS Offline Software
Loading...
Searching...
No Matches
ILAruA2MeV.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_ILARUA2MEV_H
6#define LARCONDITIONS_ILARUA2MEV_H
7
10#include "Identifier/Identifier.h"
12
24
25 public:
29 // online ID
30
31 virtual ~ILAruA2MeV() {};
32
33 virtual const float& UA2MEV(const HWIdentifier& id ) const = 0 ;
34
36
37} ;
38
39CLASS_DEF( ILAruA2MeV,154639332,1)
40
41
42//ConditionsContainer clid for athenaMT"
43#include "AthenaKernel/CondCont.h"
44CLASS_DEF( CondCont<ILAruA2MeV> , 263271148 , 1 )
45
46#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 ~ILAruA2MeV()
This class defines the interface for accessing uA2MeV @stereotype Interface.
Definition ILAruA2MeV.h:31
virtual const float & UA2MEV(const HWIdentifier &id) const =0