CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CalibTracker/SiStripLorentzAngle/src/LA_Results.cc File Reference

#include "CalibTracker/SiStripLorentzAngle/interface/LA_Filler_Fitter.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include <cmath>
#include <boost/foreach.hpp>
#include <boost/regex.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string/erase.hpp>
#include <TF1.h>
#include <TGraphErrors.h>
#include <TProfile.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &strm, const LA_Filler_Fitter::Result &r)
std::ostream & operator<< (std::ostream &strm, const LA_Filler_Fitter::EnsembleSummary &e)

Function Documentation

std::ostream& operator<< ( std::ostream &  strm,
const LA_Filler_Fitter::Result r 
)

Definition at line 163 of file LA_Results.cc.

References LA_Filler_Fitter::Result::calMeasured, LA_Filler_Fitter::Result::chi2, LA_Filler_Fitter::Result::entries, LA_Filler_Fitter::Result::field, LA_Filler_Fitter::Result::measured, LA_Filler_Fitter::Result::ndof, and LA_Filler_Fitter::Result::reco.

                                                                          { 
  return strm << r.reco.first <<"\t"<< r.reco.second <<"\t"
              << r.measured.first <<"\t"<< r.measured.second <<"\t"
              << r.calMeasured.first <<"\t"<< r.calMeasured.second <<"\t"
              << r.field <<"\t"
              << r.chi2 <<"\t"
              << r.ndof <<"\t"
              << r.entries;
}
std::ostream& operator<< ( std::ostream &  strm,
const LA_Filler_Fitter::EnsembleSummary e 
)