Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:18:08

0001 #include "PHG4HitDefs.h"
0002 
0003 #include <tr1/functional>
0004 
0005 namespace PHG4HitDefs
0006 {
0007 
0008   int get_volume_id(const std::string& nodename)
0009   {
0010     return std::tr1::hash<std::string>()(nodename);
0011   }
0012 
0013 }  // namespace PHG4HitDefs