ATLAS Offline Software
Loading...
Searching...
No Matches
RootUtilsDict.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5*/
6
13
14namespace RootUtilsTest {
15
16// Small class used for unit testing.
18{
19 int i;
20 float f;
21};
22
23}
24
25#include "RootUtils/InitHist.h"
26#include "RootUtils/ILogger.h"
27#include "RootUtils/ScatterH2.h"
28
29// Default names of ROOT file storage elements used by APR
31
32
Very simple interface for writing log messages.
Initialize Root's getline history.
A 2-D histogram that can draw a proper scatter plot.