|
void | vert (ofstream &of, float x, float y, float z) |
|
void | vert (ofstream &of, TVector3 v) |
|
void | sphere (TVector3 pt, float radius, int nLatitude, int nLongitude, ofstream &fout) |
|
void | face (ofstream &fout, int anchor, int v0, int v1, int v2) |
|
void | face (ofstream &fout, int anchor, int v0, int v1, int v2, int v3) |
|
void | prism (ofstream &fout, TVector3 po, TVector3 ds) |
|
void | tri (ofstream &fout, TVector3 v0, float dz, float w, float h, float phi) |
|
void | output_ftt_strips (ofstream &fout, StEvent *event) |
|
void | output (std::string filename, StEvent *event, std::vector< Seed_t > seeds, std::vector< genfit::Track * > tracks, const std::vector< genfit::GFRaveVertex * > &vertices, std::vector< TVector3 > &fttHits, std::vector< TVector3 > &fstHits, std::vector< TVector3 > &fcsPreHits, std::vector< TVector3 > &fcsClusters, std::vector< float > &fcsClusterEnergy) |
|
|
static TVector3 | projectAsStraightLine (genfit::Track *t, float z0, float z1, float zf, float *cov, TVector3 &mom) |
|
static TVector3 | trackPosition (genfit::Track *t, float z, float *cov, TVector3 &mom) |
|
static TVector3 | trackPosition (genfit::Track *t, float z) |
|
|
static const bool | verbose = false |
|
Definition at line 13 of file ObjExporter.h.
The documentation for this class was generated from the following file: