StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ObjExporter Class Reference

Public Member Functions

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 Public Member Functions

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)
 

Public Attributes

size_t numVertices
 

Static Public Attributes

static const bool verbose = false
 

Detailed Description

Definition at line 15 of file ObjExporter.h.


The documentation for this class was generated from the following file: