Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:19:24

0001 #include "PHG4StackingAction.h"
0002 
0003 #include <string>
0004 
0005 PHG4StackingAction::PHG4StackingAction(const std::string& name, const int i)
0006   : m_Verbosity(i)
0007   , m_Name(name)
0008 {
0009 }