Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:52

0001 #include "MbdPmtHit.h"
0002 
0003 #include <iostream>
0004 
0005 void MbdPmtHit::identify(std::ostream& out) const
0006 {
0007   out << "identify yourself: I am a MbdPmtHit object" << std::endl;
0008 }