10Simple test script to check `analysisDQM.add_analysis_dqm` adds the modules it
11should, and runs without errors (or problematic database accesses).
17from analysisDQM
import add_analysis_dqm, add_mirabelle_dqm
18from IPDQM
import add_IP_dqm
19from V0DQM
import add_V0_dqm
25 b2.set_random_seed(
"")
32 testpath.add_module(
"RootInput", inputFileName=inputfile)
35 testpath.add_module(
"HistoManager")
38 add_analysis_dqm(testpath)
39 add_mirabelle_dqm(testpath)
40 add_IP_dqm(testpath, dqm_environment=
'expressreco')
43 b2.print_path(testpath)
46 b2.conditions.override_globaltags()
49 b2.process(testpath, 1)
def require_file(filename, data_type="", py_case=None)
def clean_working_directory()
def configure_logging_for_tests(user_replacements=None)