ATLAS Offline Software
Public Member Functions | Public Attributes | Friends | List of all members
SG::HiveEventSlot Struct Reference

#include <SGHiveEventSlot.h>

Collaboration diagram for SG::HiveEventSlot:

Public Member Functions

 HiveEventSlot (SGImplSvc *pSG=0, int evt=-1)
 

Public Attributes

SGImplSvcpEvtStore
 
int eventNumber
 

Friends

class TestSGHiveMgrSvc
 

Detailed Description

Definition at line 19 of file SGHiveEventSlot.h.

Constructor & Destructor Documentation

◆ HiveEventSlot()

SG::HiveEventSlot::HiveEventSlot ( SGImplSvc pSG = 0,
int  evt = -1 
)
inline

Definition at line 21 of file SGHiveEventSlot.h.

21  :
22  pEvtStore(pSG), eventNumber(evt) {}

Friends And Related Function Documentation

◆ TestSGHiveMgrSvc

friend class TestSGHiveMgrSvc
friend

Definition at line 20 of file SGHiveEventSlot.h.

Member Data Documentation

◆ eventNumber

int SG::HiveEventSlot::eventNumber

Definition at line 24 of file SGHiveEventSlot.h.

◆ pEvtStore

SGImplSvc* SG::HiveEventSlot::pEvtStore

Definition at line 23 of file SGHiveEventSlot.h.


The documentation for this struct was generated from the following file:
LArG4FSStartPointFilter.evt
evt
Definition: LArG4FSStartPointFilter.py:42
SG::HiveEventSlot::pEvtStore
SGImplSvc * pEvtStore
Definition: SGHiveEventSlot.h:23
SG::HiveEventSlot::eventNumber
int eventNumber
Definition: SGHiveEventSlot.h:24