#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "CondFormats/ESObjects/interface/ESGain.h"
#include "DataFormats/EcalDigi/interface/EcalDigiCollections.h"
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"
#include "TF1.h"
#include "TH1F.h"
Go to the source code of this file.
Classes | |
class | ESTimingTask |
Functions | |
double | fitf (double *x, double *par) |
double fitf | ( | double * | x, |
double * | par | ||
) |
Definition at line 27 of file ESTimingTask.cc.
References gen::n, funct::pow(), and findQualityFiles::v.
Referenced by ESRecHitFitAlgo::ESRecHitFitAlgo(), and ESTimingTask::ESTimingTask().