ATLAS Offline Software
Loading...
Searching...
No Matches
LArOFCweightSC.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef LARCOOLCONDITIONS_OFCWEIGHTSC_H
7#define LARCOOLCONDITIONS_OFCWEIGHTSC_H
8
11
13
16 public LArSingleFloatBlob {
17
18public:
21
22 virtual ~LArOFCweightSC() = default;
23
24 bool good() const { return m_isInitialized && m_nChannels>0; }
25
26 // retrieving weight using online ID
27 const float& getW(const HWIdentifier& chid) const;
28
29private:
30};
31
33CLASS_DEF( LArOFCweightSC , 224728897, 1 )
35
36#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 ~LArOFCweightSC()=default
const float & getW(const HWIdentifier &chid) const
bool good() const