87 #include "StEventTypes.h"
97 static bool write(
const char*,
const StEvent*,
const char* = 0, vector<StTrack*>* = 0);
100 static void writeHeader(ostream&,
const char*);
101 static void writeTrailor(ostream&);
102 static void writeDetectorFrame(ostream&);
103 static void writeTracks(ostream&,
const StEvent*);
104 static void writeText(ostream&,
const StEvent*);
105 static void writeHits(ostream&,
const StEvent*);
106 static void hls2rgb(
double,
double,
double,
double&,
double &,
double &);
108 static bool mBlackBackground;
109 static bool mDrawBeamPipe;
110 static bool mTracksWithManyColors;
111 static bool mTracksWithFewColors;
112 static bool mFewerPointsPerTrack;
113 static bool mAddText;
114 static bool mAllGlobalTracks;
115 static bool mSideView;
116 static bool mShowTrackHits;
117 static bool mShowAllHits;
118 static const int mllx;
119 static const int mlly;
120 static const int murx;
121 static const int mury;
122 static const int mMinFitPoints;
124 static vector<StTrack*> *mUserTracks;