Class Reference for E1039 Core & Analysis Software
|
Typedefs | |
typedef unsigned int | keytype |
Functions | |
int | get_volume_id (const std::string &nodename) |
Variables | |
static const unsigned int | keybits = 16 |
static const unsigned int | hit_idbits = sizeof(keytype)*8-keybits |
static const keytype | detid_mask = 0xffff0000 |
static const keytype | hitid_mask = 0x0000ffff |
typedef unsigned int PHG4HitDefs::keytype |
Definition at line 8 of file PHG4HitDefs.h.
int PHG4HitDefs::get_volume_id | ( | const std::string & | nodename | ) |
convert PHG4HitContainer node names in to ID number for the container. used in indexing volume ID in PHG4Shower
Definition at line 9 of file PHG4HitDefs.cc.
|
static |
Definition at line 11 of file PHG4HitDefs.h.
Referenced by PHG4HitContainer::registerHitOnLayer().
Definition at line 10 of file PHG4HitDefs.h.
Referenced by PHG4HitContainer::genkey(), PHG4Hitv1::get_detid(), PHG4HitContainer::getHits(), and PHG4HitContainer::registerHitOnLayer().
|
static |
Definition at line 12 of file PHG4HitDefs.h.
Referenced by PHG4HitContainer::registerHitOnLayer().
|
static |
Definition at line 9 of file PHG4HitDefs.h.
Referenced by PHG4HitContainer::genkey(), and PHG4HitContainer::getHits().