Fork me on GitHub

Changeset 1339 in svn for trunk/examples


Ignore:
Timestamp:
Nov 21, 2013, 11:39:57 AM (11 years ago)
Author:
Pavel Demin
Message:

adapt limits of the jet delta pt histogram to jet enegy scale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/Example3.C

    r1334 r1339  
    9696    "jet delta pt", "(p_{T}^{jet} - p_{T}^{constituents})/p_{T}^{jet}",
    9797    "(p_{T}^{jet} - p_{T}^{constituents})/p_{T}^{jet}", "number of jets",
    98     100, -1.0e-7, 1.0e-7);
     98    100, -1.0e-1, 1.0e-1);
    9999
    100100}
     
    259259        }
    260260      }
    261       plots->fJetDeltaPT->Fill((jet->PT - momentum.Pt())/jet->PT );
     261      plots->fJetDeltaPT->Fill((jet->PT - momentum.Pt())/jet->PT);
    262262    }
    263263  }
Note: See TracChangeset for help on using the changeset viewer.