ATLAS Offline Software
Loading...
Searching...
No Matches
LArDAC2uASC.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef LARCOOLCONDITIONS_LARDAC2UASC_H
7#define LARCOOLCONDITIONS_LARDAC2UASC_H
8
12
13
15
16class LArDAC2uASC: public ILArDAC2uA,
18 public LArSingleFloatBlob {
19
20public:
21 LArDAC2uASC();
22 LArDAC2uASC(const CondAttrListCollection* attrList);
23
24 virtual ~LArDAC2uASC();
25
26 bool good() const { return m_isInitialized && m_nChannels>0; }
27
28 // retrieving LArDAC2uA using online ID
29 virtual const float& DAC2UA(const HWIdentifier& chid) const;
30
31private:
32 // static const float errorcode;
33
34};
35
37CLASS_DEF( LArDAC2uASC ,74944220 , 1 )
39
40#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
This class is a collection of AttributeLists where each one is associated with a channel number.
LArCondSuperCellBase(const std::string &name)
virtual ~LArDAC2uASC()
virtual const float & DAC2UA(const HWIdentifier &chid) const
access to DAC2UA conversion factor index by Identifier, and gain setting
bool good() const
Definition LArDAC2uASC.h:26