#include <TFile.h>
#include <cmath>
#include <vector>
#include "DQM/PhysicsHWW/interface/MuonMVAEstimator.h"
#include "DQM/PhysicsHWW/interface/trackSelections.h"
Go to the source code of this file.
Enumerations | |
enum | ParticleType { kX =0, kh, ke, kmu, kgamma, kh0, kh_HF, kegamma_HF } |
Functions | |
double | dzPVmu (const LorentzVector &vtx, const LorentzVector &p4, const LorentzVector &pv) |
int | translatePdgIdToType (int pdgid) |
enum ParticleType |
Enumerator | |
---|---|
kX | |
kh | |
ke | |
kmu | |
kgamma | |
kh0 | |
kh_HF | |
kegamma_HF |
Definition at line 21 of file MuonMVAEstimator.cc.
double dzPVmu | ( | const LorentzVector & | vtx, |
const LorentzVector & | p4, | ||
const LorentzVector & | pv | ||
) |
int translatePdgIdToType | ( | int | pdgid | ) |
Definition at line 35 of file MuonMVAEstimator.cc.
References funct::abs(), ke, kegamma_HF, kgamma, kh, kh0, kh_HF, kmu, and kX.
Referenced by MuonMVAEstimator::mvaValueIso(), and DeltaBetaWeights::produce().