26 m_trigConfig(0),m_pacTrigger(0)
28 produces<std::vector<L1MuRegionalCand> >(
"RPCb");
29 produces<std::vector<L1MuRegionalCand> >(
"RPCf");
31 produces<std::vector<RPCDigiL1Link> >(
"RPCb");
32 produces<std::vector<RPCDigiL1Link> >(
"RPCf");
48 consumes<RPCDigiCollection>(
m_label);
116 std::auto_ptr<std::vector<L1MuRegionalCand> > candBarell(
new std::vector<L1MuRegionalCand>);
117 std::auto_ptr<std::vector<L1MuRegionalCand> > candForward(
new std::vector<L1MuRegionalCand>);
121 <<
"\nWarning: RPCDigiCollection with input tag " <<
m_label
122 <<
"\nrequested in configuration, but not found in the event. Emulator will produce empty collection \n ";
124 iEvent.
put(candBarell,
"RPCb");
125 iEvent.
put(candForward,
"RPCf");
131 if (rpcDigis->begin() == rpcDigis->end() )
134 <<
"\nWarning: RPCDigiCollection with input tag " <<
m_label
135 <<
"\n seems to be empty for this event. Emulator will run on empty collection ";
141 std::auto_ptr<std::vector<RPCDigiL1Link> > brlLinks(
new std::vector<RPCDigiL1Link>);
142 std::auto_ptr<std::vector<RPCDigiL1Link> > fwdLinks(
new std::vector<RPCDigiL1Link>);
144 for (
int iBx = -1; iBx < 2; ++ iBx) {
187 std::vector<RPCDigiL1Link> dlBrl;
188 std::vector<RPCDigiL1Link> dlFwd;
193 brlLinks->insert(brlLinks->end(), dlBrl.begin(), dlBrl.end() );
194 fwdLinks->insert(fwdLinks->end(), dlFwd.begin(), dlFwd.end() );
196 candBarell->insert(candBarell->end(), RPCb.begin(), RPCb.end());
197 candForward->insert(candForward->end(), RPCf.begin(), RPCf.end());
202 iEvent.
put(fwdLinks,
"RPCf");
203 iEvent.
put(brlLinks,
"RPCb");
204 iEvent.
put(candBarell,
"RPCb");
205 iEvent.
put(candForward,
"RPCf");
221 std::vector<L1MuRegionalCand> RPCCand;
223 for(
unsigned int iMu = 0; iMu < finalMuons.size(); iMu++)
226 if (finalMuons[iMu].getPtCode()==0){
236 short int digiIndex = 0;
238 for (detUnitIt=rpcDigis->begin();
239 detUnitIt!=rpcDigis->end();
243 const RPCDetId&
id = (*detUnitIt).first;
244 uint32_t rawId =
id.
rawId();
249 digiIt!=range.second;
254 RPCMuon::TDigiLinkVec::iterator it = digiIVec.begin();
255 for(;it!=digiIVec.end();++it) {
256 if (digiIndex==it->m_digiIdx) {
257 newDigiLink.
setLink(it->m_layer+1, rawId, digiIt->strip(), digiIt->bx() );
264 retRPCDigiLink.push_back(newDigiLink);
277 int charge=finalMuons[iMu].getSign();
301 int phiPacked = finalMuons[iMu].getPhiAddr();
308 signed short etaAddr = finalMuons[iMu].getEtaAddr();
328 RPCCand.push_back(l1Cand);
330 LogDebug(
"RPCTrigger") <<
"Found muonf of pt "
331 << finalMuons[iMu].getPtCode()
332 <<
" bx " << l1Cand.
bx()
335 <<
" fp " << finalMuons[iMu].getFiredPlanes()
340 <<
" killed " << finalMuons[iMu].wasKilled();
RPCBasicTrigConfig * m_trigConfig
T getParameter(std::string const &) const
EventNumber_t event() const
unsigned long long cacheIdentifier() const
T getUntrackedParameter(std::string const &, T const &) const
void setLink(unsigned int layer, unsigned int rpcdetId, int strip, int bx)
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)
int bunchCrossing() const
virtual void produce(edm::Event &, const edm::EventSetup &)
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)
uint32_t rawId() const
get the raw id
static MuonsGrabber & Instance()
void setRPCBasicTrigConfig(RPCBasicTrigConfig *c)
void setBx(int bx)
Set Bunch Crossing.
std::vector< RPCTBMuon > L1RpcTBMuonsVec
void startNewEvent(int event, int bx)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
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.
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
RPCConeBuilderFromES m_theLinksystemFromES
void setChargePacked(unsigned ch)
Set Charge (0=pos, 1=neg)
std::vector< TDigiLink > TDigiLinkVec
void setPtPacked(unsigned pt)
Set Pt: 0..31.
T const * product() const
std::vector< RPCDigi >::const_iterator const_iterator
unsigned int quality() const
return quality
RPCTrigger(const edm::ParameterSet &)
void setPhiPacked(unsigned phi)
Set Phi: 0..143.
void init(std::string patFilesDirectory, L1RpcPACsCntEnum _PACsCnt)
void setDebugLevel(int debgLevel)
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::pair< const_iterator, const_iterator > Range
void setChargeValid(bool valid)
Set Charge Valid.
RPCPacTrigger * m_pacTrigger
L1RpcTBMuonsVec2 runEvent(const L1RpcLogConesVec &logConesVec, edm::ESHandle< L1RPCHsbConfig > hsbConf)
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