Changeset c6bce62 in git
- Timestamp:
- Jan 11, 2022, 10:07:52 PM (3 years ago)
- Children:
- d1ab205
- Parents:
- 3c59f98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/ExampleCscCluster.py
r3c59f98 rc6bce62 74 74 if branchMET.At(0).MET < 200: continue 75 75 76 # Require at least 1 jet with pT >50 GeV and eta< 2.476 # Require at least 1 jet with pT > 50 GeV and abs(eta) < 2.4 77 77 nJet = 0 78 78 for i in range(branchJet.GetEntries()):
Note:
See TracChangeset
for help on using the changeset viewer.