#include "RecoParticleFlow/PFClusterTools/interface/PFResolutionMap.h"
#include <fstream>
#include <sstream>
#include <algorithm>
#include <functional>
#include <stdexcept>
#include <TFile.h>
#include <TMath.h>
#include <vector>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
Go to the source code of this file.
|
#define | M_PI 3.14159265358979323846 |
|
#define M_PI 3.14159265358979323846 |
Definition at line 175 of file PFResolutionMap.cc.
References LEDCalibrationChannels::ieta.
180 outf << rm.GetNbinsX() << endl;
181 outf << rm.GetXaxis()->GetXmin() << endl;
182 outf << rm.GetXaxis()->GetXmax() << endl;
184 outf << rm.GetNbinsY() << endl;
185 outf << rm.GetYaxis()->GetXmin() << endl;
186 outf << rm.GetYaxis()->GetXmax() << endl;
188 for (
int ie = 1; ie <= rm.GetNbinsY(); ie++) {
190 outf << rm.GetBinContent(
ieta, ie) <<
"\t";