|
DESY Hbb Analysis Framework
|
#include <JetAnalyser.h>
Public Member Functions | |
| virtual void | actionApplyBjetRegression () |
| virtual void | actionApplyBjetRegression (const int &) |
| virtual float | actionApplyBtagSF (const int &, const bool &global_weight=true) |
| virtual void | actionApplyJER () |
| virtual bool | analysisWithJets () |
| float | btag (const Jet &jet, const std::string &algo) |
| Returns the btag value of the jet for a given btag algorithm. More... | |
| virtual ScaleFactors | btagSF (const int &, const std::string &) |
| virtual void | fillJetHistograms (const std::string &label="x") |
| Fill the pre-defined histograms created by the jetHistograms() method. More... | |
| virtual void | fillJetHistograms (const int &r=-1, const std::string &label="x", const float &sf=1., const bool &workflow=false) |
| For experts only (fills pre-defined histograms for a specific jet, applying weights) More... | |
| virtual float | getBtagSF (const int &) |
| JetAnalyser () | |
| constructors More... | |
| JetAnalyser (int argc, char *argv[]) | |
| virtual bool | jetCorrections () |
| multiple actions: apply JER and b-tag regression corrections More... | |
| virtual void | jetHistograms (const int &n, const std::string &label="x") |
| Creates pre-defined histograms in directory 'label' for analysis with 'n' jets. More... | |
| virtual void | jetHistograms (const std::string &label="x") |
| Creates pre-defined histograms in directory 'label' for analysis with config->nJetsMin() More... | |
| std::vector< std::shared_ptr< Jet > > | jets () |
| vector of pointers of all jets from the "Jets" collection More... | |
| void | jets (const std::string &col) |
| Creates the "Jets" collection. More... | |
| virtual void | jetSwap (const int &, const int &) |
| virtual bool | onlineBJetMatching (const int &) |
| virtual bool | onlineJetMatching (const int &) |
| std::vector< std::shared_ptr< Jet > > | selectedJets () |
| vector of pointers of the selectedJets More... | |
| virtual bool | selectionBJet (const int &) |
| virtual bool | selectionBJetProbB (const int &) |
| virtual bool | selectionBJetProbBB (const int &) |
| virtual bool | selectionBJetProbC (const int &) |
| virtual bool | selectionBJetProbG (const int &) |
| virtual bool | selectionBJetProbLepB (const int &) |
| virtual bool | selectionBJetProbLight (const int &) |
| virtual bool | selectionDiJetMass (const int &, const int &) |
| virtual bool | selectionJet (const int &r) |
| Given the ranking 'r' of a jet, it returns whether the jet passes the pt_min and |eta_max|, optionally pt_max, where the values of the thresholds pt_min and |eta_max|, pt_max are passed by configuration file. More... | |
| virtual bool | selectionJet (const int &r, const float &pt_min, const float &eta_max, const float &pt_max=-1.) |
| Given the ranking 'r' of a jet, it returns whether the jet passes the pt_min and |eta_max|, optionally pt_max, where the values of the thresholds pt_min and |eta_max|, pt_max (opt) are passed as arguments. More... | |
| virtual bool | selectionJetDeta (const int &r1, const int &r2) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_eta selection; the threshold delta is passed by the configuration file. More... | |
| virtual bool | selectionJetDeta (const int &r1, const int &r2, const float &delta) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_eta selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max ) More... | |
| virtual bool | selectionJetDphi (const int &r1, const int &r2) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_phi selection; the threshold delta is passed by the configuration file. More... | |
| virtual bool | selectionJetDphi (const int &r1, const int &r2, const float &delta) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_phi selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max ) More... | |
| virtual bool | selectionJetDr (const int &r1, const int &r2) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_R selection; the threshold delta is passed by the configuration file. More... | |
| virtual bool | selectionJetDr (const int &r1, const int &r2, const float &delta) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_R selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max ) More... | |
| virtual bool | selectionJetId () |
| virtual bool | selectionJetPileupId () |
| virtual bool | selectionJetPtImbalance (const int &r1, const int &r2) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the pt imbalance selection; the threshold delta is passed by the configuration file. More... | |
| virtual bool | selectionJetPtImbalance (const int &r1, const int &r2, const float &delta) |
| Given the rankings r1 and r2 of two jets, it returns whether the jets passes the pt imbalance selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max ) More... | |
| virtual bool | selectionJetQGlikelihood (const int &, const float &) |
| virtual bool | selectionJetQGlikelihood (const int &) |
| virtual bool | selectionNJets () |
| virtual bool | selectionNonBJet (const int &) |
| ~JetAnalyser () | |
| desctructor More... | |
Public Member Functions inherited from analysis::tools::BaseAnalyser | |
| void | actionApplyPileupWeight (const int &var=0) |
| apply pileup weight given a systematic variation More... | |
| void | analyserTree () |
| root tree More... | |
| std::shared_ptr< Analysis > | analysis () |
| returns pointer to Analysis object More... | |
| BaseAnalyser () | |
| constructor More... | |
| BaseAnalyser (int argc, char *argv[]) | |
| constructor More... | |
| std::string | basename (const std::string &) |
| returns the basename of a path More... | |
| std::map< std::string, std::shared_ptr< TGraphAsymmErrors > > | btagEfficiencies () const |
| std::shared_ptr< Config > | config () |
| returns pointer to Config object More... | |
| float | crossSection () const |
| returns cross section More... | |
| int | cutflow () |
| get cutflow index More... | |
| void | cutflow (const int &) |
| set cutflow index More... | |
| void | cutflow (const std::string &label, const bool &ok=true) |
| create and update cutflow entry in the cutflow histogram More... | |
| virtual bool | event (const int &) |
| event entry to be readout and processed More... | |
| void | fillAnalyserTree () |
| fill root tree More... | |
| void | fillPileupHistogram () |
| fills pileup histogram More... | |
| void | generatorWeight () |
| generator weight More... | |
| bool | genJetsAnalysis () const |
| returns whether analysis of gen jets can be done More... | |
| bool | genParticlesAnalysis () const |
| returns whether analysis of gen particles can be done More... | |
| std::shared_ptr< TH1F > | histogram (const std::string &) |
| returns a given 1D histogram More... | |
| std::map< std::string, std::shared_ptr< TH1F > > | histograms () |
| returns all 1D histograms More... | |
| virtual void | histograms (const std::string &, const int &) |
| create n histograms of a given type More... | |
| int | nEvents () |
| number of events to be processed More... | |
| std::shared_ptr< TFile > | output () |
| returns pointer to output root file More... | |
| void | pileupHistogram () |
| creates pileup histogram More... | |
| float | pileupWeight (const float &truepu, const int &var) const |
| returns pileup weight given the true pileup and uncertainty variation in values of sigma More... | |
| std::shared_ptr< PileupWeight > | pileupWeights () const |
| returns pointer to pileup weights (MC-only) More... | |
| void | scale (const float &) |
| sets a scale More... | |
| int | seed () |
| returns a seed for random number generator More... | |
| int | seed (const std::string &) |
| reads a file containing a seed and returns the seed or -1 if fails More... | |
| void | seed (const int &) |
| sets a seed for random number generators More... | |
| bool | triggerEmulated (const std::string &) |
| return status of an emulated l1 trigger More... | |
| virtual bool | triggerEmulation (const std::string &, const int &, const float &, const float &, const std::string &) |
| emulate l1 trigger More... | |
| std::map< std::string, bool > | triggersEmulated () |
| return status of all emulated l1 triggers More... | |
| float | trueInteractions () const |
| returns true number of interactions More... | |
| float | weight () |
| returns event weight More... | |
| void | weight (const float &) |
| sets event weight More... | |
| virtual | ~BaseAnalyser () |
| desctructor More... | |
Protected Attributes | |
| bool | applyjer_ |
| std::map< std::string, std::shared_ptr< BTagCalibrationReader > > | bsf_reader_ |
| std::vector< std::string > | flavours_ |
| std::shared_ptr< JetResolutionInfo > | jerinfo_ |
| std::vector< std::shared_ptr< Jet > > | jets_ |
| bool | jetsanalysis_ |
| int | n_hjets_ |
| std::vector< std::shared_ptr< Jet > > | selectedJets_ |
Protected Attributes inherited from analysis::tools::BaseAnalyser | |
| std::shared_ptr< TTree > | analyser_tree_ |
| output tree More... | |
| std::shared_ptr< Analysis > | analysis_ |
| Analysis objects. More... | |
| std::map< std::string, std::shared_ptr< TGraphAsymmErrors > > | btageff_ |
| std::shared_ptr< Config > | config_ |
| Config objects. More... | |
| int | cutflow_ |
| Cutflow index. More... | |
| bool | genjetsanalysis_ |
| bool | genpartsanalysis_ |
| std::map< std::string, std::shared_ptr< TH1F > > | h1_ |
| 1D histograms mapping More... | |
| std::map< std::string, std::shared_ptr< TH2F > > | h2_ |
| 2D histograms mapping More... | |
| std::shared_ptr< TFile > | hout_ |
| output root file More... | |
| bool | isData_ |
| flag for DATA sample More... | |
| bool | isMC_ |
| flag for MC sample More... | |
| bool | istruepu_ |
| true pileup More... | |
| std::string | puw_label_ |
| pileup weight label More... | |
| std::shared_ptr< PileupWeight > | puweights_ |
| pileup weight More... | |
| float | scale_ |
| overall scaling More... | |
| int | seed_ |
| seed value More... | |
| std::map< std::string, bool > | trg_emul_ |
| emulated triggers More... | |
| float | weight_ |
| event weight More... | |
| float | xsection_ |
| cross section More... | |
Definition at line 35 of file JetAnalyser.h.
| JetAnalyser::JetAnalyser | ( | ) |
| JetAnalyser::JetAnalyser | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 26 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::analysis_, applyjer_, bsf_reader_, analysis::tools::BaseAnalyser::config_, flavours_, analysis::tools::BaseAnalyser::genJetsAnalysis(), jerinfo_, and jetsanalysis_.
| JetAnalyser::~JetAnalyser | ( | ) |
desctructor
Definition at line 60 of file JetAnalyser.cc.
|
virtual |
Definition at line 1044 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
Referenced by jetCorrections(), and main().
|
virtual |
Definition at line 1054 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
|
virtual |
Definition at line 1010 of file JetAnalyser.cc.
References btagSF(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), ReHLT_L1Trepack_HLTUser_DataNtuple::isMC, and analysis::tools::BaseAnalyser::weight_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::btagSelection(), and main().
|
virtual |
Definition at line 992 of file JetAnalyser.cc.
References applyjer_, analysis::tools::BaseAnalyser::basename(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), analysis::tools::BaseAnalyser::isMC_, jerinfo_, jetsanalysis_, and selectedJets_.
Referenced by jetCorrections(), and main().
|
virtual |
Definition at line 72 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::analysis_, analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), analysis::tools::BaseAnalyser::genJetsAnalysis(), analysis::tools::BaseAnalyser::genParticlesAnalysis(), jets(), jets_, jetsanalysis_, selectedJets_, and analysis::tools::BaseAnalyser::triggerEmulation().
Referenced by analysis::tools::Analyser::event().
| float JetAnalyser::btag | ( | const Jet & | jet, |
| const std::string & | algo | ||
| ) |
Returns the btag value of the jet for a given btag algorithm.
Definition at line 366 of file JetAnalyser.cc.
References analysis::tools::Jet::btag(), and analysis::tools::BaseAnalyser::config_.
Referenced by fillJetHistograms(), selectionBJet(), selectionBJetProbB(), selectionBJetProbBB(), selectionBJetProbC(), selectionBJetProbG(), selectionBJetProbLepB(), selectionBJetProbLight(), and selectionNonBJet().
|
virtual |
Definition at line 980 of file JetAnalyser.cc.
References bsf_reader_, analysis::tools::ScaleFactors::down, analysis::tools::ScaleFactors::nominal, selectedJets_, and analysis::tools::ScaleFactors::up.
Referenced by actionApplyBtagSF(), and getBtagSF().
|
virtual |
Fill the pre-defined histograms created by the jetHistograms() method.
Definition at line 795 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), analysis::tools::Composite< A, B >::deltaEta(), analysis::tools::Composite< A, B >::deltaR(), analysis::tools::Candidate::eta(), analysis::tools::BaseAnalyser::h1_, analysis::tools::Candidate::m(), n_hjets_, analysis::tools::BaseAnalyser::output(), analysis::tools::Candidate::phi(), analysis::tools::Candidate::pt(), selectedJets_, and analysis::tools::BaseAnalyser::weight_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::endSelection(), and main().
|
virtual |
For experts only (fills pre-defined histograms for a specific jet, applying weights)
Definition at line 870 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, analysis::tools::BaseAnalyser::h2_, n_hjets_, analysis::tools::BaseAnalyser::output(), selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1032 of file JetAnalyser.cc.
References btagSF(), analysis::tools::BaseAnalyser::config_, and ReHLT_L1Trepack_HLTUser_DataNtuple::isMC.
|
virtual |
multiple actions: apply JER and b-tag regression corrections
Definition at line 1429 of file JetAnalyser.cc.
References actionApplyBjetRegression(), actionApplyJER(), and analysis::tools::BaseAnalyser::config().
Referenced by main().
|
virtual |
Creates pre-defined histograms in directory 'label' for analysis with 'n' jets.
Definition at line 172 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, flavours_, analysis::tools::BaseAnalyser::h1_, analysis::tools::BaseAnalyser::h2_, naf_mult_submit::int, n_hjets_, and analysis::tools::BaseAnalyser::output().
Referenced by jetHistograms(), main(), and analysis::mssmhbb::MssmHbbAnalyser::MssmHbbAnalyser().
|
virtual |
Creates pre-defined histograms in directory 'label' for analysis with config->nJetsMin()
Definition at line 168 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, and jetHistograms().
| std::vector< std::shared_ptr< Jet > > JetAnalyser::jets | ( | ) |
vector of pointers of all jets from the "Jets" collection
Definition at line 613 of file JetAnalyser.cc.
References jets_.
Referenced by analysisWithJets().
| void JetAnalyser::jets | ( | const std::string & | col | ) |
Creates the "Jets" collection.
Definition at line 163 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::analysis_.
|
virtual |
Definition at line 1104 of file JetAnalyser.cc.
References selectedJets_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::muonJet().
|
virtual |
Definition at line 778 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::btagSelection(), and main().
|
virtual |
Definition at line 746 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::jetSelection(), and main().
| std::vector< std::shared_ptr< Jet > > JetAnalyser::selectedJets | ( | ) |
vector of pointers of the selectedJets
Definition at line 618 of file JetAnalyser.cc.
References selectedJets_.
|
virtual |
Definition at line 708 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), naf_mult_submit::int, selectedJets_, and selectionNonBJet().
Referenced by analysis::mssmhbb::MssmHbbAnalyser::btagSelection(), and main().
|
virtual |
Definition at line 1172 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1216 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1295 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1336 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1257 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1372 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Definition at line 1066 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow_, analysis::tools::BaseAnalyser::h1_, analysis::tools::Candidate::m(), selectedJets_, and analysis::tools::BaseAnalyser::weight_.
|
virtual |
Given the ranking 'r' of a jet, it returns whether the jet passes the pt_min and |eta_max|, optionally pt_max, where the values of the thresholds pt_min and |eta_max|, pt_max are passed by configuration file.
Definition at line 378 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::jetSelection(), and main().
|
virtual |
Given the ranking 'r' of a jet, it returns whether the jet passes the pt_min and |eta_max|, optionally pt_max, where the values of the thresholds pt_min and |eta_max|, pt_max (opt) are passed as arguments.
Definition at line 394 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_eta selection; the threshold delta is passed by the configuration file.
Definition at line 445 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::jetSelection().
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_eta selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max )
Definition at line 421 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_phi selection; the threshold delta is passed by the configuration file.
Definition at line 492 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_.
Referenced by main().
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_phi selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max )
Definition at line 469 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_R selection; the threshold delta is passed by the configuration file.
Definition at line 541 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::jetSelection(), and main().
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the delta_R selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max )
Definition at line 517 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
|
virtual |
Definition at line 624 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), jetsanalysis_, and selectedJets_.
Referenced by main(), and analysis::tools::Analyser::preselection().
|
virtual |
Definition at line 646 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), jetsanalysis_, and selectedJets_.
Referenced by main(), and analysis::tools::Analyser::preselection().
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the pt imbalance selection; the threshold delta is passed by the configuration file.
Definition at line 588 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_.
|
virtual |
Given the rankings r1 and r2 of two jets, it returns whether the jets passes the pt imbalance selection; the threshold delta is passed as an argument (if delta <= 0, |delta| = delta_min; else |delta| = delta_max )
Definition at line 564 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), jetsanalysis_, and selectedJets_.
|
virtual |
Definition at line 1125 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
Referenced by selectionJetQGlikelihood().
|
virtual |
Definition at line 1146 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, naf_mult_submit::int, and selectionJetQGlikelihood().
|
virtual |
Definition at line 670 of file JetAnalyser.cc.
References analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), naf_mult_submit::int, and selectedJets_.
Referenced by analysis::mssmhbb::MssmHbbAnalyser::jetSelection(), and main().
|
virtual |
Definition at line 728 of file JetAnalyser.cc.
References btag(), analysis::tools::BaseAnalyser::config_, analysis::tools::BaseAnalyser::cutflow(), and selectedJets_.
Referenced by selectionBJet().
|
protected |
Definition at line 53 of file JetAnalyser.h.
Referenced by actionApplyJER(), and JetAnalyser().
|
protected |
Definition at line 55 of file JetAnalyser.h.
Referenced by btagSF(), and JetAnalyser().
|
protected |
Definition at line 59 of file JetAnalyser.h.
Referenced by JetAnalyser(), and jetHistograms().
|
protected |
Definition at line 57 of file JetAnalyser.h.
Referenced by actionApplyJER(), and JetAnalyser().
|
protected |
Definition at line 46 of file JetAnalyser.h.
Referenced by analysisWithJets(), and jets().
|
protected |
Definition at line 52 of file JetAnalyser.h.
Referenced by actionApplyJER(), analysisWithJets(), JetAnalyser(), analysis::mssmhbb::MssmHbbAnalyser::muonJet(), selectionJetId(), selectionJetPileupId(), and selectionJetPtImbalance().
|
protected |
Definition at line 50 of file JetAnalyser.h.
Referenced by fillJetHistograms(), and jetHistograms().
|
protected |
Definition at line 47 of file JetAnalyser.h.
Referenced by actionApplyBjetRegression(), actionApplyJER(), analysisWithJets(), btagSF(), fillJetHistograms(), analysis::mssmhbb::MssmHbbAnalyser::fillMssmHbbHistograms(), analysis::mssmhbb::MssmHbbAnalyser::fillMssmHbbTree(), jetSwap(), analysis::mssmhbb::MssmHbbAnalyser::muonJet(), analysis::tools::Analyser::muonJet(), onlineBJetMatching(), onlineJetMatching(), selectedJets(), selectionBJet(), selectionBJetProbB(), selectionBJetProbBB(), selectionBJetProbC(), selectionBJetProbG(), selectionBJetProbLepB(), selectionBJetProbLight(), selectionDiJetMass(), selectionJet(), selectionJetDeta(), selectionJetDphi(), selectionJetDr(), selectionJetId(), selectionJetPileupId(), selectionJetPtImbalance(), selectionJetQGlikelihood(), selectionNJets(), and selectionNonBJet().
1.8.11