#include <UtilHepevt.h>
Public Types | |
| typedef enum UtilHepevt::EConvertVtxUnits | cvu_t |
| enum | EConvertVtxUnits { k_none = 0, k_mmtosec = 1, k_sectomm = -1, k_cmtom = 2, k_mtocm = -2, k_mmtom = 3, k_mtomm = -3 } |
Created on: Fri Apr 15 10:14:27 2005
|
|
TClonesArray of TParticles and /HEPEVT/ might use different units for vertex info. Assume both use GeV for energy and sec for time. |
|
|
TClonesArray of TParticles and /HEPEVT/ might use different units for vertex info. Assume both use GeV for energy and sec for time. Definition at line 34 of file UtilHepevt.h. 00034 {
00035 k_none = 0,
00036 k_mmtosec = 1,
00037 k_sectomm = -1,
00038 k_cmtom = 2,
00039 k_mtocm = -2,
00040 k_mmtom = 3,
00041 k_mtomm = -3
00042
00043 } cvu_t;
|
1.3.9.1