17 #include "GaudiKernel/Bootstrap.h" 
   18 #include "GaudiKernel/ISvcLocator.h" 
   19 #include "GaudiKernel/IMessageSvc.h" 
   20 #include "GaudiKernel/MsgStream.h" 
   22 #include "eformat/eformat.h" 
   44     m_header.push_back( eformat::DEFAULT_VERSION );  
 
   59     m_header.push_back( eformat::DEFAULT_VERSION );  
 
   73     for (std::vector< uint32_t >::size_type 
i(0); 
i < 
m_header.size(); ++
i) {
 
   85       s << 
"Size: " << 
size() << std::endl;
 
   86       s << std::setw(2) << 0 << 
"Marker:" << 
headerMarker() << std::endl;
 
   87       s << std::setw(2) << 1 << 
"Size:" << 
headerSize() << std::endl;
 
   88       s << std::setw(2) << 2 << 
"Version:" << 
formatVersion() << std::endl;
 
   89       s << std::setw(2) << 3 << 
"SourceID:" << 
sourceID() << std::endl;
 
   90       s << std::setw(2) << 4 << 
"L1ID:" << 
L1ID() << std::endl;
 
   91       s << std::setw(2) << 5 << 
"BCID:" << 
BCID() << std::endl;
 
   92       s << std::setw(2) << 6 << 
"TriggerType:" << 
triggerType() << std::endl;
 
   93       s << std::setw(2) << 7 << 
"EventType:" << 
eventType() << std::endl;
 
  105     SmartIF<IMessageSvc> 
msgSvc{Gaudi::svcLocator()->service(
"MessageSvc")};