Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4HitDefs.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4HitDefs.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MAIN_PHG4HITDEFS_H
4
#define G4MAIN_PHG4HITDEFS_H
5
6
#include <string>
7
8
namespace
PHG4HitDefs
9
{
10
typedef
unsigned
long
long
keytype
;
11
static
const
unsigned
int
keybits
= 32;
12
static
const
unsigned
int
hit_idbits
=
sizeof
(
keytype
)*8-
keybits
;
13
16
int
get_volume_id
(
const
std::string
& nodename);
17
18
}
19
20
#endif
21
22
coresoftware
blob
master
simulation
g4simulation
g4main
PHG4HitDefs.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:15
using
1.8.2 with
sPHENIX GitHub integration