#include <ctype.h>
#include "BLAssert.hh"
#include "BLTrackNTuple.hh"
#include "BLNTuple.hh"
Variables | |
static const int | STANDARD = 12 |
static const int | TRACE = 18 |
static const int | EXTENDED = 28 |
static const char * | fieldNames [] |
const int STANDARD = 12 [static] |
Referenced by BLTrackNTuple::appendTrack(), and BLTrackNTuple::create().
const int TRACE = 18 [static] |
Referenced by BLTrackNTuple::appendTrack(), and BLTrackNTuple::create().
const int EXTENDED = 28 [static] |
Referenced by BLTrackNTuple::appendTrack(), and BLTrackNTuple::create().
const char* fieldNames[] [static] |
Initial value:
{ "x", "y", "z", "Px", "Py", "Pz", "t", "PDGid", "EventID", "TrackID", "ParentID", "Weight", "Bx", "By", "Bz", "Ex", "Ey", "Ez", "ProperTime", "PathLength", "PolX", "PolY", "PolZ", "InitX", "InitY", "InitZ", "InitT", "InitKE" }
Referenced by BLTrackNTuple::appendTrack(), and BLTrackNTuple::create().