#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/HFLightCalRand.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 | Fit3Peak (Double_t *x, Double_t *par) |
void | HistSpec (TH1F *hist, Double_t &mean, Double_t &rms, Double_t range=4) |
Variables | |
Int_t | EventN =0 |
Int_t | NEvents |
Int_t | runNumb =0 |
Double_t Fit3Peak | ( | Double_t * | x, |
Double_t * | par | ||
) |
Definition at line 142 of file HFLightCalRand.cc.
References reco::ParticleMasses::k0, NEvents, and mathSSE::sqrt().
Referenced by HFLightCalRand::endJob().
void HistSpec | ( | TH1F * | hist, |
Double_t & | mean, | ||
Double_t & | rms, | ||
Double_t | range = 4 |
||
) |
Int_t EventN =0 |
Definition at line 36 of file HFLightCalRand.cc.
Referenced by HFLightCalRand::analyze(), and HFLightCalRand::endJob().
Int_t NEvents |
Definition at line 36 of file HFLightCalRand.cc.
Referenced by HFLightCalRand::endJob(), and Fit3Peak().
Int_t runNumb =0 |
Definition at line 36 of file HFLightCalRand.cc.
Referenced by HFLightCalRand::analyze(), and HFLightCalRand::endJob().