Analysis Software
Documentation for sPHENIX simulation 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 
7 class PHObject;
8 
10 {
11  std::cout << "Mandatory CloneMe method not implemented, exiting" << std::endl;
12  gSystem->Exit(1);
13  return nullptr;
14 }