#include <memory>
#include <string>
#include <iostream>
#include "TH1F.h"
#include "TH2F.h"
#include "TFile.h"
#include "math.h"
#include "TMath.h"
#include "TF1.h"
#include "CalibCalorimetry/HcalStandardModules/interface/HFLightCal.h"
#include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
#include "DataFormats/HcalRecHit/interface/HcalRecHitCollections.h"
#include "CalibFormats/HcalObjects/interface/HcalDbService.h"
#include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
#include "CondFormats/HcalObjects/interface/HcalQIEShape.h"
#include "CondFormats/HcalObjects/interface/HcalQIECoder.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
Go to the source code of this file.
Functions | |
Double_t | FitFun (Double_t *x, Double_t *par) |
void | HistSpecs (TH1F *hist, Double_t &mean, Double_t &rms, Double_t range=4) |
Variables | |
Int_t | eventN =0 |
Int_t | itsmax [26][36][2] |
Int_t | itspinmax [8][3] |
Int_t | Nev |
Int_t | runN =0 |
Double_t FitFun | ( | Double_t * | x, |
Double_t * | par | ||
) |
Definition at line 185 of file HFLightCal.cc.
References reco::ParticleMasses::k0, Nev, funct::pow(), diffTwoXMLs::r1, diffTwoXMLs::r2, and mathSSE::sqrt().
Referenced by HFLightCal::endJob().
void HistSpecs | ( | TH1F * | hist, |
Double_t & | mean, | ||
Double_t & | rms, | ||
Double_t | range = 4 |
||
) |
Int_t eventN =0 |
Definition at line 35 of file HFLightCal.cc.
Referenced by HFLightCal::analyze(), and HFLightCal::endJob().
Int_t itsmax[26][36][2] |
Definition at line 36 of file HFLightCal.cc.
Referenced by HFLightCal::analyze(), and HFLightCal::beginJob().
Int_t itspinmax[8][3] |
Definition at line 37 of file HFLightCal.cc.
Referenced by HFLightCal::beginJob().
Int_t Nev |
Definition at line 35 of file HFLightCal.cc.
Referenced by HFLightCal::endJob(), and FitFun().
Int_t runN =0 |
Definition at line 35 of file HFLightCal.cc.
Referenced by HFLightCal::analyze(), and HFLightCal::endJob().