#include <JetCorExample.h>
Public Member Functions | |
JetCorExample (edm::ParameterSet const &cfg) | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Types | |
typedef std::vector< Jet > | JetCollection |
Private Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &iSetup) |
void | beginJob () |
void | endJob () |
void | FillHist1D (const TString &histName, const Double_t &x) |
Private Attributes | |
std::string | HistoFileName |
std::string | JetAlgorithm |
std::string | JetCorrectionService |
TFile * | m_file |
std::map< TString, TH1 * > | m_HistNames1D |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 15 of file JetCorExample.h.
|
private |
Definition at line 20 of file JetCorExample.h.
JetCorExample< Jet >::JetCorExample | ( | edm::ParameterSet const & | cfg | ) |
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 42 of file JetCorExample.cc.
References JetCorrector::correction(), edm::Event::getByLabel(), JetCorrector::getJetCorrector(), fwrapper::jets, and pileupReCalc_HLTpaths::scale.
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 63 of file JetCorExample.cc.
|
private |
|
private |
Definition at line 31 of file JetCorExample.h.
|
private |
Definition at line 29 of file JetCorExample.h.
|
private |
Definition at line 33 of file JetCorExample.h.
|
private |
Definition at line 26 of file JetCorExample.h.
|
private |
Definition at line 25 of file JetCorExample.h.