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 
28 
29 #include <iostream>
30 
32 public:
33  RPCtoDTTranslator(const RPCDigiCollection& inrpcDigis);
34 
35  void run(const edm::EventSetup& c);
36 
40 
41  static int radialAngle(RPCDetId, const edm::EventSetup&, int);
42  static int bendingAngle(int, int, int);
43  //static int bendingAngle(int);
44  static int localX(RPCDetId, const edm::EventSetup&, int);
45  static int localXX(int, int, int);
46 
47 private:
51 
53 };
54 #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(?)