#include <RivetAnalysis.h>
Public Member Functions | |
void | analyze (const Event &event) override |
Jets | fatjets () const |
void | finalize () override |
void | init () override |
Jets | jets () const |
ParticleVector | leptons () const |
Vector3 | met () const |
ParticleVector | neutrinos () const |
ParticleVector | photons () const |
RivetAnalysis (const edm::ParameterSet &pset) | |
std::string | status () const override |
Private Attributes | |
bool | _excludeNeutrinosFromJetClustering |
bool | _excludePromptLeptonsFromJetClustering |
double | _fatJetConeSize |
double | _fatJetMaxEta |
double | _fatJetMinPt |
Jets | _fatjets |
double | _jetConeSize |
double | _jetMaxEta |
double | _jetMinPt |
Jets | _jets |
double | _lepConeSize |
double | _lepMaxEta |
double | _lepMinPt |
ParticleVector | _leptons |
Vector3 | _met |
ParticleVector | _neutrinos |
double | _particleMaxEta |
double | _particleMinPt |
double | _phoIsoConeSize |
double | _phoMaxEta |
double | _phoMaxRelIso |
double | _phoMinPt |
ParticleVector | _photons |
bool | _usePromptFinalStates |
Definition at line 23 of file RivetAnalysis.h.
|
inline |
Definition at line 50 of file RivetAnalysis.h.
|
inlineoverride |
Definition at line 145 of file RivetAnalysis.h.
References _phoIsoConeSize, _phoMaxRelIso, _phoMinPt, funct::abs(), GetRecoTauVFromDQM_MC_cff::cl, boostedElectronIsolation_cff::deltaR, MillePedeFileConverter_cfg::e, event(), GeV, reco::isLepton(), metsig::jet, AlCaHLTBitMon_ParallelJobs::p, HadronAndPartonSelector_cfi::particles, muons2muons_cfi::photon, and EnergyCorrector::pt.
|
inline |
Definition at line 30 of file RivetAnalysis.h.
References _fatjets.
Referenced by ParticleLevelProducer::produce().
|
inlineoverride |
Definition at line 227 of file RivetAnalysis.h.
|
inlineoverride |
Definition at line 78 of file RivetAnalysis.h.
References GeV, neutrinos(), pat::PHOTON, and photons().
|
inline |
Definition at line 29 of file RivetAnalysis.h.
References _jets.
Referenced by ParticleLevelProducer::produce().
|
inline |
Definition at line 26 of file RivetAnalysis.h.
References _leptons.
Referenced by ParticleLevelProducer::produce().
|
inline |
Definition at line 31 of file RivetAnalysis.h.
References _met.
Referenced by ParticleLevelProducer::produce().
|
inline |
Definition at line 28 of file RivetAnalysis.h.
References _neutrinos.
Referenced by init(), and ParticleLevelProducer::produce().
|
inline |
Definition at line 27 of file RivetAnalysis.h.
References _photons.
Referenced by init(), and ParticleLevelProducer::produce().
|
inlineoverride |
Definition at line 229 of file RivetAnalysis.h.
|
private |
Definition at line 36 of file RivetAnalysis.h.
|
private |
Definition at line 35 of file RivetAnalysis.h.
|
private |
Definition at line 41 of file RivetAnalysis.h.
|
private |
Definition at line 41 of file RivetAnalysis.h.
|
private |
Definition at line 41 of file RivetAnalysis.h.
|
private |
Definition at line 46 of file RivetAnalysis.h.
Referenced by fatjets().
|
private |
Definition at line 40 of file RivetAnalysis.h.
|
private |
Definition at line 40 of file RivetAnalysis.h.
|
private |
Definition at line 40 of file RivetAnalysis.h.
|
private |
Definition at line 46 of file RivetAnalysis.h.
Referenced by jets().
|
private |
Definition at line 39 of file RivetAnalysis.h.
|
private |
Definition at line 39 of file RivetAnalysis.h.
|
private |
Definition at line 39 of file RivetAnalysis.h.
|
private |
Definition at line 45 of file RivetAnalysis.h.
Referenced by leptons().
|
private |
Definition at line 47 of file RivetAnalysis.h.
Referenced by met().
|
private |
Definition at line 45 of file RivetAnalysis.h.
Referenced by neutrinos().
|
private |
Definition at line 38 of file RivetAnalysis.h.
|
private |
Definition at line 38 of file RivetAnalysis.h.
|
private |
Definition at line 43 of file RivetAnalysis.h.
Referenced by analyze().
|
private |
Definition at line 43 of file RivetAnalysis.h.
|
private |
Definition at line 43 of file RivetAnalysis.h.
Referenced by analyze().
|
private |
Definition at line 43 of file RivetAnalysis.h.
Referenced by analyze().
|
private |
Definition at line 45 of file RivetAnalysis.h.
Referenced by photons().
|
private |
Definition at line 34 of file RivetAnalysis.h.