80 snprintf (str,180,
"HF Table (X,Y,V) = (%f,%f,%f)\n",
84 snprintf (str, 180,
"HB/HE Table (eta,phi) = (%f,%f)\n",
88 vector<double> xvec, yvec;
89 vector<double>::const_iterator
j;
94 for (j=xvec.begin(); j!=xvec.end(); j++) {
95 if (j!=xvec.begin())
s <<
", ";
101 for (j=yvec.begin(); j!=yvec.end(); j++) {
102 if (j!=yvec.begin())
s <<
", ";
110 for (j=xvec.begin(); j!=xvec.end(); j++) {
111 if (j!=xvec.begin())
s <<
", ";
117 for (j=yvec.begin(); j!=yvec.end(); j++) {
118 if (j!=yvec.begin())
s <<
", ";
126 for (j=xvec.begin(); j!=xvec.end(); j++) {
127 if (j!=xvec.begin())
s <<
", ";
133 for (j=yvec.begin(); j!=yvec.end(); j++) {
134 if (j!=yvec.begin())
s <<
", ";
142 for (j=xvec.begin(); j!=xvec.end(); j++) {
143 if (j!=xvec.begin())
s <<
", ";
149 for (j=yvec.begin(); j!=yvec.end(); j++) {
150 if (j!=yvec.begin())
s <<
", ";
158 for (j=xvec.begin(); j!=xvec.end(); j++) {
159 if (j!=xvec.begin())
s <<
", ";
165 for (j=yvec.begin(); j!=yvec.end(); j++) {
166 if (j!=yvec.begin())
s <<
", ";
174 for (j=xvec.begin(); j!=xvec.end(); j++) {
175 if (j!=xvec.begin())
s <<
", ";
181 for (j=yvec.begin(); j!=yvec.end(); j++) {
182 if (j!=yvec.begin())
s <<
", ";
190 for (j=xvec.begin(); j!=xvec.end(); j++) {
191 if (j!=xvec.begin())
s <<
", ";
197 for (j=yvec.begin(); j!=yvec.end(); j++) {
198 if (j!=yvec.begin())
s <<
", ";
206 for (j=xvec.begin(); j!=xvec.end(); j++) {
207 if (j!=xvec.begin())
s <<
", ";
213 for (j=yvec.begin(); j!=yvec.end(); j++) {
214 if (j!=yvec.begin())
s <<
", ";
double hfTableY() const
Get the Y position (mm) of the HF table (if present in this run)
double hfTableV() const
Get the V position of the HF table (if present in this run)
double hbheTableEta() const
Get the eta (not ieta) position of the HB/HE/HO table (if present in this run)
void getChamberHits(char chamberch, std::vector< double > &xvec, std::vector< double > &yvec) const
Get the wire chamber hits for the specified chamber For HB/HE/HO running, chambers A...
double hbheTablePhi() const
Get the phi (not iphi) position of the HB/HE/HO table (if present in this run)
double hfTableX() const
Get the X position (mm) of the HF table (if present in this run)