ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
ITriggerTime Class Referenceabstract

interface to a tool that returns the time offset of the current trigger. Used by PileUpMergeSvc More...

#include <ITriggerTime.h>

Inheritance diagram for ITriggerTime:
Collaboration diagram for ITriggerTime:

Public Member Functions

virtual double time ()=0
 returns the time offset of the current trigger More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

interface to a tool that returns the time offset of the current trigger. Used by PileUpMergeSvc

Definition at line 20 of file ITriggerTime.h.

Member Function Documentation

◆ interfaceID()

static const InterfaceID& ITriggerTime::interfaceID ( )
inlinestatic

Definition at line 24 of file ITriggerTime.h.

24  {
25  static const InterfaceID IID( "ITriggerTime", 1, 0 );
26  return IID;
27  }

◆ time()

virtual double ITriggerTime::time ( )
pure virtual

returns the time offset of the current trigger

Implemented in CosmicTriggerTimeTool.


The documentation for this class was generated from the following file: