#include "PhysicsTools/PatAlgos/plugins/PATTrigMatchSelector.h"
#include "PhysicsTools/UtilAlgos/interface/PhysObjectMatcher.h"
#include "PhysicsTools/UtilAlgos/interface/MatchByDRDPt.h"
#include "PhysicsTools/UtilAlgos/interface/MatchLessByDPt.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/PatCandidates/interface/TriggerPrimitive.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Typedefs | |
typedef reco::PhysObjectMatcher < reco::CandidateView, pat::TriggerPrimitiveCollection, pat::PATTrigMatchSelector < reco::CandidateView::value_type, pat::TriggerPrimitiveCollection::value_type >, reco::MatchByDRDPt < reco::CandidateView::value_type, pat::TriggerPrimitiveCollection::value_type >> | PATTrigMatcher |
Match by deltaR and deltaPt, ranking by deltaR (default). | |
typedef reco::PhysObjectMatcher < reco::CandidateView, pat::TriggerPrimitiveCollection, pat::PATTrigMatchSelector < reco::CandidateView::value_type, pat::TriggerPrimitiveCollection::value_type >, reco::MatchByDRDPt < reco::CandidateView::value_type, pat::TriggerPrimitiveCollection::value_type >, reco::MatchLessByDPt < reco::CandidateView, pat::TriggerPrimitiveCollection >> | PATTrigMatcherByPt |
Alternative: match by deltaR and deltaPt, ranking by deltaPt. | |
Functions | |
DEFINE_FWK_MODULE (PATTrigMatcher) |
Match by deltaR and deltaPt, ranking by deltaR (default).
Definition at line 25 of file PATTrigMatcher.cc.
Alternative: match by deltaR and deltaPt, ranking by deltaPt.
Definition at line 37 of file PATTrigMatcher.cc.
DEFINE_FWK_MODULE | ( | PATTrigMatcher | ) |