#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 "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 30 of file ESTimingTask.cc.
References n, funct::pow(), and v.
Referenced by ESRecHitFitAlgo::ESRecHitFitAlgo(), and ESTimingTask::ESTimingTask().