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

Comparing UserCode/MitHzz4l/Angles/src/fillBdtTree.cc (file contents):
Revision 1.4 by andrey, Tue Dec 18 00:25:34 2012 UTC vs.
Revision 1.5 by andrey, Tue Dec 18 03:10:18 2012 UTC

# Line 397 | Line 397 | int main(int argc, char ** argv)
397      } else {
398  
399        //AP: Here, right?:
400 <      setInterferenceWeights(isHiggs, flatoutput, &fs, mela);
400 >      setInterferenceWeight(isHiggs, flatoutput, &fs, mela);
401        // **
402  
403        setZzntVals(flags, flatoutput, &fs, classes[ifile], reader, mela, spinReader);
# Line 744 | Line 744 | void setInterferenceWeight(Bool_t isHigg
744    //Otherwise continue.
745  
746  
747  
747    TLorentzVector lep1,lep2,lep3,lep4;
748 <  lep1.SetPtEtaPhiM(fs.gen->pt_1_a, fs.gen->eta_1_a, fs.gen->phi_1_a, 0.0); //Note: masses are set to 0, must now me important
748 >  lep1.SetPtEtaPhiM(fs.gen->pt_1_a, fs.gen->eta_1_a, fs.gen->phi_1_a, 0.0); //Note: masses are set to 0, must not be important
749    lep2.SetPtEtaPhiM(fs.gen->pt_2_a, fs.gen->eta_2_a, fs.gen->phi_2_a, 0.0);
750    lep3.SetPtEtaPhiM(fs.gen->pt_1_b, fs.gen->eta_1_b, fs.gen->phi_1_b, 0.0);
751    lep4.SetPtEtaPhiM(fs.gen->pt_2_b, fs.gen->eta_2_b, fs.gen->phi_2_b, 0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines