Skip to content

Commit

Permalink
clear comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangcg123 committed Jun 30, 2022
1 parent 8837a7c commit 4d66b33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 1 addition & 14 deletions DQM/L1TMonitor/src/L1TStage2CPPF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,4 @@ if(rpcId.sector()>=7 or rpcId.sector()<1) { std::cout<<" L1TStage2CPPF::analyze
Track_Bx->Fill(12,EMTF_bx);
}
} //loop over CPPFDigis





}








}
2 changes: 0 additions & 2 deletions L1Trigger/L1TMuonCPPF/src/RecHitProcessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ void RecHitProcessor::process(const edm::Event &iEvent,
const edm::ESGetToken<RPCGeometry, MuonGeometryRecord> &rpcGeomToken,
l1t::CPPFDigiCollection &cppfDigis) const {
// Get the RPC Geometry
//edm::ESHandle<RPCGeometry> rpcGeom;
//iSetup.get<MuonGeometryRecord>().get(rpcGeom);
const auto& rpcGeom = iSetup.getData(rpcGeomToken);

edm::Handle<RPCDigiCollection> rpcDigis;
Expand Down

0 comments on commit 4d66b33

Please sign in to comment.