diff --git a/CLDConfig/CLDReconstruction.py b/CLDConfig/CLDReconstruction.py index 107901b..699fe48 100644 --- a/CLDConfig/CLDReconstruction.py +++ b/CLDConfig/CLDReconstruction.py @@ -84,6 +84,7 @@ read.OutputLevel = INFO algList.append(read) else: + print('WARNING: No input files specified, the CLD Reconstruction will fail') read = None MyAIDAProcessor = MarlinProcessorWrapper("MyAIDAProcessor")