15 #ifndef STAR_StFtpcLaser
16 #define STAR_StFtpcLaser
26 #include "TObjArray.h"
28 #include "TPostScript.h"
41 #include "TPaveLabel.h"
42 #include "TSpectrum.h"
51 Float_t micropertimebin;
52 Float_t normalizedNowPressure, standardPressure;
53 Float_t baseTemperature, gasTemperatureWest, gasTemperatureEast;
54 Float_t deltapW,deltapE;
61 Float_t raderror,phierror;
66 Float_t timepos,padpos,timesigma,padsigma;
67 Float_t peakheight, charge;
69 Int_t padlength,timelength;
90 Int_t row,sec, padlength, timelength;
91 Float_t peakheight, charge;
93 Float_t padpos, timepos;
94 Float_t padpossigma, timepossigma;
145 TBranch *bhit, *bevent, *bcluster;
146 TBranch *bthit, *btcluster, *btevent;
147 TBranch *btrevent, *btrack,*btrvertex;
155 virtual void Init(TString filename);
157 virtual Float_t zyltrafo(Float_t x,Float_t y, Float_t z);
158 virtual bool laser_sector(
int whichftpc,
int whichsec,
int sec);
159 virtual int laser_straight(
float *rad,
int max);
160 virtual void readtree(TFile *f);
161 virtual void GetTreeEntry(
int k);
162 virtual void GetClusterTreeEntry(
int k);