|
|
|||
File indexing completed on 2026-07-16 08:13:57
0001 #include "StreamingLumiInfo.h" 0002 0003 #include <phool/phool.h> 0004 0005 #include <iostream> 0006 0007 void StreamingLumiInfo::identify(std::ostream& os) const 0008 { 0009 os << "identify yourself: virtual StreamingLumiInfo Object" << std::endl; 0010 return; 0011 } 0012 0013 //int StreamingLumiInfo::isValid() const 0014 //{ 0015 // std::cout << PHWHERE << "isValid not implemented by daughter class" << std::endl; 0016 // return 0; 0017 //}
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|