CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTauMatcher.cc
Go to the documentation of this file.
1 /*
2  * Produce Association<Tau> matches by Delta R using PhysObjMatcher
3  * for PF and CaloTaus.
4  *
5  * Based on PhysicsTools/HepMCCandAlgos/plugins/MCTruthMatchers.cc
6  *
7  * Author: Evan K. Friis, UC Davis
8  *
9  */
14 
19 
20 // Tau Match by deltaR, ranking by deltaR
29 
38 
std::vector< PFTau > PFTauCollection
collection of PFTau objects
Definition: PFTauFwd.h:9
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
std::vector< CaloTau > CaloTauCollection
collection of CaloTau objects
Definition: CaloTauFwd.h:9
T value_type
Definition: View.h:83
reco::PhysObjectMatcher< reco::CandidateView, reco::CaloTauCollection, reco::MCMatchSelector< reco::CandidateView::value_type, reco::CaloTauCollection::value_type >, reco::MatchByDR< reco::CandidateView::value_type, reco::CandidateView::value_type >> CaloTauMatcher
Container::value_type value_type
reco::PhysObjectMatcher< reco::CandidateView, reco::PFTauCollection, reco::MCMatchSelector< reco::CandidateView::value_type, reco::PFTauCollection::value_type >, reco::MatchByDR< reco::CandidateView::value_type, reco::CandidateView::value_type >> PFTauMatcher
edm::View< Candidate > CandidateView
view of a collection containing candidates
Definition: CandidateFwd.h:23