Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-17 09:21:14

0001 #include "SpinDBContent.h"
0002 
0003 #include <iostream>
0004 
0005 void SpinDBContent::identify(std::ostream& os) const
0006 {
0007   os << "virtual SpinDBContent object" << std::endl;
0008 }