Skip to content

Commit c9a1d0a

Browse files
committed
changed default CoM to 13
1 parent c2c86d8 commit c9a1d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfolding_tests/create_unfolding_pull_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main():
4242
help="file with toy MC")
4343
parser.add_option("-v", "--variable", dest="variable", default='MET',
4444
help="set the variable to analyse (MET, HT, ST, MT, WPT)")
45-
parser.add_option("-s", "--centre-of-mass-energy", dest="CoM", default=8,
45+
parser.add_option("-s", "--centre-of-mass-energy", dest="CoM", default=13,
4646
help='''set the centre of mass energy for analysis.
4747
Default = 8 [TeV]''', type=int)
4848
parser.add_option("-c", "--channel", type='string',

0 commit comments

Comments
 (0)