CMS 3D CMS Logo

RPCtoDTTranslator.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Class: RPCtoDTTranslator
4 //
5 // RPCtoDTTranslator
6 //
7 //
8 // Author :
9 // G. Flouris U Ioannina Feb. 2015
10 //--------------------------------------------------
11 
12 #ifndef L1T_TwinMux_RPC_DTTranslator_H
13 #define L1T_TwinMux_RPC_DTTranslator_H
14 
18 
21 
22 
29 
30 #include <iostream>
31 
33 public:
34  RPCtoDTTranslator(const RPCDigiCollection& inrpcDigis);
35 
36  void run(const edm::EventSetup& c);
37 
41 
42  static int radialAngle(RPCDetId , const edm::EventSetup& , int);
43  static int bendingAngle(int, int, int);
44  //static int bendingAngle(int);
45  static int localX(RPCDetId , const edm::EventSetup&, int );
46  static int localXX(int, int, int );
47 
48 private:
49 
53 
55 
56 };
57 #endif
static int bendingAngle(int, int, int)
L1MuDTChambPhContainer const & getDTRPCHitsContainer() const
RPCtoDTTranslator(const RPCDigiCollection &inrpcDigis)
const RPCDigiCollection & m_rpcDigis
L1MuDTChambPhContainer m_rpcdt_translated
Output PhContainer.
L1MuDTChambPhContainer const & getDTContainer() const
Return Output PhContainer.
L1MuDTChambPhContainer m_rpchitsdt_translated
void run(const edm::EventSetup &c)
static int radialAngle(RPCDetId, const edm::EventSetup &, int)
function - will be replaced by LUTs(?)
static int localXX(int, int, int)
static int localX(RPCDetId, const edm::EventSetup &, int)
function - will be replaced by LUTs(?)