![]() |
ATLAS Offline Software
|
#include <IEvtIdModifierSvc.h>
Public Types | |
| using | number_type = EventIDBase::number_type |
Public Member Functions | |
| DeclareInterfaceID (IEvtIdModifierSvc, 1, 0) | |
| virtual | ~IEvtIdModifierSvc () |
| Destructor: | |
| virtual std::vector< number_type > | run_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 | |
Definition at line 37 of file IEvtIdModifierSvc.h.
| using IEvtIdModifierSvc::number_type = EventIDBase::number_type |
Definition at line 44 of file IEvtIdModifierSvc.h.
|
virtual |
| IEvtIdModifierSvc::DeclareInterfaceID | ( | IEvtIdModifierSvc | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
modify an EventID's content
|
pure virtual |
return the (sorted) list of run-numbers which will be modified.