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

Comparing UserCode/MitHzz4l/Selection/src/applySelection.cc (file contents):
Revision 1.49 by khahn, Fri Jun 22 03:10:32 2012 UTC vs.
Revision 1.51 by dkralph, Fri Jul 6 15:28:19 2012 UTC

# Line 242 | Line 242 | int main(int argc, char** argv)
242      }
243  
244    } else {
245 <    initRunLumiRangeMap();
245 >    initRunLumiRangeMap(ctrl);
246    }
247  
248    //  initMuonIDMVA();
# Line 454 | Line 454 | int main(int argc, char** argv)
454            fillTriggerNames(hltTable, hltTableStrings );
455          }
456  
457 <        setHLTObjectRelations( hltObjArr, hltRelsArr, hltTableStrings, hltLabelStrings, fTrigObjs );
457 >      setHLTObjectRelations( hltObjArr, hltRelsArr, hltTableStrings, hltLabelStrings, fTrigObjs );
458  
459          if( ctrl.debug ) cout << "file is : " << currentFile  << endl;
460          /*
# Line 501 | Line 501 | int main(int argc, char** argv)
501          if( abs(ret4l.Z2leptons[0].type) == 13  ) Z2type = 13;
502        }  
503        
504 #ifdef SYNC
505      if(ctrl.debug)
506        cout  << "bits: " << ret4l.status.selectionBits  << "\t"
507              << "Z1: " << Z1type << "\t"
508              << "Z2: " << Z2type << endl << endl;
509 #endif      
510      
504        if( ret4l.status.pass() ) {
505          fillAngles(ret4l,angles);
506          fillKinematics(ret4l,kinematics);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines