ATLAS Offline Software
Loading...
Searching...
No Matches
ILArFEBTimeOffset.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 ILARFEBTIMEOFFSET_H
6#define ILARFEBTIMEOFFSET_H
7
10
12 public:
13 virtual ~ILArFEBTimeOffset() {};
14 virtual void setTimeOffset(const HWIdentifier fId, const float offset)=0; //Setter
15 virtual float TimeOffset(const HWIdentifier fId) const=0; //Getter
16};
17
19#endif
20
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
virtual float TimeOffset(const HWIdentifier fId) const =0
virtual void setTimeOffset(const HWIdentifier fId, const float offset)=0