HepPID Documentation » History » Version 2
Lynn Garren, 03/04/2015 12:30 PM
1 | 1 | Lynn Garren | h1. HepPID Documentation |
---|---|---|---|
2 | 1 | Lynn Garren | |
3 | 1 | Lynn Garren | Various libraries need to translate particle ID's to and from the standard [[Particle Data Group numbering scheme]]. |
4 | 1 | Lynn Garren | |
5 | 1 | Lynn Garren | *HepPID* is a small library to provide C++ translation methods. |
6 | 1 | Lynn Garren | These methods are free functions which take an int as the argument and |
7 | 1 | Lynn Garren | return the translated int. |
8 | 1 | Lynn Garren | |
9 | 1 | Lynn Garren | Although HepPID is distributed as part of the HepPDT package, |
10 | 1 | Lynn Garren | it is a separate library and can be used without any of the ParticleData overhead. |
11 | 1 | Lynn Garren | |
12 | 1 | Lynn Garren | Documentation, Source Code, etc. |
13 | 1 | Lynn Garren | |
14 | 2 | Lynn Garren | * attachment:HepPID.pdf |
15 | 1 | Lynn Garren | * "source code":http://lcgapp.cern.ch/project/simu/HepPDT/download/ |
16 | 1 | Lynn Garren | * [[Particle Data Group numbering scheme]] |