|
Class Reference for E1039 Core & Analysis Software
|
#include <string>
Include dependency graph for PHG4HitDefs.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| PHG4HitDefs | |
Typedefs | |
| typedef unsigned int | PHG4HitDefs::keytype |
Functions | |
| int | PHG4HitDefs::get_volume_id (const std::string &nodename) |
Variables | |
| static const unsigned int | PHG4HitDefs::keybits = 16 |
| static const unsigned int | PHG4HitDefs::hit_idbits = sizeof(keytype)*8-keybits |
| static const keytype | PHG4HitDefs::detid_mask = 0xffff0000 |
| static const keytype | PHG4HitDefs::hitid_mask = 0x0000ffff |