CMS 3D CMS Logo

Functions
LA_Results.cc File Reference
#include "CalibTracker/SiStripLorentzAngle/interface/LA_Filler_Fitter.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include <cmath>
#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::EnsembleSummary &e)
 
std::ostream & operator<< (std::ostream &strm, const LA_Filler_Fitter::Result &r)
 

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 185 of file LA_Results.cc.

185  {
186  return strm << e.truth << "\t" << e.meanMeasured.first << "\t" << e.meanMeasured.second << "\t"
187  << e.sigmaMeasured.first << "\t" << e.sigmaMeasured.second << "\t" << e.meanUncertainty.first << "\t"
188  << e.meanUncertainty.second << "\t" << e.pull.first << "\t" << e.pull.second << "\t" << e.samples;
189 }

References MillePedeFileConverter_cfg::e.

◆ operator<<() [2/2]

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

Definition at line 179 of file LA_Results.cc.

179  {
180  return strm << r.reco.first << "\t" << r.reco.second << "\t" << r.measured.first << "\t" << r.measured.second << "\t"
181  << r.calMeasured.first << "\t" << r.calMeasured.second << "\t" << r.field << "\t" << r.chi2 << "\t"
182  << r.ndof << "\t" << r.entries;
183 }

References alignCSCRings::r.

alignCSCRings.r
r
Definition: alignCSCRings.py:93
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37