Definition at line 78 of file BPHHistoSpecificDecay.cc.
BPHSoftMuonSelect::BPHSoftMuonSelect |
( |
int |
cutTrackerLayers = 5 , |
|
|
int |
cutPixelLayers = 0 , |
|
|
float |
maxDxy = 0.3 , |
|
|
float |
maxDz = 20.0 , |
|
|
bool |
goodMuon = true , |
|
|
bool |
highPurity = true |
|
) |
| |
|
inline |
Definition at line 87 of file BPHHistoSpecificDecay.cc.
References reco::TrackBase::highPurity, pat::Muon::innerTrack(), muon::isGoodMuon(), CosmicsPD_Skims::maxZ, AlCaHLTBitMon_ParallelJobs::p, reco::Vertex::position(), and muon::TMOneStationTight.
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply(), and esMonitoring.FDJsonServer::handle_accept().
93 if (p->
innerTrack()->hitPattern().trackerLayersWithMeasurement() <=
cutTL)
95 if (p->
innerTrack()->hitPattern().pixelLayersWithMeasurement() <=
cutPL)
const Point & position() const
position
reco::TrackRef innerTrack() const override
reference to Track reconstructed in the tracker only (reimplemented from reco::Muon) ...
math::XYZPoint Point
point in the space
bool isGoodMuon(const reco::Muon &muon, SelectionType type, reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration)
main GoodMuon wrapper call
Analysis-level muon class.
int BPHSoftMuonSelect::cutPL |
|
private |
int BPHSoftMuonSelect::cutTL |
|
private |
bool BPHSoftMuonSelect::gM |
|
private |
bool BPHSoftMuonSelect::hP |
|
private |
float BPHSoftMuonSelect::maxXY |
|
private |
float BPHSoftMuonSelect::maxZ |
|
private |