Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

UtilHepevt Class Reference
[Util]

Some utility functions for dealing with /HEPEVT/ (StdHep). More...

#include <UtilHepevt.h>

List of all members.

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
}


Detailed Description

Some utility functions for dealing with /HEPEVT/ (StdHep).

Author:
(last to touch it)
Author
rhatcher
Version:
Revision
1.3
Date:
Date
2008/07/15 22:15:47
Contact: R. Hatcher

Created on: Fri Apr 15 10:14:27 2005

Id
UtilHepevt.h,v 1.3 2008/07/15 22:15:47 rhatcher Exp


Member Typedef Documentation

typedef enum UtilHepevt::EConvertVtxUnits UtilHepevt::cvu_t
 

TClonesArray of TParticles and /HEPEVT/ might use different units for vertex info. Assume both use GeV for energy and sec for time.


Member Enumeration Documentation

enum UtilHepevt::EConvertVtxUnits
 

TClonesArray of TParticles and /HEPEVT/ might use different units for vertex info. Assume both use GeV for energy and sec for time.

Enumeration values:
k_none 
k_mmtosec 
k_sectomm 
k_cmtom 
k_mtocm 
k_mmtom 
k_mtomm 

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;


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:10:29 2010 for loon by  doxygen 1.3.9.1