Fork me on GitHub

Changeset 2a1d95e in git


Ignore:
Timestamp:
Jan 17, 2022, 8:30:58 AM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Parents:
4aec383
Message:

update to example script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/ExampleCscCluster.py

    r4aec383 r2a1d95e  
    1 #!/usr/bin/env python
    21"""
    32This 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)
     
    2524
    2625    if len(sys.argv) < 2:
    27       print(" Usage: Example1.py input_file")
     26      print(" Usage: ExampleCscCluster.py input_file")
    2827      sys.exit(1)
    2928
Note: See TracChangeset for help on using the changeset viewer.