ATLAS Offline Software
Loading...
Searching...
No Matches
ILArTshaper.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_ILARTSHAPER_H
6#define LARCONDITIONS_ILARTSHAPER_H
7
11
20
21 public:
22
23 virtual ~ILArTshaper() {};
24
25 // online ID
26 virtual const float& Tshaper(const HWIdentifier& id) const = 0 ;
27
29} ;
30
31CLASS_DEF( ILArTshaper,134596750,1)
32
33#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 const float & Tshaper(const HWIdentifier &id) const =0
virtual ~ILArTshaper()
This class defines the interface for accessing Tshaper @stereotype Interface.
Definition ILArTshaper.h:23