26 m_trigConfig(),m_pacTrigger(),
41 usesResource(
"MuonsGrabber");
74 std::vector<L1MuRegionalCand> candBarell;
75 std::vector<L1MuRegionalCand> candForward;
79 <<
"\nWarning: RPCDigiCollection with input tag " <<
m_label 80 <<
"\nrequested in configuration, but not found in the event. Emulator will produce empty collection \n ";
89 if (rpcDigis->begin() == rpcDigis->end() )
92 <<
"\nWarning: RPCDigiCollection with input tag " <<
m_label 93 <<
"\n seems to be empty for this event. Emulator will run on empty collection ";
99 std::vector<RPCDigiL1Link> brlLinks;
100 std::vector<RPCDigiL1Link> fwdLinks;
118 for (
int iBx = -1; iBx < 2; ++ iBx) {
142 std::vector<RPCDigiL1Link> dlBrl;
143 std::vector<RPCDigiL1Link> dlFwd;
148 brlLinks.insert(brlLinks.end(), dlBrl.begin(), dlBrl.end() );
149 fwdLinks.insert(fwdLinks.end(), dlFwd.begin(), dlFwd.end() );
151 candBarell.insert(candBarell.end(), RPCb.begin(), RPCb.end());
152 candForward.insert(candForward.end(), RPCf.begin(), RPCf.end());
176 std::vector<L1MuRegionalCand> RPCCand;
178 for(
unsigned int iMu = 0; iMu <
finalMuons.size(); iMu++)
191 short int digiIndex = 0;
193 for (detUnitIt=rpcDigis->begin();
194 detUnitIt!=rpcDigis->end();
198 const RPCDetId&
id = (*detUnitIt).first;
199 uint32_t rawId =
id.
rawId();
204 digiIt!=range.second;
209 RPCMuon::TDigiLinkVec::iterator it = digiIVec.begin();
210 for(;it!=digiIVec.end();++it) {
211 if (digiIndex==it->m_digiIdx) {
212 newDigiLink.
setLink(it->m_layer+1, rawId, digiIt->strip(), digiIt->bx() );
219 retRPCDigiLink.push_back(newDigiLink);
263 signed short etaAddr =
finalMuons[iMu].getEtaAddr();
283 RPCCand.push_back(l1Cand);
285 LogDebug(
"RPCTrigger") <<
"Found muonf of pt " 287 <<
" bx " << l1Cand.
bx()
EventNumber_t event() const
unsigned long long cacheIdentifier() const
T getUntrackedParameter(std::string const &, T const &) const
const edm::EDPutTokenT< std::vector< L1MuRegionalCand > > m_fwdCandPutToken
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void setLink(unsigned int layer, unsigned int rpcdetId, int strip, int bx)
std::unique_ptr< RPCBasicTrigConfig > m_trigConfig
const edm::EDPutTokenT< std::vector< RPCDigiL1Link > > m_brlLinksPutToken
unsigned charge_packed() const
return charge packed as in hardware (0=pos, 1=neg)
L1RpcLogConesVec getConesFromES(edm::Handle< RPCDigiCollection > rpcDigis, edm::ESHandle< L1RPCConeBuilder > coneBuilder, edm::ESHandle< L1RPCConeDefinition > coneDef, edm::ESHandle< L1RPCBxOrConfig > bxOrDef, edm::ESHandle< L1RPCHwConfig > hwConfig, int bx)
constexpr uint32_t rawId() const
get the raw id
int bunchCrossing() const
void produce(edm::Event &, const edm::EventSetup &) override
std::vector< L1MuRegionalCand > giveFinallCandindates(const L1RpcTBMuonsVec &finalMuons, int type, int bx, edm::Handle< RPCDigiCollection > rpcDigis, std::vector< RPCDigiL1Link > &retRPCDigiLink)
Returns vector of L1MuRegionalCand (input of L1GMT)
const std::string m_label
static MuonsGrabber & Instance()
void setRPCBasicTrigConfig(RPCBasicTrigConfig *c)
void setBx(int bx)
Set Bunch Crossing.
std::vector< RPCTBMuon > L1RpcTBMuonsVec
void startNewEvent(int event, int bx)
RPCPacManager< RPCPacData > m_pacManager
std::vector< L1RpcTBMuonsVec > L1RpcTBMuonsVec2
unsigned eta_packed() const
return eta packed as in hardware
void setType(unsigned type)
Set Type: 0 DT, 1 bRPC, 2 CSC, 3 fRPC.
RPCConeBuilderFromES m_theLinksystemFromES
const edm::EDPutTokenT< std::vector< RPCDigiL1Link > > m_fwdLinksPutToken
void setChargePacked(unsigned ch)
Set Charge (0=pos, 1=neg)
std::vector< TDigiLink > TDigiLinkVec
void setPtPacked(unsigned pt)
Set Pt: 0..31.
OrphanHandle< PROD > emplace(EDPutTokenT< PROD > token, Args &&...args)
puts a new product
std::vector< RPCDigi >::const_iterator const_iterator
unsigned int quality() const
return quality
const edm::EDPutTokenT< std::vector< L1MuRegionalCand > > m_brlCandPutToken
RPCTrigger(const edm::ParameterSet &)
void setPhiPacked(unsigned phi)
Set Phi: 0..143.
void init(std::string patFilesDirectory, L1RpcPACsCntEnum _PACsCnt)
int bx() const
return bunch crossing identifier
void setQualityPacked(unsigned qual)
Set Quality: 0..7.
void setEtaPacked(unsigned eta)
Set Eta: 6-bit code.
std::unique_ptr< RPCPacTrigger > m_pacTrigger
std::pair< const_iterator, const_iterator > Range
void setChargeValid(bool valid)
Set Charge Valid.
const edm::EDGetTokenT< RPCDigiCollection > m_rpcDigiToken
T const * product() const
void writeDataForRelativeBX(int bx)
unsigned type_idx() const
return type: 0 DT, 1 bRPC, 2 CSC, 3 fRPC
std::vector< RPCLogCone > L1RpcLogConesVec
unsigned phi_packed() const
return phi packed as in hardware
unsigned long long m_cacheID