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 public:
57 
59  virtual ~L1MuBMSectorReceiver();
60 
62  void run(int bx, const edm::Event& e, const edm::EventSetup& c);
63 
65  void reset();
66 
67 private:
69  void receiveBBMXData(int bx, const edm::Event& e);
70 
72  int address2sector(int adr) const;
73 
75  int address2wheel(int adr) const;
76 
77 private:
79 
83 
84  //edm::ESHandle< L1MuDTTFParameters > pars;
85  //edm::ESHandle< L1MuDTTFMasks > msks;
87 };
88 
89 #endif
int address2sector(int adr) const
find the right sector for a given address
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
L1MuBMSectorReceiver(L1MuBMSectorProcessor &, edm::ConsumesCollector &&iC)
constructor
edm::EDGetTokenT< L1MuDTChambPhContainer > m_DTDigiToken
virtual ~L1MuBMSectorReceiver()
destructor
int address2wheel(int adr) const
find the right wheel for a given address
L1MuBMSectorProcessor & m_sp
void receiveBBMXData(int bx, const edm::Event &e)
receive track segment data from BBMX chamber trigger
void reset()
clear Sector Receiver
edm::ESGetToken< L1TMuonBarrelParams, L1TMuonBarrelParamsRcd > m_bmtfParamsToken