We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c86d8 commit c9a1d0aCopy full SHA for c9a1d0a
src/unfolding_tests/create_unfolding_pull_data.py
@@ -42,7 +42,7 @@ def main():
42
help="file with toy MC")
43
parser.add_option("-v", "--variable", dest="variable", default='MET',
44
help="set the variable to analyse (MET, HT, ST, MT, WPT)")
45
- parser.add_option("-s", "--centre-of-mass-energy", dest="CoM", default=8,
+ parser.add_option("-s", "--centre-of-mass-energy", dest="CoM", default=13,
46
help='''set the centre of mass energy for analysis.
47
Default = 8 [TeV]''', type=int)
48
parser.add_option("-c", "--channel", type='string',
0 commit comments