ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
13#include "GaudiKernel/IAlgTool.h"
14
19class ITriggerTime : public virtual IAlgTool {
20public:
22
24 virtual double time() = 0;
25};
26#endif
interface to a tool that returns the time offset of the current trigger.
virtual double time()=0
returns the time offset of the current trigger
DeclareInterfaceID(ITriggerTime, 1, 0)