Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:16:09

0001 #include "OfflinePacket.h"
0002 
0003 #include <iostream>
0004 
0005 void OfflinePacket::dump(std::ostream &os) const
0006 {
0007   os << "dump method not implemented by " << this->GetName() << std::endl;
0008   return;
0009 }