ATLAS Offline Software
Loading...
Searching...
No Matches
LAruA2MeVMC.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_LARUA2MEVMC_H
6#define LARRAWCONDITIONS_LARUA2MEVMC_H
7
9#include <vector>
10
20
21
23
24 public:
25
27
28 virtual ~LAruA2MeVMC();
29 virtual StatusCode initialize() ;
30
31 // retrieving uA2MeV using online ID
32
33 virtual const float& UA2MEV(const HWIdentifier& CellID) const ;
34
35 constexpr static float dummy=LArElecCalib::ERRORCODE;
36};
37
39CLASS_DEF( LAruA2MeVMC, 172345330,1)
41#endif
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Implementation of the interface ILAruA2MeV for MC Derives from LAruA2MeVComplete, and implements the ...
Definition LAruA2MeVMC.h:22
virtual const float & UA2MEV(const HWIdentifier &CellID) const
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
static constexpr float dummy
Definition LAruA2MeVMC.h:35
virtual ~LAruA2MeVMC()