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 class OMTFConfiguration;
17 
18 namespace edm {
19  class EventSetup;
20 }
21 
23 
24  public:
25 
27 
29 
30  void initialize(const edm::EventSetup& es, const OMTFConfiguration*);
31 
34  const L1MuDTChambThContainer *dtThDigis,
35  const CSCCorrelatedLCTDigiCollection *cscDigis,
36  const RPCDigiCollection *rpcDigis,
37  unsigned int iProcessor,
39 
40 
41  private:
42 
47  const L1MuDTChambThContainer *dtThDigis,
48  unsigned int iProcessor,
50 
55  unsigned int iProcessor,
56  l1t::tftype type);
57 
61  OMTFinput processRPC(const RPCDigiCollection *rpcDigis,
62  unsigned int iProcessor,
63  l1t::tftype type);
64 
67  bool acceptDigi(uint32_t rawId,
68  unsigned int iProcessor,
69  l1t::tftype type);
70 
74  unsigned int getInputNumber(unsigned int rawId,
75  unsigned int iProcessor,
76  l1t::tftype type);
77 
79 
81 
82 };
83 
84 #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, const OMTFConfiguration *)
const OMTFConfiguration * myOmtfConfig
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.