61 : _cache0(144, -9, 8), _cache(36, -9, 8) {
64 auto temp = std::make_shared<L1MuBMTFConfig>(ps);
65 std::shared_ptr<L1MuBMTFConfig>
empty;
72 cout <<
"**** entering L1MuBMTrackFinder ****" << endl;
92 vector<L1MuBMEtaProcessor*>::iterator it_ep =
m_epvec.begin();
93 while (it_ep !=
m_epvec.end()) {
99 vector<L1MuBMWedgeSorter*>::iterator it_ws =
m_wsvec.begin();
100 while (it_ws !=
m_wsvec.end()) {
122 cout <<
"**** L1MuBMTrackFinder building ****" << endl;
127 for (
int wh = -3; wh <= 3; wh++) {
130 for (
int sc = 0; sc < 12; sc++) {
134 cout <<
"creating " << tmpspid << endl;
140 for (
int sc = 0; sc < 12; sc++) {
143 cout <<
"creating Eta Processor " << sc << endl;
147 cout <<
"creating Wedge Sorter " << sc << endl;
153 cout <<
"creating BM Muon Sorter " << endl;
178 cout <<
"**** L1MuBMTrackFinder processing ------****" << endl;
182 for (
int bx = bx_min;
bx <= bx_max;
bx++) {
187 cout <<
"L1MuBMTrackFinder processing bunch-crossing : " <<
bx << endl;
196 cout <<
"running " << (*it_sp).second->id() << endl;
198 (*it_sp).second->run(
bx,
e,
c);
200 (*it_sp).second->print();
205 vector<L1MuBMEtaProcessor*>::iterator it_ep =
m_epvec.begin();
206 while (it_ep !=
m_epvec.end()) {
208 cout <<
"running Eta Processor " << (*it_ep)->id() << endl;
210 (*it_ep)->run(
bx,
e,
c);
220 cout <<
"reading " << (*it_sp).second->id() << endl;
228 if (
cand->hwEta() > -117 ||
cand->hwEta() < 117)
241 abs(
cand->spid().wheel()) - 1);
267 vector<L1MuBMWedgeSorter*>::iterator it_ws =
m_wsvec.begin();
268 while (it_ws !=
m_wsvec.end()) {
270 cout <<
"running Wedge Sorter " << (*it_ws)->id() << endl;
277 if ((*it_ws)->anyMuonCands()) {
278 const vector<const L1MuBMTrack*>& mttf_cont = (*it_ws)->tracks();
280 vector<const L1MuBMTrack*>::const_iterator iter;
281 for (iter = mttf_cont.begin(); iter != mttf_cont.end(); iter++) {
286 int abs_add_1 =
setAdd(1, (*iter)->address(1));
287 int abs_add_2 =
setAdd(2, (*iter)->address(2));
288 int abs_add_3 =
setAdd(3, (*iter)->address(3));
289 int abs_add_4 =
setAdd(4, (*iter)->address(4));
292 (*iter)->spid().wheel() < 0);
294 abs((*iter)->spid().wheel()) - 1);
306 if ((*iter)->hwEta() > -117 || (*iter)->hwEta() < 117)
311 rmc.
setHwSign((*iter)->hwSign() == 1 ? 0 : 1);
383 (*it_sp).second->reset();
387 vector<L1MuBMEtaProcessor*>::iterator it_ep =
m_epvec.begin();
388 while (it_ep !=
m_epvec.end()) {
394 vector<L1MuBMWedgeSorter*>::iterator it_ws =
m_wsvec.begin();
395 while (it_ws !=
m_wsvec.end()) {
443 unsigned int uadd = rel_add;
const L1MuBMSectorProcessor * sp(const L1MuBMSecProcId &) const
get a pointer to a Sector Processor
const L1MuBMWedgeSorter * ws(int id) const
get a pointer to a Wedge Sorter, index [0-11]
edm::EDGetTokenT< L1MuDTChambPhContainer > m_DTDigiToken
void setHwPhi(int bits)
Set compressed relative phi as transmitted by hardware LSB = 2*pi/576 (8 bits)
int numberOfTracks()
get number of muon candidates found by the barrel MTTF
const L1MuBMEtaProcessor * ep(int id) const
get a pointer to an Eta Processor, index [0-11]
L1MuBMSectorProcessor * sp(const L1MuBMSecProcId &) const
return pointer to Sector Processor
L1MuBMMuonSorter * m_ms
BM Muon Sorter.
SPmap::iterator SPmap_iter
L1MuBMTrackSegEtaCollection _cache3
const_iterator begin(int bx) const
unsigned size(int bx) const
L1MuBMTrackFinder(const edm::ParameterSet &ps, edm::ConsumesCollector &&iC)
constructor
L1MuBMTrackCollection _cache1
void reset()
reset Muon Sorter
void setTFIdentifiers(int processor, tftype trackFinder)
Set the processor ID, track-finder type. From these two, the link is set.
TFtracks_const_iter begin(int bx)
static edm::InputTag getBMDigiInputTag()
std::vector< L1MuBMWedgeSorter * > m_wsvec
Wedge Sorters.
void setTrackSubAddress(bmtfAddress subAddress, int value)
Set a part of the muon candidates track address; specialised for BMTF.
Abs< T >::type abs(const T &t)
void setHwHF(bool bit)
Set HF (halo / fine eta) bit (EMTF: halo -> 1; BMTF: fine eta -> 1)
SPmap_iter begin()
return iterator which points to the first entry of the container
bool bxEmpty(int step) const
void insert(const L1MuBMSecProcId &, L1MuBMSectorProcessor *sp)
insert a Sector Processor into the container
L1MuBMTrackSegPhiCollection _cache2
void run(const edm::Event &e, const edm::EventSetup &c)
run the barrel MTTF
void setHwQual(int bits)
Set compressed quality code as transmitted by hardware (4 bits)
void setHwPt(int bits)
Set compressed pT as transmitted by hardware LSB = 0.5 (9 bits)
l1t::RegionalMuonCandBxCollection _cache0
void setHwEta(int bits)
Set compressed eta as transmitted by hardware LSB = 0.010875 (9 bits)
Phi_Container const * getContainer() const
TFtracks_const_iter end(int bx)
std::vector< L1MuBMEtaProcessor * > m_epvec
Eta Processors.
void setBXRange(int bxFirst, int bxLast)
l1t::RegionalMuonCandBxCollection _cache
const_iterator end(int bx) const
l1t::RegionalMuonCandBxCollection::const_iterator TFtracks_const_iter
container for muon candidates
int setAdd(int ust, int rel_add)
void setHwSignValid(int bits)
Set whether charge measurement is valid (0 for high pT muons)
void setup(edm::ConsumesCollector &&)
build the structure of the barrel MTTF
static std::shared_ptr< L1MuBMTFConfig > m_config
Track Finder configuration.
SPmap_iter end()
return iterator which points to the one-past-last entry of the container
L1MuBMSecProcMap * m_spmap
Sector Processors.
void push_back(int bx, T object)
void setHwSign(int bits)
Set charge sign bit (charge = (-1)^(sign))
virtual ~L1MuBMTrackFinder()
destructor
void reset()
reset the barrel MTTF
edm::ESGetToken< L1TMuonBarrelParams, L1TMuonBarrelParamsRcd > m_mbParamsToken