ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/AnaTools/src/SFWeight.cc
(Generate patch)

Comparing UserCode/OSUT3Analysis/AnaTools/src/SFWeight.cc (file contents):
Revision 1.2 by lantonel, Tue Apr 30 22:22:08 2013 UTC vs.
Revision 1.4 by ahart, Tue May 14 19:42:26 2013 UTC

# Line 82 | Line 82 | ElectronSFWeight::ElectronSFWeight (cons
82   double
83   ElectronSFWeight::at (const double &eta, const double &pt)
84   {
85 <  cout << eta << " " << pt << endl;
86 <  cout << "doing it\n";
85 >  //cout << eta << " " << pt << endl;
86 >  //cout << "doing it\n";
87    if (cmsswRelease_ == "53X")
88      {
89        if (id_ == "tight")
# Line 166 | Line 166 | ElectronSFWeight::at (const double &eta,
166          }
167        if (id_ == "mvaNonTrig")
168          {
169 <          cout << "mvaNonTrig\n";
169 >          //cout << "mvaNonTrig\n";
170            if (fabs (eta) < 0.8)
171              {
172                if (pt < 20.0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines