Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef G4DETECTORS_PHG4STEPSTATUSDECODE_H
0004 #define G4DETECTORS_PHG4STEPSTATUSDECODE_H
0005 
0006 #include <string>
0007 
0008 namespace PHG4StepStatusDecode
0009 {
0010   std::string GetStepStatus(const int istatus);
0011 }
0012 
0013 #endif