ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PdbCalBank.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PdbCalBank.cc
1 #include "PdbCalBank.h"
2 
3 #include <TSystem.h>
4 
5 #include <iostream>
6 
8 {
9  std::cout << "Mandatory CloneMe method not implemented, exiting" << std::endl;
10  gSystem->Exit(1);
11  return nullptr;
12 }