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
PHG4HitDefs.h
PHG4HitDefs
Definition:
PHG4HitDefs.cc:7
PHG4HitDefs::get_volume_id
int get_volume_id(const std::string &nodename)
Definition:
PHG4HitDefs.cc:9
e1039-core
simulation
g4main
PHG4HitDefs.cc
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration