Changeset 2a1d95e in git
- Timestamp:
- Jan 17, 2022, 8:30:58 AM (3 years ago)
- Parents:
- 4aec383
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/ExampleCscCluster.py
r4aec383 r2a1d95e 1 #!/usr/bin/env python2 1 """ 3 2 This script computes and prints the signal efficiency when reinterpreting the CMS analysis searching for LLPs that decay in the endcap muon detectors (https://arxiv.org/abs/2107.04838) … … 25 24 26 25 if len(sys.argv) < 2: 27 print(" Usage: Example 1.py input_file")26 print(" Usage: ExampleCscCluster.py input_file") 28 27 sys.exit(1) 29 28
Note:
See TracChangeset
for help on using the changeset viewer.