diff --git a/ganga/Lb2Lcmunu/DaVinci_Ganga_11_md.py b/ganga/Lb2Lcmunu/DaVinci_Ganga_11_md.py index 3bf44ea..f6a434c 100644 --- a/ganga/Lb2Lcmunu/DaVinci_Ganga_11_md.py +++ b/ganga/Lb2Lcmunu/DaVinci_Ganga_11_md.py @@ -103,7 +103,7 @@ # SmartMerger - Able to handle various file formats (including root files) # See help( SmartMerger ) for more details -j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) +#j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Output data @@ -130,7 +130,7 @@ # Submit to the grid. j.backend = Dirac() #------------------------------------------------------------------------------ - +j.outputfiles = [ DiracFile("Lb_Lcstarmunu.root") ] #------------------------------------------------------------------------------ # Submit the job #------------------------------------------------------------------------------ diff --git a/ganga/Lb2Lcmunu/DaVinci_Ganga_11_mu.py b/ganga/Lb2Lcmunu/DaVinci_Ganga_11_mu.py index 9e3391b..7fc7724 100644 --- a/ganga/Lb2Lcmunu/DaVinci_Ganga_11_mu.py +++ b/ganga/Lb2Lcmunu/DaVinci_Ganga_11_mu.py @@ -103,7 +103,7 @@ # SmartMerger - Able to handle various file formats (including root files) # See help( SmartMerger ) for more details -j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) +#j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Output data @@ -130,7 +130,7 @@ # Submit to the grid. j.backend = Dirac() #------------------------------------------------------------------------------ - +j.outputfiles = [ DiracFile("Lb_Lcstarmunu.root") ] #------------------------------------------------------------------------------ # Submit the job #------------------------------------------------------------------------------ diff --git a/ganga/Lb2Lcmunu/DaVinci_Ganga_12_md.py b/ganga/Lb2Lcmunu/DaVinci_Ganga_12_md.py index 4664b17..810ca33 100644 --- a/ganga/Lb2Lcmunu/DaVinci_Ganga_12_md.py +++ b/ganga/Lb2Lcmunu/DaVinci_Ganga_12_md.py @@ -103,7 +103,7 @@ # SmartMerger - Able to handle various file formats (including root files) # See help( SmartMerger ) for more details -j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) +#j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Output data @@ -130,7 +130,7 @@ # Submit to the grid. j.backend = Dirac() #------------------------------------------------------------------------------ - +j.outputfiles = [ DiracFile("Lb_Lcstarmunu.root") ] #------------------------------------------------------------------------------ # Submit the job #------------------------------------------------------------------------------ diff --git a/ganga/Lb2Lcmunu/DaVinci_Ganga_12_mu.py b/ganga/Lb2Lcmunu/DaVinci_Ganga_12_mu.py index e798161..715e357 100644 --- a/ganga/Lb2Lcmunu/DaVinci_Ganga_12_mu.py +++ b/ganga/Lb2Lcmunu/DaVinci_Ganga_12_mu.py @@ -103,7 +103,7 @@ # SmartMerger - Able to handle various file formats (including root files) # See help( SmartMerger ) for more details -j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) +#j.merger = SmartMerger( files = ['DVNtuples.root', 'DVHistos.root'], ignorefailed = True ) #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Output data @@ -130,7 +130,7 @@ # Submit to the grid. j.backend = Dirac() #------------------------------------------------------------------------------ - +j.outputfiles = [ DiracFile("Lb_Lcstarmunu.root") ] #------------------------------------------------------------------------------ # Submit the job #------------------------------------------------------------------------------