Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #include "PdbCalBank.h"
0002 
0003 #include <TSystem.h>
0004 
0005 #include <iostream>
0006 
0007 class PHObject;
0008 
0009 PHObject* PdbCalBank::CloneMe() const
0010 {
0011   std::cout << "Mandatory CloneMe method not implemented, exiting" << std::endl;
0012   gSystem->Exit(1);
0013   return nullptr;
0014 }