# | Line 42 | Line 42 | void AnaEmu::run( const EventObj* event, | |
---|---|---|
42 | if (l1Rpcs.size() > 0) hEmu_L1Rpc->Fill(muon->eta()); | |
43 | if (l1RpcsEmu.size() > 0) hEmu_Wide->Fill(muon->eta()); | |
44 | if (l1Rpcs.size() > 0 && l1RpcsEmu.size()==0) { | |
45 | < | std::cout <<"has no Emu but Rpc, run="<<event->run<<" lumi="<<event->lumi<<std::endl; |
45 | > | // std::cout <<"has no Emu but Rpc, run="<<event->run<<" lumi="<<event->lumi<<std::endl; |
46 | // debug = true; | |
47 | } | |
48 | if (debug) std::cout <<"MUON: pt="<<muon->pt()<<" eta="<<muon->eta()<<std::endl; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |