CMS 3D CMS Logo

PtAssignmentEngineAux2017.h
Go to the documentation of this file.
1 #ifndef L1TMuonEndCap_PtAssignmentEngineAux2017_h
2 #define L1TMuonEndCap_PtAssignmentEngineAux2017_h
3 
5 public:
6 
7  int getNLBdPhi(int dPhi, int bits=7, int max=512) const;
8 
9  int getNLBdPhiBin(int dPhi, int bits=7, int max=512) const;
10 
11  int getdPhiFromBin(int dPhiBin, int bits=7, int max=512) const;
12 
13  int getCLCT(int clct, int endcap, int dPhiSign, int bits=3) const;
14 
15  int unpackCLCT(int clct, int endcap, int dPhiSign, int bits) const;
16 
17  int getdTheta(int dTheta, int bits=3) const;
18 
19  int unpackdTheta(int dTheta, int bits) const;
20 
21  int getTheta(int theta, int ring2, int bits=5) const;
22 
23  void unpackTheta(int& theta, int& st1_ring2, int bits) const;
24 
25  int unpackSt1Ring2(int theta, int bits) const;
26 
27  int get2bRPC(int clctA, int clctB, int clctC) const;
28 
29  void unpack2bRPC(int rpc_2b, int& rpcA, int& rpcB, int& rpcC) const;
30 
31  int get8bMode15(int theta, int st1_ring2, int endcap, int sPhiAB,
32  int clctA, int clctB, int clctC, int clctD) const;
33 
34  void unpack8bMode15( int mode15_8b, int& theta, int& st1_ring2, int endcap, int sPhiAB,
35  int& clctA, int& rpcA, int& rpcB, int& rpcC, int& rpcD) const;
36 
37  // Need to re-check / verify this - AWB 17.03.17
38  // int getFRLUT(int sector, int station, int chamber) const;
39 };
40 
41 #endif
42 
int getTheta(int theta, int ring2, int bits=5) const
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
Geom::Theta< T > theta() const
void unpack8bMode15(int mode15_8b, int &theta, int &st1_ring2, int endcap, int sPhiAB, int &clctA, int &rpcA, int &rpcB, int &rpcC, int &rpcD) const
int get2bRPC(int clctA, int clctB, int clctC) const
void unpack2bRPC(int rpc_2b, int &rpcA, int &rpcB, int &rpcC) const
int getNLBdPhi(int dPhi, int bits=7, int max=512) const
int unpackdTheta(int dTheta, int bits) const
int getCLCT(int clct, int endcap, int dPhiSign, int bits=3) const
void unpackTheta(int &theta, int &st1_ring2, int bits) const
int getdPhiFromBin(int dPhiBin, int bits=7, int max=512) const
int getdTheta(int dTheta, int bits=3) const
int get8bMode15(int theta, int st1_ring2, int endcap, int sPhiAB, int clctA, int clctB, int clctC, int clctD) const
int unpackSt1Ring2(int theta, int bits) const
int unpackCLCT(int clct, int endcap, int dPhiSign, int bits) const
int getNLBdPhiBin(int dPhi, int bits=7, int max=512) const