ATLAS Offline Software
ITriggerTime.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHENAKERNEL_ITRIGGERTIME_H
6 #define ATHENAKERNEL_ITRIGGERTIME_H
7 
13 #include "GaudiKernel/IAlgTool.h"
14 
19 class ITriggerTime : public virtual IAlgTool {
20 public:
22 
24  virtual double time() = 0;
25 };
26 #endif
ITriggerTime::DeclareInterfaceID
DeclareInterfaceID(ITriggerTime, 1, 0)
ITriggerTime::time
virtual double time()=0
returns the time offset of the current trigger
ITriggerTime
interface to a tool that returns the time offset of the current trigger. Used by PileUpMergeSvc
Definition: ITriggerTime.h:19