Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-07-16 08:13:58

0001 #include "StreamingLumiInfov1.h"
0002 
0003 #include <phool/phool.h>
0004 
0005 #include <iostream>
0006 
0007 void StreamingLumiInfov1::identify(std::ostream& os) const
0008 {
0009   os << "identify yourself: I am a StreamingLumiInfov1 Object\n";  return;
0010 }
0011 
0012 //int StreamingLumiInfov1::isValid() const
0013 //{
0014 //  std::cout << PHWHERE << "isValid not implemented by daughter class" << std::endl;
0015 //  return 0;
0016 //}