CMS 3D CMS Logo

L1MuBMSectorReceiver.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
16 //
17 //--------------------------------------------------
18 #ifndef L1MUBM_SECTOR_RECEIVER_H
19 #define L1MUBM_SECTOR_RECEIVER_H
20 
21 //---------------
22 // C++ Headers --
23 //---------------
24 
25 #include <vector>
26 
27 //----------------------
28 // Base Class Headers --
29 //----------------------
30 
31 //------------------------------------
32 // Collaborating Class Declarations --
33 //------------------------------------
34 
44 
46 class L1MuDTTFParameters;
47 class L1MuDTTFMasks;
48 
49 // ---------------------
50 // -- Class Interface --
51 // ---------------------
52 
54 
55  public:
56 
59 
61  virtual ~L1MuBMSectorReceiver();
62 
64  void run(int bx, const edm::Event& e, const edm::EventSetup& c);
65 
67  void reset();
68 
69  private:
70 
72  void receiveBBMXData(int bx, const edm::Event& e, const edm::EventSetup& c);
73 
75  void receiveCSCData(int bx, const edm::Event& e, const edm::EventSetup& c);
76 
78  int address2sector(int adr) const;
79 
81  int address2wheel(int adr) const;
82 
83  private:
84 
86 
90 
91  //edm::ESHandle< L1MuDTTFParameters > pars;
92  //edm::ESHandle< L1MuDTTFMasks > msks;
94 
95 };
96 
97 #endif
L1MuDTTFParameters pars
void run(int bx, const edm::Event &e, const edm::EventSetup &c)
receive track segment data from the BBMX and CSC chamber triggers
int address2wheel(int adr) const
find the right wheel for a given address
int address2sector(int adr) const
find the right sector for a given address
L1MuBMSectorReceiver(L1MuBMSectorProcessor &, edm::ConsumesCollector &&iC)
constructor
edm::EDGetTokenT< L1MuDTChambPhContainer > m_DTDigiToken
virtual ~L1MuBMSectorReceiver()
destructor
L1MuBMSectorProcessor & m_sp
void receiveCSCData(int bx, const edm::Event &e, const edm::EventSetup &c)
receive track segment data from CSC chamber trigger
void reset()
clear Sector Receiver
edm::ESHandle< L1TMuonBarrelParams > bmtfParamsHandle
void receiveBBMXData(int bx, const edm::Event &e, const edm::EventSetup &c)
receive track segment data from BBMX chamber trigger