Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4HitDefs Namespace Reference

Typedefs

typedef unsigned long long keytype
 

Functions

int get_volume_id (const std::string &nodename)
 

Variables

static const unsigned int keybits = 32
 
static const unsigned int hit_idbits = sizeof(keytype)*8-keybits
 

Typedef Documentation

typedef unsigned long long PHG4HitDefs::keytype

Definition at line 10 of file PHG4HitDefs.h.

View newest version in sPHENIX GitHub at line 10 of file PHG4HitDefs.h

Function Documentation

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 8 of file PHG4HitDefs.cc.

View newest version in sPHENIX GitHub at line 8 of file PHG4HitDefs.cc

Referenced by CaloTruthEval::get_node_pointers(), QAG4SimulationJet::process_Spectrum(), and SoftLeptonTaggingTruth::process_Spectrum().

+ Here is the caller graph for this function:

Variable Documentation

const unsigned int PHG4HitDefs::keybits = 32
static

Definition at line 11 of file PHG4HitDefs.h.

View newest version in sPHENIX GitHub at line 11 of file PHG4HitDefs.h

Referenced by PHG4HitContainer::genkey(), and PHG4HitContainer::getHits().