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

Comparing UserCode/VHbbAnalysis/HbbAnalyzer/plugins/HbbAnalyzerNew.cc (file contents):
Revision 1.40 by tboccali, Mon Sep 19 10:14:16 2011 UTC vs.
Revision 1.41 by tboccali, Mon Sep 19 10:34:54 2011 UTC

# Line 442 | Line 442 | BTagSFContainer btagSFs;
442        if(gJ){
443          gJp4.SetPtEtaPhiE(gJ->pt(),gJ->eta(),gJ->phi(),gJ->energy());
444          sj.bestMCp4mom = gJp4;
445 +        std::cout <<" KKKKK 1 "<< sj.bestMCp4mom.Pt() <<std::endl;
446          if(verbose_){
447            std::clog << "genJet matched Pt = " << gJp4.Pt() << std::endl;
448            std::clog << "genJet matched eta = " << gJp4.Eta() << std::endl;
# Line 482 | Line 483 | BTagSFContainer btagSFs;
483        if(gJ){
484          gJp4.SetPtEtaPhiE(gJ->pt(),gJ->eta(),gJ->phi(),gJ->energy());
485          sj.bestMCp4mom = gJp4;
486 +        std::cout <<" KKKKK 2 "<< (sj.bestMCp4mom.Pt()) <<std::endl;
487          if(verbose_){
488            std::clog << "genJet matched Pt = " << gJp4.Pt() << std::endl;
489            std::clog << "genJet matched eta = " << gJp4.Eta() << std::endl;
# Line 522 | Line 524 | BTagSFContainer btagSFs;
524        if(gJ){
525          gJp4.SetPtEtaPhiE(gJ->pt(),gJ->eta(),gJ->phi(),gJ->energy());
526          sj.bestMCp4mom = gJp4;
527 +        std::cout <<" KKKKK 3 "<< sj.bestMCp4mom.Pt() <<std::endl;
528          if(verbose_){
529            std::clog << "genJet matched Pt = " << gJp4.Pt() << std::endl;
530            std::clog << "genJet matched eta = " << gJp4.Eta() << std::endl;
# Line 602 | Line 605 | BTagSFContainer btagSFs;
605        if(gJ){
606          gJp4.SetPtEtaPhiE(gJ->pt(),gJ->eta(),gJ->phi(),gJ->energy());
607          sj.bestMCp4mom = gJp4;
608 +        std::cout <<" KKKKK 4 "<< sj.bestMCp4mom.Pt() <<std::endl;
609          if(verbose_){
610            std::clog << "genJet matched Pt = " << gJp4.Pt() << std::endl;
611            std::clog << "genJet matched eta = " << gJp4.Eta() << std::endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines