ATLAS Offline Software
LArGlobalTimeOffset.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARGLOBALTIMEOFFSET_H
6 #define LARGLOBALTIMEOFFSET_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 
12  public:
13  LArGlobalTimeOffset(); //Constructor
14  virtual ~LArGlobalTimeOffset() {}; //Destructor
15  inline void setTimeOffset(const float offset) {m_offset=offset;} //Setter
16  inline float TimeOffset() const {return m_offset;} //Getter
17 
18  private:
19  float m_offset;
20 };
21 
22 
23 CLASS_DEF( LArGlobalTimeOffset, 213690101, 1)
24 #endif
LArGlobalTimeOffset::~LArGlobalTimeOffset
virtual ~LArGlobalTimeOffset()
Definition: LArGlobalTimeOffset.h:14
ILArGlobalTimeOffset
Definition: ILArGlobalTimeOffset.h:10
ILArGlobalTimeOffset.h
LArGlobalTimeOffset
Definition: LArGlobalTimeOffset.h:11
LArGlobalTimeOffset::m_offset
float m_offset
Definition: LArGlobalTimeOffset.h:19
LArGlobalTimeOffset::LArGlobalTimeOffset
LArGlobalTimeOffset()
Definition: LArGlobalTimeOffset.cxx:7
LArGlobalTimeOffset::setTimeOffset
void setTimeOffset(const float offset)
Definition: LArGlobalTimeOffset.h:15
LArGlobalTimeOffset::TimeOffset
float TimeOffset() const
Definition: LArGlobalTimeOffset.h:16
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
convertTimingResiduals.offset
offset
Definition: convertTimingResiduals.py:71
CLASS_DEF.h
macros to associate a CLID to a type