![]() |
ATLAS Offline Software
|
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration. More...
#include "AthenaBaseComps/AthAlgorithm.h"#include "GaudiKernel/ITHistSvc.h"#include "GaudiKernel/ServiceHandle.h"#include "TEfficiency.h"#include "TH1.h"#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | HGTD_AnalysisAlgBase |
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
Base class for HGTD performance-study algorithms, providing the common histogram booking/filling machinery on top of AthAlgorithm.
To use it, create a new algorithm inheriting from HGTD_AnalysisAlgBase instead of the usual AthAlgorithm.
Definition in file HGTD_AnalysisAlgBase.h.