#include <vector>
#include <string>
#include "TMath.h"
#include "Math/VectorUtil.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "DataFormats/PatCandidates/interface/MET.h"
Go to the source code of this file.
Namespaces | |
namespace | JetComb |
Classes | |
class | TtSemiLepJetComb |
Enumerations | |
enum | JetComb::BTagAlgo { JetComb::kTrkCntHighEff, JetComb::kTrkCntHighPur, JetComb::kSoftMuon, JetComb::kSimpSecondVtx, JetComb::kCombSecondVtx, JetComb::kImpactParaMVA } |
b-tagging algorithms More... | |
enum | JetComb::CompType { JetComb::kDeltaM, JetComb::kDeltaR, JetComb::kDeltaPhi, JetComb::kDeltaTheta } |
supported comparison types More... | |
enum | JetComb::DecayType { JetComb::kHad, JetComb::kLep } |
distinguish between hadronic and leptonic decay chain of the top More... | |
enum | JetComb::Operator { JetComb::kAdd, JetComb::kMult } |
operators for combining variables More... | |
enum | JetComb::VarType { JetComb::kMass, JetComb::kPt, JetComb::kEta, JetComb::kPhi, JetComb::kTheta } |
supported std single variable types More... |