The RootIoSvc gaudi service interface.
More...
#include <IRootIoSvc.h>
|
static const InterfaceID & | interfaceID () |
| Retrieve interface ID.
|
|
◆ getAutoSaveInterval()
virtual int IRootIoSvc::getAutoSaveInterval |
( |
| ) |
|
|
pure virtual |
◆ getEvtMax()
virtual int IRootIoSvc::getEvtMax |
( |
| ) |
|
|
pure virtual |
◆ index()
virtual int IRootIoSvc::index |
( |
| ) |
|
|
pure virtual |
◆ interfaceID()
static const InterfaceID & IRootIoSvc::interfaceID |
( |
| ) |
|
|
inlinestatic |
Retrieve interface ID.
Definition at line 40 of file IRootIoSvc.h.
40{ return IID_IRootIoSvc; }
◆ registerRootTree()
virtual void IRootIoSvc::registerRootTree |
( |
TChain * | ch | ) |
|
|
pure virtual |
◆ runEventPair()
virtual std::pair< int, int > IRootIoSvc::runEventPair |
( |
| ) |
|
|
pure virtual |
◆ setIndex()
virtual bool IRootIoSvc::setIndex |
( |
int | i | ) |
|
|
pure virtual |
◆ setRootEvtMax()
virtual void IRootIoSvc::setRootEvtMax |
( |
unsigned int | max | ) |
|
|
pure virtual |
◆ setRootTimeMax()
virtual void IRootIoSvc::setRootTimeMax |
( |
unsigned int | max | ) |
|
|
pure virtual |
◆ setRunEventPair()
virtual bool IRootIoSvc::setRunEventPair |
( |
std::pair< int, int > | ids | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: