ATLAS Offline Software
Loading...
Searching...
No Matches
IEmulatedTrigger Class Referenceabstract

Interface for an emulated trigger. More...

#include <IEmulatedTrigger.h>

Inheritance diagram for IEmulatedTrigger:
Collaboration diagram for IEmulatedTrigger:

Public Member Functions

 DeclareInterfaceID (IEmulatedTrigger, 1, 0)
virtual std::string branchName () const =0
virtual double thresholdValue () const =0
virtual StatusCode updateThresholdValue ()=0

Detailed Description

Interface for an emulated trigger.

The trigger can be added to a ntupler to store the threshold as a tree branch.

Definition at line 15 of file IEmulatedTrigger.h.

Member Function Documentation

◆ branchName()

virtual std::string IEmulatedTrigger::branchName ( ) const
pure virtual

◆ DeclareInterfaceID()

IEmulatedTrigger::DeclareInterfaceID ( IEmulatedTrigger ,
1 ,
0  )

◆ thresholdValue()

virtual double IEmulatedTrigger::thresholdValue ( ) const
pure virtual

◆ updateThresholdValue()

virtual StatusCode IEmulatedTrigger::updateThresholdValue ( )
pure virtual

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