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

Comparing UserCode/Jeng/PVStudy/plugins/PVStudy.cc (file contents):
Revision 1.19 by yygao, Sat Jan 30 18:27:09 2010 UTC vs.
Revision 1.20 by yygao, Thu Feb 18 10:59:48 2010 UTC

# Line 657 | Line 657 | PVStudy::analyze(const edm::Event& iEven
657    if(verbose_)
658      cout<<"fraction of HighPurity track is "<<fHighPurity<<endl;  
659      
660 <  if( (fHighPurity<0.2 && nTracks>10) || vertexColl->begin()->isFake()) {
661 <    glob_runno_ = iEvent.id().run();
662 <    glob_evtno_ = iEvent.id().event();
663 <    glob_ls_   = iEvent.luminosityBlock();
664 <    glob_bx_  = iEvent.bunchCrossing();  
665 <    return;
666 <  }
660 >  if( (fHighPurity<0.2 && nTracks>10) || vertexColl->begin()->isFake()) return;
661  
662 +  glob_runno_ = iEvent.id().run();
663 +  glob_evtno_ = iEvent.id().event();
664 +  glob_ls_   = iEvent.luminosityBlock();
665 +  glob_bx_  = iEvent.bunchCrossing();  
666 +  return;
667 +  
668 +  
669    //========================================================================
670    // Step 2: Fill histograms for the splitting consistency checks
671    //========================================================================

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines