CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OMTFinputMaker.h
Go to the documentation of this file.
1 #ifndef OMTFinputMaker_H
2 #define OMTFinputMaker_H
3 
4 #include <vector>
5 #include <stdint.h>
6 #include <memory>
7 
14 
15 
16 namespace edm {
17  class EventSetup;
18 }
19 
21 
22  public:
23 
25 
27 
28  void initialize(const edm::EventSetup& es);
29 
32  const L1MuDTChambThContainer *dtThDigis,
33  const CSCCorrelatedLCTDigiCollection *cscDigis,
34  const RPCDigiCollection *rpcDigis,
35  unsigned int iProcessor,
37 
38 
39  private:
40 
45  const L1MuDTChambThContainer *dtThDigis,
46  unsigned int iProcessor,
48 
53  unsigned int iProcessor,
54  l1t::tftype type);
55 
59  OMTFinput processRPC(const RPCDigiCollection *rpcDigis,
60  unsigned int iProcessor,
61  l1t::tftype type);
62 
65  bool acceptDigi(uint32_t rawId,
66  unsigned int iProcessor,
67  l1t::tftype type);
68 
72  unsigned int getInputNumber(unsigned int rawId,
73  unsigned int iProcessor,
74  l1t::tftype type);
75 
77 
78 };
79 
80 #endif
type
Definition: HCALResponse.h:21
OMTFinput processCSC(const CSCCorrelatedLCTDigiCollection *cscDigis, unsigned int iProcessor, l1t::tftype type)
OMTFinput processRPC(const RPCDigiCollection *rpcDigis, unsigned int iProcessor, l1t::tftype type)
void initialize(const edm::EventSetup &es)
OMTFinput processDT(const L1MuDTChambPhContainer *dtPhDigis, const L1MuDTChambThContainer *dtThDigis, unsigned int iProcessor, l1t::tftype type)
AngleConverter myAngleConverter
bool acceptDigi(uint32_t rawId, unsigned int iProcessor, l1t::tftype type)
unsigned int getInputNumber(unsigned int rawId, unsigned int iProcessor, l1t::tftype type)
OMTFinput buildInputForProcessor(const L1MuDTChambPhContainer *dtPhDigis, const L1MuDTChambThContainer *dtThDigis, const CSCCorrelatedLCTDigiCollection *cscDigis, const RPCDigiCollection *rpcDigis, unsigned int iProcessor, l1t::tftype type=l1t::tftype::omtf_pos)
Method translating trigger digis into input matrix with global phi coordinates.