ATLAS Offline Software
Loading...
Searching...
No Matches
ILArOFCBin.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARELECCALIB_ILAROFCBIN_H
6#define LARELECCALIB_ILAROFCBIN_H
7
10class HWIdentifier;
11
13public:
14
15 virtual ~ILArOFCBin() {};
16
17 virtual const int& bin( const HWIdentifier& id, const int& gain) const =0 ;
18
20
21} ;
22
23CLASS_DEF( ILArOFCBin, 82247889, 1)
24
25//ConditionsContainer clid for athenaMT"
26#include "AthenaKernel/CondCont.h"
27CLASS_DEF( CondCont<ILArOFCBin> , 77000255 , 1 )
28
29#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 ~ILArOFCBin()
Definition ILArOFCBin.h:15
virtual const int & bin(const HWIdentifier &id, const int &gain) const =0