ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/AnaMenu.cc
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/src/AnaMenu.cc (file contents):
Revision 1.2 by konec, Tue Nov 6 12:56:51 2012 UTC vs.
Revision 1.3 by konec, Tue Nov 27 16:16:47 2012 UTC

# Line 52 | Line 52 | bool AnaMenu::filter( const EventObj* ev
52    }
53   //  if (hasNoHLTMu) std::cout <<" HAS NO HLT MUON!" << std::endl;
54  
55 <  //if (hasNoL1Mu && hasNoHLTMu) {
56 <  if (!hasNoL1Mu && !hasNoHLTMu) {
55 >  if (hasNoL1Mu && hasNoHLTMu) {
56 >  //if (!hasNoL1Mu && !hasNoHLTMu) {
57      for (CIT it=algosL1.begin();  it != algosL1.end();  ++it)  theAlgosL1[ namesL1[*it] ]++;
58      for (CIT it=algosHLT.begin(); it != algosHLT.end(); ++it) theAlgosHLT[ namesHLT[*it] ]++;
59      if (hMuonPt_MEN)  hMuonPt_MEN->Fill(muon->pt());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines