diff --git a/python/Datacard.py b/python/Datacard.py index 70df8121503..f83ec1e9a2c 100644 --- a/python/Datacard.py +++ b/python/Datacard.py @@ -146,6 +146,7 @@ def print_structure(self): print("DC.groups = ", self.groups, "#", type(self.groups)) print("DC.discretes = ", self.discretes, "#", type(self.discretes)) print("DC.pdfnorms = ", self.pdfnorms, "#", type(self.pdfnorms)) + print("DC.toCreateFlatParam = ",self.toCreateFlatParam, "#", type(self.toCreateFlatParam)) print( """ @@ -154,7 +155,7 @@ def print_structure(self): options.out = "combine_workspace.root" # Output workspace name options.fileName = "./" # Path to input ROOT files -options.verbose = "1" # Verbosity +options.verbose = 1 # Verbosity ##########################################################################