ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
AthenaMtesEventLoopMgr::RangeStruct Struct Reference
Collaboration diagram for AthenaMtesEventLoopMgr::RangeStruct:

Public Member Functions

 RangeStruct ()
 

Public Attributes

std::string eventRangeID
 
std::string pfn
 
int startEvent
 
int lastEvent
 

Detailed Description

Definition at line 268 of file AthenaMtesEventLoopMgr.h.

Constructor & Destructor Documentation

◆ RangeStruct()

AthenaMtesEventLoopMgr::RangeStruct::RangeStruct ( )
inline

Definition at line 269 of file AthenaMtesEventLoopMgr.h.

270  : eventRangeID{""}
271  , pfn{""}
272  , startEvent{-1}
273  , lastEvent{-1} {}

Member Data Documentation

◆ eventRangeID

std::string AthenaMtesEventLoopMgr::RangeStruct::eventRangeID

Definition at line 275 of file AthenaMtesEventLoopMgr.h.

◆ lastEvent

int AthenaMtesEventLoopMgr::RangeStruct::lastEvent

Definition at line 278 of file AthenaMtesEventLoopMgr.h.

◆ pfn

std::string AthenaMtesEventLoopMgr::RangeStruct::pfn

Definition at line 276 of file AthenaMtesEventLoopMgr.h.

◆ startEvent

int AthenaMtesEventLoopMgr::RangeStruct::startEvent

Definition at line 277 of file AthenaMtesEventLoopMgr.h.


The documentation for this struct was generated from the following file:
AthenaMtesEventLoopMgr::RangeStruct::eventRangeID
std::string eventRangeID
Definition: AthenaMtesEventLoopMgr.h:275
AthenaMtesEventLoopMgr::RangeStruct::startEvent
int startEvent
Definition: AthenaMtesEventLoopMgr.h:277
AthenaMtesEventLoopMgr::RangeStruct::lastEvent
int lastEvent
Definition: AthenaMtesEventLoopMgr.h:278
AthenaMtesEventLoopMgr::RangeStruct::pfn
std::string pfn
Definition: AthenaMtesEventLoopMgr.h:276