5 #ifndef BYTESTREAMEVENTPTCNV_BYTESTREAMMETADATAPTCNV_P1_H
6 #define BYTESTREAMEVENTPTCNV_BYTESTREAMMETADATAPTCNV_P1_H
19 static unsigned int getRunNumber (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_runNumber; };
20 static unsigned int getNumEvents (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_numEvents; };
21 static unsigned int getMaxEvents (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_maxEvents; };
22 static unsigned int getRecEnable (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_recEnable; };
23 static unsigned int getTriggerType (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_triggerType; };
26 static unsigned int getBeamType (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_beamType; };
27 static unsigned int getBeamEnergy (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_beamEnergy; };
28 static const std::string&
getGuid (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_guid; };
29 static const std::string&
getStream (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_stream; };
30 static const std::string&
getProject (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_project; };
31 static unsigned int getLumiBlock (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_lumiBlock; };
32 static const std::vector<std::string>&
getFreeMetaDataStrings (const ::ByteStreamMetadata_p1& bsmdp) {
return bsmdp.m_freeMetaDataStrings; };
35 #endif // BYTESTREAMEVENTPTCNV_BYTESTREAMMETADATAPTCNV_P1_H