#include <RivetAnalysis.h>
Public Member Functions | |
void | analyze (const Event &event) override |
Jets | fatjets () const |
void | finalize () override |
void | init () override |
Jets | jets () const |
std::vector< DressedLepton > | leptons () const |
Vector3 | met () const |
ParticleVector | neutrinos () const |
ParticleVector | photons () const |
RivetAnalysis (const edm::ParameterSet &pset) | |
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 |
std::vector< DressedLepton > | _leptons |
Vector3 | _met |
ParticleVector | _neutrinos |
double | _particleMaxEta |
double | _particleMinPt |
ParticleVector | _photons |
bool | _usePromptFinalStates |
Definition at line 23 of file RivetAnalysis.h.
|
inline |
Definition at line 49 of file RivetAnalysis.h.
|
inlineoverride |
Definition at line 143 of file RivetAnalysis.h.
References GetRecoTauVFromDQM_MC_cff::cl, MillePedeFileConverter_cfg::e, event(), GeV, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 30 of file RivetAnalysis.h.
References _fatjets.
Referenced by ParticleLevelProducer::produce().
|
inlineoverride |
Definition at line 174 of file RivetAnalysis.h.
|
inlineoverride |
Definition at line 72 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().
|
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 45 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 45 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 43 of file RivetAnalysis.h.
Referenced by leptons().
|
private |
Definition at line 46 of file RivetAnalysis.h.
Referenced by met().
|
private |
Definition at line 44 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 44 of file RivetAnalysis.h.
Referenced by photons().
|
private |
Definition at line 34 of file RivetAnalysis.h.