Dashboard > Calorimeter > Calorimeter > GLEAM Particle ID Notes
  Calorimeter Log In View a printable version of the current page.  
  GLEAM Particle ID Notes
Added by Mark Strickman, last edited by Mark Strickman on Apr 12, 2006  (view change)
Labels: 
(None)

// note that for ions, the stored pdg value: we recreate it from the baryon number
G4ParticleDefinition* def = aTrack->GetDefinition();
int pdgid = def->GetPDGEncoding();
if ( pdgid==0 ) pdgid = 80000+def->GetBaryonNumber();

So Carbon12 would be 80012

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.8 Build:#814 Oct 02, 2007) - Bug/feature request - Contact Administrators