#include <helper.h>
Public Member Functions | |
RecoTrackSetDefinition (TString, std::function< bool(unsigned int)>, std::function< bool(unsigned int)>, std::function< const std::vector< float >()>, std::function< const std::vector< float >()>, std::function< const std::vector< float >()>, std::function< const std::vector< int >()>) | |
Public Attributes | |
std::function< const std::vector< float >)> | eta |
std::function< bool(unsigned int)> | pass |
std::function< const std::vector< float >)> | phi |
std::function< const std::vector< float >)> | pt |
std::function< bool(unsigned int)> | sel |
TString | set_name |
std::function< const std::vector< int >)> | type |
RecoTrackSetDefinition::RecoTrackSetDefinition | ( | TString | set_name_, |
std::function< bool(unsigned int)> | pass_, | ||
std::function< bool(unsigned int)> | sel_, | ||
std::function< const std::vector< float >()> | pt_, | ||
std::function< const std::vector< float >()> | eta_, | ||
std::function< const std::vector< float >()> | phi_, | ||
std::function< const std::vector< int >()> | type_ | ||
) |
std::function<const std::vector<float>)> RecoTrackSetDefinition::eta |
Definition at line 86 of file helper.h.
Referenced by Particle.Particle::__str__(), datamodel.Object::DeltaR(), fillDuplicateRateSet(), fillFakeRateSet(), Jet.Jet::jetID(), datamodel.Object::p4(), and Jet.Jet::puJetId().
std::function<bool(unsigned int)> RecoTrackSetDefinition::pass |
Definition at line 83 of file helper.h.
Referenced by fillDuplicateRateSet(), fillFakeRateSet(), and RecoTrackSetDefinition().
std::function<const std::vector<float>)> RecoTrackSetDefinition::phi |
Definition at line 87 of file helper.h.
Referenced by Particle.Particle::__str__(), datamodel.Object::DeltaR(), fillDuplicateRateSet(), fillFakeRateSet(), datamodel.Object::p4(), and ntupleDataFormat.Track::phiPull().
std::function<const std::vector<float>)> RecoTrackSetDefinition::pt |
Definition at line 85 of file helper.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), fillDuplicateRateSet(), fillFakeRateSet(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), datamodel.Object::p4(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
std::function<bool(unsigned int)> RecoTrackSetDefinition::sel |
Definition at line 84 of file helper.h.
Referenced by fillDuplicateRateSet(), fillFakeRateSet(), and RecoTrackSetDefinition().
TString RecoTrackSetDefinition::set_name |
Definition at line 82 of file helper.h.
Referenced by bookDuplicateRateSet(), bookFakeRateSet(), fillDuplicateRateSet(), fillFakeRateSet(), and RecoTrackSetDefinition().