Class Reference for E1039 Core & Analysis Software
PHG4HitDefs.cc
Go to the documentation of this file.
1 #include "PHG4HitDefs.h"
2 
3 #include <tr1/functional_hash.h>
4 #include <cstdlib>
5 
6 namespace PHG4HitDefs
7 {
8 
9  int get_volume_id(const std::string & nodename)
10  {
11  return std::tr1::hash<std::string>()(nodename);
12  }
13 
14 }
15 
16 
int get_volume_id(const std::string &nodename)
Definition: PHG4HitDefs.cc:9