Class Reference for E1039 Core & Analysis Software
PHG4HitDefs.h
Go to the documentation of this file.
1
#ifndef PHG4HITDEFS_H
2
#define PHG4HITDEFS_H
3
4
#include <string>
5
6
namespace
PHG4HitDefs
7
{
8
typedef
unsigned
int
keytype
;
9
static
const
unsigned
int
keybits
= 16;
10
static
const
unsigned
int
hit_idbits
=
sizeof
(
keytype
)*8-
keybits
;
11
static
const
keytype
detid_mask
= 0xffff0000;
12
static
const
keytype
hitid_mask
= 0x0000ffff;
13
16
int
get_volume_id
(
const
std::string & nodename);
17
18
}
19
20
#endif
21
22
PHG4HitDefs
Definition:
PHG4HitDefs.cc:7
PHG4HitDefs::hitid_mask
static const keytype hitid_mask
Definition:
PHG4HitDefs.h:12
PHG4HitDefs::hit_idbits
static const unsigned int hit_idbits
Definition:
PHG4HitDefs.h:10
PHG4HitDefs::keybits
static const unsigned int keybits
Definition:
PHG4HitDefs.h:9
PHG4HitDefs::get_volume_id
int get_volume_id(const std::string &nodename)
Definition:
PHG4HitDefs.cc:9
PHG4HitDefs::detid_mask
static const keytype detid_mask
Definition:
PHG4HitDefs.h:11
PHG4HitDefs::keytype
unsigned int keytype
Definition:
PHG4HitDefs.h:8
e1039-core
simulation
g4main
PHG4HitDefs.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration