DESY Hbb Analysis Framework
|
#include <memory>
#include <map>
#include <string>
#include "TLorentzVector.h"
Go to the source code of this file.
Classes | |
struct | PatJet |
Typedefs | |
typedef std::map< std::string, int >::iterator | it_cnt |
typedef std::map< std::string, bool >::iterator | it_trg |
Variables | |
int | bx_ |
int | event_ |
std::map< std::string, float * > | fPatJets_ |
std::map< std::string, int(*)[maxCands_] > | iPatJets_ |
float | jetBtag_ [maxCands_] |
float | jetCEmFrac_ [maxCands_] |
float | jetCHadFrac_ [maxCands_] |
float | jetCMult_ [maxCands_] |
float | jetE_ [maxCands_] |
float | jetEt_ [maxCands_] |
float | jetEta_ [maxCands_] |
int | jetFlav_ [maxCands_] |
float | jetMuFrac_ [maxCands_] |
int | jetN_ |
float | jetNEmFrac_ [maxCands_] |
float | jetNHadFrac_ [maxCands_] |
float | jetNMult_ [maxCands_] |
float | jetPhi_ [maxCands_] |
float | jetPt_ [maxCands_] |
PatJet | jets_ [maxCands_] |
int | lumi_ |
static const int | maxCands_ = 30 |
static const int | maxGenCands_ = 2000 |
float | muE_ [maxCands_] |
float | muEt_ [maxCands_] |
float | muEta_ [maxCands_] |
int | muN_ |
float | muPhi_ [maxCands_] |
float | muPt_ [maxCands_] |
float | muQ_ [maxCands_] |
unsigned int | nGenFilt_ |
unsigned int | nGenTotal_ |
int | orbit_ |
int | run_ |
std::map< std::string, bool > | trgAccepts_ |
double | xsection_ |
int event_ |
Definition at line 26 of file Ntuple.h.
Referenced by analysis::tools::Analysis::event().
int lumi_ |
Definition at line 25 of file Ntuple.h.
Referenced by analysis::tools::Analysis::lumiSection().
int run_ |
Definition at line 24 of file Ntuple.h.
Referenced by analysis::tools::Analysis::run().
double xsection_ |
Definition at line 19 of file Ntuple.h.
Referenced by Ntuplizer::beginJob(), and Ntuplizer::endRun().