CMS 3D CMS Logo

RecoTauMuonTools.h
Go to the documentation of this file.
1 #ifndef RecoTauTag_RecoTau_RecoTauMuonTools_h
2 #define RecoTauTag_RecoTau_RecoTauMuonTools_h
3 
4 /*
5  * RecoTauMuonTools - utilities for muon->tau discrimination.
6 
7  */
8 
9 #include <vector>
10 
12 
13 namespace reco { namespace tau {
14  void countHits(const reco::Muon& muon, std::vector<int>& numHitsDT, std::vector<int>& numHitsCSC, std::vector<int>& numHitsRPC);
15  void countMatches(const reco::Muon& muon, std::vector<int>& numMatchesDT, std::vector<int>& numMatchesCSC, std::vector<int>& numMatchesRPC);
16  std::string format_vint(const std::vector<int>& vi);
17 }} // end namespace reco::tau
18 
19 #endif
void countMatches(const reco::Muon &muon, std::vector< int > &numMatchesDT, std::vector< int > &numMatchesCSC, std::vector< int > &numMatchesRPC)
fixed size matrix
std::string format_vint(const std::vector< int > &vi)
void countHits(const reco::Muon &muon, std::vector< int > &numHitsDT, std::vector< int > &numHitsCSC, std::vector< int > &numHitsRPC)