Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1Trigger
L1TMuonOverlap
interface
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
8
#include "
DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhContainer.h
"
9
#include "
DataFormats/L1DTTrackFinder/interface/L1MuDTChambThContainer.h
"
10
#include "
DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigiCollection.h
"
11
#include "
DataFormats/RPCDigi/interface/RPCDigiCollection.h
"
12
#include "
L1Trigger/L1TMuonOverlap/interface/AngleConverter.h
"
13
#include "
L1Trigger/L1TMuonOverlap/interface/OMTFinput.h
"
14
15
16
class
OMTFConfiguration
;
17
18
namespace
edm {
19
class
EventSetup
;
20
}
21
22
class
OMTFinputMaker
{
23
24
public
:
25
26
OMTFinputMaker
();
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,
38
l1t::tftype
type
=
l1t::tftype::omtf_pos
);
39
40
41
private
:
42
46
OMTFinput
processDT
(
const
L1MuDTChambPhContainer
*dtPhDigis,
47
const
L1MuDTChambThContainer
*dtThDigis,
48
unsigned
int
iProcessor,
49
l1t::tftype
type
);
50
54
OMTFinput
processCSC
(
const
CSCCorrelatedLCTDigiCollection
*cscDigis,
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
78
AngleConverter
myAngleConverter
;
79
80
const
OMTFConfiguration
*
myOmtfConfig
;
81
82
};
83
84
#endif
type
type
Definition:
HCALResponse.h:21
OMTFinputMaker
Definition:
OMTFinputMaker.h:22
OMTFinputMaker::processCSC
OMTFinput processCSC(const CSCCorrelatedLCTDigiCollection *cscDigis, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:262
OMTFinputMaker::processRPC
OMTFinput processRPC(const RPCDigiCollection *rpcDigis, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:306
OMTFinputMaker::initialize
void initialize(const edm::EventSetup &es, const OMTFConfiguration *)
Definition:
OMTFinputMaker.cc:24
AngleConverter.h
L1MuDTChambPhContainer.h
OMTFinputMaker::OMTFinputMaker
OMTFinputMaker()
Definition:
OMTFinputMaker.cc:21
OMTFinputMaker::myOmtfConfig
const OMTFConfiguration * myOmtfConfig
Definition:
OMTFinputMaker.h:80
CSCCorrelatedLCTDigiCollection
EventSetup
l1t::tftype
tftype
Definition:
RegionalMuonCandFwd.h:7
OMTFinputMaker::processDT
OMTFinput processDT(const L1MuDTChambPhContainer *dtPhDigis, const L1MuDTChambThContainer *dtThDigis, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:217
OMTFinputMaker::myAngleConverter
AngleConverter myAngleConverter
Definition:
OMTFinputMaker.h:78
edm::EventSetup
Definition:
EventSetup.h:45
CSCCorrelatedLCTDigiCollection.h
OMTFinput.h
RPCDigiCollection
l1t::omtf_pos
Definition:
RegionalMuonCandFwd.h:8
OMTFinputMaker::acceptDigi
bool acceptDigi(uint32_t rawId, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:36
L1MuDTChambThContainer
Definition:
L1MuDTChambThContainer.h:34
OMTFinputMaker::getInputNumber
unsigned int getInputNumber(unsigned int rawId, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:138
OMTFConfiguration
Definition:
OMTFConfiguration.h:49
L1MuDTChambPhContainer
Definition:
L1MuDTChambPhContainer.h:34
OMTFinput
Definition:
OMTFinput.h:11
L1MuDTChambThContainer.h
AngleConverter
Definition:
AngleConverter.h:27
OMTFinputMaker::buildInputForProcessor
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.
Definition:
OMTFinputMaker.cc:359
RPCDigiCollection.h
OMTFinputMaker::~OMTFinputMaker
~OMTFinputMaker()
Definition:
OMTFinputMaker.cc:33
Generated for CMSSW Reference Manual by
1.8.5