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

Comparing UserCode/L1RpcTriggerAnalysis/plugins/L1RpcTreeAnalysis.cc (file contents):
Revision 1.13 by konec, Tue Apr 23 09:27:55 2013 UTC vs.
Revision 1.16 by konec, Sat Apr 27 14:12:56 2013 UTC

# Line 131 | Line 131 | void L1RpcTreeAnalysis::analyze(const ed
131      theAnaMenu.updateMenu(bitsL1->names, bitsHLT->names);
132  
133      if (lastRun != (*event).run) {
134 + //    if (true) {
135 + //    if (! ((*event).run==204601 && (*event).id ==109463402)) { continue;
136        lastRun = (*event).run;
137        std::cout <<"RUN:"    << std::setw(7) << (*event).run
138                  <<" event:" << std::setw(8) << ev
# Line 171 | Line 173 | void L1RpcTreeAnalysis::analyze(const ed
173   //   theAnaRpcMisc.run(event,muon,l1ObjColl);
174   //   theAnaDet.run( muon, *detsHitsCompatibleWithMuon,  *detsCrossedByMuon, *detsCrossedByMuonDeepInside);
175   //   theAnaEmu.run ( event, muon, l1ObjColl);
176 <   theAnaSynch.run( event, muon, ConverterRPCRawSynchroSynchroCountsObj::toRawSynchro( *counts));
176 > //   theAnaSynch.run( event, muon, ConverterRPCRawSynchroSynchroCountsObj::toRawSynchro( *counts));
177   //   theAnaClu.run( event, muon, l1ObjColl, *detsHitsCompatibleWithMuon);
178     theAnaTimingL1.run( &eventBx, muon, l1ObjColl);
179  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines