CMS 3D CMS Logo

DTLowQMatching.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Class: DTLowQMatching
4 //
5 // DTLowQMatching
6 //
7 //
8 // Author :
9 // G. Flouris U Ioannina Mar. 2015
10 // mod.: g Karathanasis
11 //--------------------------------------------------
12 
13 #ifndef L1T_TwinMux_DTLowQMatching_H
14 #define L1T_TwinMux_DTLowQMatching_H
15 
18 
22 
29 
30 #include <iostream>
31 
33 public:
36 
37  void run(const edm::EventSetup& c);
38 
40 
41  static int noRPCHits(L1MuDTChambPhContainer inCon, int bx, int wh, int sec, int st);
42 
43 private:
44  int deltaPhi(int dt_phi, int rpc_strip );
45 
46  void Matching(int track_seg);
47 
50 // L1MuDTChambPhContainer m_phiRPCDigis2;
51 
52 
54 
55 };
56 #endif
L1MuDTChambPhContainer m_phiRPCDigis
void run(const edm::EventSetup &c)
edm::ESHandle< L1TTwinMuxParams > tmParamsHandle
DTLowQMatching(L1MuDTChambPhContainer *, L1MuDTChambPhContainer)
void Matching(int track_seg)
int deltaPhi(int dt_phi, int rpc_strip)
L1MuDTChambPhContainer * m_phiDTDigis
static int noRPCHits(L1MuDTChambPhContainer inCon, int bx, int wh, int sec, int st)