5 #ifndef EVENTPTCNV_EVENTSTREAMINFOPTCNV_P3_H
6 #define EVENTPTCNV_EVENTSTREAMINFOPTCNV_P3_H
19 static unsigned int getNumberOfEvents (const ::EventStreamInfo_p3& esip) {
return esip.m_numberOfEvents; };
20 static const std::vector<unsigned int>&
runNumbers (const ::EventStreamInfo_p3& esip) {
return esip.m_runNumbers; };
21 static const std::vector<unsigned int>&
lumiBlockNumbers (const ::EventStreamInfo_p3& esip) {
return esip.m_lumiBlockNumbers; };
22 static const std::vector<std::string>&
processingTags (const ::EventStreamInfo_p3& esip) {
return esip.m_processingTags; };
23 static const std::vector<std::pair<unsigned int, std::string> >&
itemList (const ::EventStreamInfo_p3& esip) {
return esip.m_itemList; };
24 static const std::vector<EventType_p3>&
eventTypes (const ::EventStreamInfo_p3& esip) {
return esip.m_eventTypes; };
27 #endif // EVENTPTCNV_EVENTSTREAMINFOPTCNV_P3_H