Fork me on GitHub

Changeset c6bce62 in git for examples


Ignore:
Timestamp:
Jan 11, 2022, 10:07:52 PM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
d1ab205
Parents:
3c59f98
Message:

updated comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/ExampleCscCluster.py

    r3c59f98 rc6bce62  
    7474      if branchMET.At(0).MET < 200: continue
    7575
    76       # Require at least 1 jet with pT>50 GeV and eta< 2.4
     76      # Require at least 1 jet with pT > 50 GeV and abs(eta) < 2.4
    7777      nJet = 0
    7878      for i in range(branchJet.GetEntries()):
Note: See TracChangeset for help on using the changeset viewer.