71 #include "StMuDSTMaker/COMMON/StMuEvent.h"
72 #include "StMuDSTMaker/COMMON/StMuTrack.h"
88 double mZStartStopMatchMin;
89 double mZStartStopMatchMax;
90 double mZPileMatchMin;
91 double mZPileMatchMax;
92 double mZPeakMatchMin;
93 double mZPeakMatchMax;
105 int nearest(
StMuDst *muDst,
double z,
double *dist,
int *mult);
108 int findPeaks(
int ih);
109 int testFindPeaks(TH1D *h,
int ih);
110 TH1D* lowPass(TH1D *h,
int width);
112 double z(
int iv,
int which = 1);
113 int n(
int iv,
int which = 1);
115 int fillHistos(
StMuDst *muDst);
116 int fillQAHistos(
StMuDst *muDst);
118 TH1D *histQA1D(
int ih);
119 TH2D *histQA2D(
int ih);
121 void verbose(
int val);
123 void zEndplate(
double val);
124 double zStartStopMatchMin();
125 void zStartStopMatchMin(
double val);
126 double zPileMatchMin();
127 void zPileMatchMin(
double val);
128 double zPeakMatchMin();
129 void zPeakMatchMin(
double val);
130 double zStartStopMatchMax();
131 void zStartStopMatchMax(
double val);
132 double zPileMatchMax();
133 void zPileMatchMax(
double val);
134 double zPeakMatchMax();
135 void zPeakMatchMax(
double val);
137 void dead(
int ih,
double dead);
148 double mPileDist[10];
156 double mVerts[10][5];