ATLAS Offline Software
Loading...
Searching...
No Matches
ILArCableAttenuation.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_ILARCABLEATTENUATION_H
6#define LARCONDITIONS_ILARCABLEATTENUATION_H
7
11
12#include <vector>
13
22
23 public:
24
25 virtual ~ILArCableAttenuation() {};
26
27 // online ID
28 virtual const float& CableAttenuation(const HWIdentifier& id) const = 0 ;
29
31} ;
32
34
35#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.
virtual ~ILArCableAttenuation()
This class defines the interface for accessing CableAttenuation @stereotype Interface.
virtual const float & CableAttenuation(const HWIdentifier &id) const =0