Skip to content

Commit

Permalink
add H to SS cross sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jalimena committed Dec 31, 2020
1 parent 2f9318b commit 2090584
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Configuration/python/configurationOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9169,21 +9169,21 @@ def lifetimeS(sample):
datasets.extend(signal_datasetsH)
composite_dataset_definitions['HToSSSignal'] = signal_datasetsH

#FIXME: dummy values for the moment
#from powheg + pythia:
signal_crossSectionsH = {
'110' : 1521.11,
'125' : 1521.11,
'150' : 249.409,
'200' : 64.5085,
'300' : 8.51615,
'400' : 1.83537,
'450' : 1.83537,
'500' : 0.51848,
'600' : 0.174599,
'750' : 0.0670476,
'800' : 0.0283338,
'900' : 0.0128895,
'1000' : 0.00615134,
'110' : 26.722390956061719,
'125' : 21.459897483726280,
'150' : 15.614146187994139,
'200' : 8.7322438914694018,
'300' : 4.9382937444987762,
'400' : 5.0403083882366619,
'450' : 3.7768002561767382,
'500' : 2.5884317279268005,
'600' : 1.1784666241700483,
'750' : 0.41086256828334200,
'800' : 0.30253991148407361,
'900' : 0.17493668485618005,
'1000' : 0.10770210813460095,
}

for index, sample in enumerate(signal_datasetsH):
Expand Down

0 comments on commit 2090584

Please sign in to comment.