2# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
4import ROOT
5import argparse
6import subprocess
7
8if __name__=="__main__":
9
10 parser = argparse.ArgumentParser(prog="l1calo-dq-test",description="Runs the DQ algorithm for a given histogram",formatter_class=argparse.ArgumentDefaultsHelpFormatter