CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
HcalTBEventPosition.cc File Reference
#include "TBDataFormats/HcalTBObjects/interface/HcalTBEventPosition.h"
#include <cstdio>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const HcalTBEventPosition &htbep)
 

Function Documentation

ostream& operator<< ( ostream &  s,
const HcalTBEventPosition htbep 
)

Definition at line 77 of file HcalTBEventPosition.cc.

References HcalTBEventPosition::getChamberHits(), HcalTBEventPosition::hbheTableEta(), HcalTBEventPosition::hbheTablePhi(), HcalTBEventPosition::hfTableV(), HcalTBEventPosition::hfTableX(), HcalTBEventPosition::hfTableY(), j, and alignCSCRings::s.

77  {
78  char str[180];
79 
80  snprintf (str,180, "HF Table (X,Y,V) = (%f,%f,%f)\n",
81  htbep.hfTableX(),htbep.hfTableY(),htbep.hfTableV());
82  s << str;
83 
84  snprintf (str, 180, "HB/HE Table (eta,phi) = (%f,%f)\n",
85  htbep.hbheTableEta(),htbep.hbheTablePhi());
86  s << str;
87 
88  vector<double> xvec, yvec;
89  vector<double>::const_iterator j;
90 
91  htbep.getChamberHits('A', xvec, yvec);
92 
93  s << "WC Ax: ";
94  for (j=xvec.begin(); j!=xvec.end(); j++) {
95  if (j!=xvec.begin()) s << ", ";
96  s << *j;
97  }
98  s << endl;
99 
100  s << "WC Ay: ";
101  for (j=yvec.begin(); j!=yvec.end(); j++) {
102  if (j!=yvec.begin()) s << ", ";
103  s << *j;
104  }
105  s << endl;
106 
107  htbep.getChamberHits('B', xvec, yvec);
108 
109  s << "WC Bx: ";
110  for (j=xvec.begin(); j!=xvec.end(); j++) {
111  if (j!=xvec.begin()) s << ", ";
112  s << *j;
113  }
114  s << endl;
115 
116  s << "WC By: ";
117  for (j=yvec.begin(); j!=yvec.end(); j++) {
118  if (j!=yvec.begin()) s << ", ";
119  s << *j;
120  }
121  s << endl;
122 
123  htbep.getChamberHits('C', xvec, yvec);
124 
125  s << "WC Cx: ";
126  for (j=xvec.begin(); j!=xvec.end(); j++) {
127  if (j!=xvec.begin()) s << ", ";
128  s << *j;
129  }
130  s << endl;
131 
132  s << "WC Cy: ";
133  for (j=yvec.begin(); j!=yvec.end(); j++) {
134  if (j!=yvec.begin()) s << ", ";
135  s << *j;
136  }
137  s << endl;
138 
139  htbep.getChamberHits('D', xvec, yvec);
140 
141  s << "WC Dx: ";
142  for (j=xvec.begin(); j!=xvec.end(); j++) {
143  if (j!=xvec.begin()) s << ", ";
144  s << *j;
145  }
146  s << endl;
147 
148  s << "WC Dy: ";
149  for (j=yvec.begin(); j!=yvec.end(); j++) {
150  if (j!=yvec.begin()) s << ", ";
151  s << *j;
152  }
153  s << endl;
154 
155  htbep.getChamberHits('E', xvec, yvec);
156 
157  s << "WC Ex: ";
158  for (j=xvec.begin(); j!=xvec.end(); j++) {
159  if (j!=xvec.begin()) s << ", ";
160  s << *j;
161  }
162  s << endl;
163 
164  s << "WC Ey: ";
165  for (j=yvec.begin(); j!=yvec.end(); j++) {
166  if (j!=yvec.begin()) s << ", ";
167  s << *j;
168  }
169  s << endl;
170 
171  htbep.getChamberHits('F', xvec, yvec);
172 
173  s << "WC Fx: ";
174  for (j=xvec.begin(); j!=xvec.end(); j++) {
175  if (j!=xvec.begin()) s << ", ";
176  s << *j;
177  }
178  s << endl;
179 
180  s << "WC Fy: ";
181  for (j=yvec.begin(); j!=yvec.end(); j++) {
182  if (j!=yvec.begin()) s << ", ";
183  s << *j;
184  }
185  s << endl;
186 
187  htbep.getChamberHits('G', xvec, yvec);
188 
189  s << "WC Gx: ";
190  for (j=xvec.begin(); j!=xvec.end(); j++) {
191  if (j!=xvec.begin()) s << ", ";
192  s << *j;
193  }
194  s << endl;
195 
196  s << "WC Gy: ";
197  for (j=yvec.begin(); j!=yvec.end(); j++) {
198  if (j!=yvec.begin()) s << ", ";
199  s << *j;
200  }
201  s << endl;
202 
203  htbep.getChamberHits('H', xvec, yvec);
204 
205  s << "WC Hx: ";
206  for (j=xvec.begin(); j!=xvec.end(); j++) {
207  if (j!=xvec.begin()) s << ", ";
208  s << *j;
209  }
210  s << endl;
211 
212  s << "WC Hy: ";
213  for (j=yvec.begin(); j!=yvec.end(); j++) {
214  if (j!=yvec.begin()) s << ", ";
215  s << *j;
216  }
217  s << endl;
218 
219  return s;
220  }
double hfTableY() const
Get the Y position (mm) of the HF table (if present in this run)
int j
Definition: DBlmapReader.cc:9
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)