CMS 3D CMS Logo

OMTFinputMaker.h
Go to the documentation of this file.
1 #ifndef OMTFinputMaker_H
2 #define OMTFinputMaker_H
3 
4 #include <vector>
5 #include <cstdint>
6 #include <memory>
7 
14 
15 
16 class OMTFConfiguration;
17 
18 namespace edm {
19  class EventSetup;
20 }
21 
23 
24  public:
25 
27 
28  ~OMTFinputMaker();
29 
30  void initialize(const edm::EventSetup& es, const OMTFConfiguration*);
31 
33  OMTFinput buildInputForProcessor(const L1MuDTChambPhContainer *dtPhDigis,
34  const L1MuDTChambThContainer *dtThDigis,
35  const CSCCorrelatedLCTDigiCollection *cscDigis,
36  const RPCDigiCollection *rpcDigis,
37  unsigned int iProcessor,
39 
40 
41  void setFlag(int aFlag) {flag = aFlag; }
42  int getFlag() const { return flag;}
43 
44  private:
45 
49  OMTFinput processDT(const L1MuDTChambPhContainer *dtPhDigis,
50  const L1MuDTChambThContainer *dtThDigis,
51  unsigned int iProcessor,
53 
57  OMTFinput processCSC(const CSCCorrelatedLCTDigiCollection *cscDigis,
58  unsigned int iProcessor,
59  l1t::tftype type);
60 
64  OMTFinput processRPC(const RPCDigiCollection *rpcDigis,
65  unsigned int iProcessor,
66  l1t::tftype type);
67 
70  bool acceptDigi(uint32_t rawId,
71  unsigned int iProcessor,
72  l1t::tftype type);
73 
77  unsigned int getInputNumber(unsigned int rawId,
78  unsigned int iProcessor,
79  l1t::tftype type);
80 
82 
84 
85  int flag;
86 
87 };
88 
89 #endif
type
Definition: HCALResponse.h:21
static AlgebraicMatrix initialize()
const OMTFConfiguration * myOmtfConfig
AngleConverter myAngleConverter
int getFlag() const
void setFlag(int aFlag)
HLT enums.