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 273 of file AthenaMtesEventLoopMgr.h.

Constructor & Destructor Documentation

◆ RangeStruct()

AthenaMtesEventLoopMgr::RangeStruct::RangeStruct ( )
inline

Definition at line 274 of file AthenaMtesEventLoopMgr.h.

275  : eventRangeID{""}
276  , pfn{""}
277  , startEvent{-1}
278  , lastEvent{-1} {}

Member Data Documentation

◆ eventRangeID

std::string AthenaMtesEventLoopMgr::RangeStruct::eventRangeID

Definition at line 280 of file AthenaMtesEventLoopMgr.h.

◆ lastEvent

int AthenaMtesEventLoopMgr::RangeStruct::lastEvent

Definition at line 283 of file AthenaMtesEventLoopMgr.h.

◆ pfn

std::string AthenaMtesEventLoopMgr::RangeStruct::pfn

Definition at line 281 of file AthenaMtesEventLoopMgr.h.

◆ startEvent

int AthenaMtesEventLoopMgr::RangeStruct::startEvent

Definition at line 282 of file AthenaMtesEventLoopMgr.h.


The documentation for this struct was generated from the following file:
AthenaMtesEventLoopMgr::RangeStruct::eventRangeID
std::string eventRangeID
Definition: AthenaMtesEventLoopMgr.h:280
AthenaMtesEventLoopMgr::RangeStruct::startEvent
int startEvent
Definition: AthenaMtesEventLoopMgr.h:282
AthenaMtesEventLoopMgr::RangeStruct::lastEvent
int lastEvent
Definition: AthenaMtesEventLoopMgr.h:283
AthenaMtesEventLoopMgr::RangeStruct::pfn
std::string pfn
Definition: AthenaMtesEventLoopMgr.h:281