Skip to content
Snippets Groups Projects

Bs2KMuNu analysis production

Merged Maurizio Martinelli requested to merge mamartin/bs2kmunu into master
+ 3
1
@@ -168,6 +168,8 @@ def GetStrippingLineLocation(name,stream='Semileptonic',noLine=False, year='2015
Args:
name (str): the name of the stripping line
stream (str, optional): the name of the stream. Defaults to 'Semileptonic'.
noLine (bool, optional): whether to add 'Line' to the stripping line name or not. Defaults to False.
year (str, optional): the year of data-taking. Defaults to 2015.
Returns:
str: the TES location of the selected candidates
@@ -177,7 +179,7 @@ def GetStrippingLineLocation(name,stream='Semileptonic',noLine=False, year='2015
return lname
def GetPathLoKiTool(line, location, job_options):
"""Returns the path for isolation variables
"""Returns the path where the LoKi tool can find the Related Info of the stripping line
Args:
line (str): the stripping line name
Loading