150 os <<
"layer: " <<
_layer;
155 <<
", zmin: " <<
_zmin
156 <<
", zstepsize: " <<
_zstep;
161 <<
", etamin: " <<
_zmin
162 <<
", etastepsize: " <<
_zstep;
167 <<
", etamin: " <<
_zmin
168 <<
", etastepsize: " <<
_zstep;
172 os <<
"no valid binning method: " <<
_binning << endl;
177 os <<
", xmin: " <<
_xmin
187 if (ibin < 0 || ibin >
_nzbins)
189 cout <<
"Asking for invalid bin in z: " << ibin << endl;
194 double zhigh = zlow +
_zstep;
195 return make_pair(zlow, zhigh);
201 if (ibin < 0 || ibin >
_nzbins)
203 cout <<
"Asking for invalid bin in z: " << ibin << endl;
209 double zhigh = zlow +
_zstep;
210 return make_pair(zlow, zhigh);
217 if (ibin < 0 || ibin >
_nxbins)
219 cout <<
"Asking for invalid bin in x: " << ibin << endl;
224 double xhigh = xlow +
_xstep;
225 return make_pair(xlow, xhigh);
233 cout <<
"Asking for bin for z outside of z range: " << z << endl;
246 cout <<
"Asking for bin for eta outside of eta range: " << eta << endl;
259 cout <<
"Asking for bin for x outside of x range: " << x << endl;
269 if (ibin < 0 || ibin >
_nzbins)
271 cout <<
"Asking for invalid bin in z: " << ibin << endl;
281 if (ibin < 0 || ibin >
_nzbins)
283 cout <<
"Asking for invalid bin in eta: " << ibin << endl;
284 cout <<
"minbin: 0, maxbin " <<
_nzbins << endl;
294 if (ibin < 0 || ibin >
_nxbins)
296 cout <<
"Asking for invalid bin in x: " << ibin << endl;
313 return "Eta/Phi bins";
316 return "Eta/numslat bins";
void set_zbins(const int i)
double get_xcenter(const int ibin) const
void set_xstep(const double x)
void set_etabins(const int i)
int get_zbin(const double z) const
void identify(std::ostream &os=std::cout) const
double get_zcenter(const int ibin) const
std::pair< double, double > get_etabounds(const int ibin) const
void set_etastep(const double z)
void set_etamin(const double z)
std::string methodname(const int i) const
double get_etacenter(const int ibin) const
void set_zstep(const double z)
void set_zmin(const double z)
void check_binning_method_eta(const std::string &src="") const
void check_binning_method_x(const std::string &src="") const
int get_etabin(const double eta) const
void set_xmin(const double x)
void set_xbins(const int i)
std::pair< double, double > get_xbounds(const int ibin) const
int get_xbin(const double x) const
void check_binning_method(const int i) const
std::pair< double, double > get_zbounds(const int ibin) const
double get_etamin() const
double get_etastep() const