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 |
|
//======================================================================== |