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 {
14  namespace tau {
15  void countHits(const reco::Muon& muon,
16  std::vector<int>& numHitsDT,
17  std::vector<int>& numHitsCSC,
18  std::vector<int>& numHitsRPC);
19  void countMatches(const reco::Muon& muon,
20  std::vector<int>& numMatchesDT,
21  std::vector<int>& numMatchesCSC,
22  std::vector<int>& numMatchesRPC);
23  std::string format_vint(const std::vector<int>& vi);
24  } // namespace tau
25 } // namespace reco
26 
27 #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)