#include <HLTMuonMatchAndPlot.h>
Public Member Functions | |
MuonSelectionStruct (StringCutObjectSelector< reco::Muon > rsel, StringCutObjectSelector< trigger::TriggerObject > hltsel, std::string cl, double pD0cut, double pZ0cut, std::string trackCol, std::vector< std::string > reqTrigs) | |
Public Attributes | |
std::string | customLabel |
double | d0cut |
StringCutObjectSelector < trigger::TriggerObject > | hltMuonSelector |
StringCutObjectSelector < reco::Muon > | recoMuonSelector |
std::vector< std::string > | requiredTriggers |
std::string | trackCollection |
double | z0cut |
Definition at line 58 of file HLTMuonMatchAndPlot.h.
MuonSelectionStruct::MuonSelectionStruct | ( | StringCutObjectSelector< reco::Muon > | rsel, |
StringCutObjectSelector< trigger::TriggerObject > | hltsel, | ||
std::string | cl, | ||
double | pD0cut, | ||
double | pZ0cut, | ||
std::string | trackCol, | ||
std::vector< std::string > | reqTrigs | ||
) | [inline] |
Definition at line 61 of file HLTMuonMatchAndPlot.h.
:recoMuonSelector(rsel), hltMuonSelector(hltsel), customLabel(cl), d0cut(pD0cut), z0cut(pZ0cut), trackCollection(trackCol), requiredTriggers(reqTrigs) {};
std::string MuonSelectionStruct::customLabel |
Definition at line 69 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::getAodTriggerObjectsForModule().
double MuonSelectionStruct::d0cut |
Definition at line 78 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::applyTrackSelection().
Definition at line 68 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::getAodTriggerObjectsForModule().
Definition at line 65 of file HLTMuonMatchAndPlot.h.
std::vector<std::string> MuonSelectionStruct::requiredTriggers |
Definition at line 89 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::applyTriggerSelection().
std::string MuonSelectionStruct::trackCollection |
Definition at line 83 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::applyTrackSelection(), and HLTMuonMatchAndPlot::getCandTrackRef().
double MuonSelectionStruct::z0cut |
Definition at line 79 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::applyTrackSelection().