Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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::get_volume_id
int get_volume_id(const std::string &nodename)
Definition:
PHG4HitDefs.cc:9
PHG4HitDefs.h
e1039-core
simulation
g4main
PHG4HitDefs.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration