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

#include <IEvtIdModifierSvc.h>

Inheritance diagram for IEvtIdModifierSvc:
Collaboration diagram for IEvtIdModifierSvc:

Public Types

using number_type = EventIDBase::number_type

Public Member Functions

 DeclareInterfaceID (IEvtIdModifierSvc, 1, 0)
virtual ~IEvtIdModifierSvc ()
 Destructor:
virtual std::vector< number_typerun_number_list () const =0
 return the (sorted) list of run-numbers which will be modified.
virtual void modify_evtid (EventID &evt_id, event_number_t eventIndex, bool consume_stream)=0
 modify an EventID's content

Detailed Description

Definition at line 37 of file IEvtIdModifierSvc.h.

Member Typedef Documentation

◆ number_type

using IEvtIdModifierSvc::number_type = EventIDBase::number_type

Definition at line 44 of file IEvtIdModifierSvc.h.

Constructor & Destructor Documentation

◆ ~IEvtIdModifierSvc()

IEvtIdModifierSvc::~IEvtIdModifierSvc ( )
virtual

Destructor:

Definition at line 18 of file IEvtIdModifierSvc.cxx.

19{
20}

Member Function Documentation

◆ DeclareInterfaceID()

IEvtIdModifierSvc::DeclareInterfaceID ( IEvtIdModifierSvc ,
1 ,
0  )

◆ modify_evtid()

virtual void IEvtIdModifierSvc::modify_evtid ( EventID & evt_id,
event_number_t eventIndex,
bool consume_stream )
pure virtual

modify an EventID's content

◆ run_number_list()

virtual std::vector< number_type > IEvtIdModifierSvc::run_number_list ( ) const
pure virtual

return the (sorted) list of run-numbers which will be modified.


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