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
namespace
edm {
17
class
EventSetup
;
18
}
19
20
class
OMTFinputMaker
{
21
22
public
:
23
24
OMTFinputMaker
();
25
26
~OMTFinputMaker
();
27
28
void
initialize
(
const
edm::EventSetup
& es);
29
31
OMTFinput
buildInputForProcessor
(
const
L1MuDTChambPhContainer
*dtPhDigis,
32
const
L1MuDTChambThContainer
*dtThDigis,
33
const
CSCCorrelatedLCTDigiCollection
*cscDigis,
34
const
RPCDigiCollection
*rpcDigis,
35
unsigned
int
iProcessor,
36
l1t::tftype
type
=
l1t::tftype::omtf_pos
);
37
38
39
private
:
40
44
OMTFinput
processDT
(
const
L1MuDTChambPhContainer
*dtPhDigis,
45
const
L1MuDTChambThContainer
*dtThDigis,
46
unsigned
int
iProcessor,
47
l1t::tftype
type
);
48
52
OMTFinput
processCSC
(
const
CSCCorrelatedLCTDigiCollection
*cscDigis,
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
76
AngleConverter
myAngleConverter
;
77
78
};
79
80
#endif
type
type
Definition:
HCALResponse.h:21
OMTFinputMaker
Definition:
OMTFinputMaker.h:20
OMTFinputMaker::processCSC
OMTFinput processCSC(const CSCCorrelatedLCTDigiCollection *cscDigis, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:257
OMTFinputMaker::processRPC
OMTFinput processRPC(const RPCDigiCollection *rpcDigis, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:304
AngleConverter.h
L1MuDTChambPhContainer.h
OMTFinputMaker::OMTFinputMaker
OMTFinputMaker()
Definition:
OMTFinputMaker.cc:21
OMTFinputMaker::initialize
void initialize(const edm::EventSetup &es)
Definition:
OMTFinputMaker.cc:24
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:215
OMTFinputMaker::myAngleConverter
AngleConverter myAngleConverter
Definition:
OMTFinputMaker.h:76
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:33
L1MuDTChambThContainer
Definition:
L1MuDTChambThContainer.h:34
OMTFinputMaker::getInputNumber
unsigned int getInputNumber(unsigned int rawId, unsigned int iProcessor, l1t::tftype type)
Definition:
OMTFinputMaker.cc:136
L1MuDTChambPhContainer
Definition:
L1MuDTChambPhContainer.h:34
OMTFinput
Definition:
OMTFinput.h:10
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:360
RPCDigiCollection.h
OMTFinputMaker::~OMTFinputMaker
~OMTFinputMaker()
Definition:
OMTFinputMaker.cc:30
Generated for CMSSW Reference Manual by
1.8.5