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.22 by konec, Fri May 24 19:45:15 2013 UTC vs.
Revision 1.23 by konec, Mon May 27 11:02:41 2013 UTC

# Line 172 | Line 172 | void L1RpcTreeAnalysis::analyze(const ed
172      chain.GetEntry(ev);
173      if (theAnaMenu) theAnaMenu->updateMenu(bitsL1->names, bitsHLT->names);
174  
175 <    if ( (lastRun != (*event).run) || (ev/2000*2000==ev) ) {
175 > //    if (ev < 44055) continue;
176 >    if ( (lastRun != (*event).run) || (ev/1000*1000==ev) ) {
177   //    if (true) {
178   //    if (! ((*event).run==204601 && (*event).id ==109463402)) { continue;
179        lastRun = (*event).run;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines