#include "CLHEP/Units/PhysicalConstants.h"
Go to the source code of this file.
Namespaces | |
namespace | TrackParameters |
Defines | |
#define | TRACKEVENT_TRACKPARAMETERS_H 1 |
Enumerations | |
enum | TrackStatusCode { PROBLEMS = 3 } |
enum More... | |
Variables | |
static const double | hiTolerance = 1e-40 |
High tolerance. | |
static const double | lowTolerance = 1e-20 |
Low tolerance. | |
static const double | looseTolerance = 1e-5 |
Loose tolerance. | |
static const double | moliereFactor = 13.6*MeV |
Moliere factor. |
|
Definition at line 2 of file TrackParameters.h. |
|
enum
Definition at line 20 of file TrackParameters.h. 00020 { PROBLEMS=3 };
|
|
High tolerance.
Definition at line 22 of file TrackParameters.h. |
|
Loose tolerance.
Definition at line 24 of file TrackParameters.h. |
|
Low tolerance.
Definition at line 23 of file TrackParameters.h. |
|
Moliere factor.
Definition at line 25 of file TrackParameters.h. |