ATLAS Offline Software
Loading...
Searching...
No Matches
ILArGlobalTimeOffset.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 ILARGLOBALTIMEOFFSET_H
6#define ILARGLOBALTIMEOFFSET_H
7
9
11 public:
13
14 virtual void setTimeOffset(const float offset)=0; //Setter
15 virtual float TimeOffset() const=0; //Getter
16};
17
18
19CLASS_DEF(ILArGlobalTimeOffset, 112363537, 1)
20#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
virtual float TimeOffset() const =0
virtual void setTimeOffset(const float offset)=0