PhD thesis of Renata Kopečná Angular analysis of B+->K*+(K+pi0)mu+mu- decay with the LHCb experiment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
247 B

from __future__ import print_function
import numpy as np
def RunTag(Run):
return "Run"+str(Run)
def RunList():
return ["1","2","12"]
def RunDict():
return{ "1" : ["1"],
"2" : ["2"],
"12": ["1","2"]
}