ATLAS Offline Software
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 
14 namespace RootUtilsTest {
15 
16 // Small class used for unit testing.
17 struct TreeTest
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
30 #include "RootUtils/APRDefaults.h"
31 
32 
ScatterH2.h
A 2-D histogram that can draw a proper scatter plot.
RootUtilsTest::TreeTest
Definition: RootUtilsDict.h:18
InitHist.h
Initialize Root's getline history.
RootUtilsTest
Definition: RootUtilsDict.h:14
APRDefaults.h
RootUtilsTest::TreeTest::i
int i
Definition: RootUtilsDict.h:19
RootUtilsTest::TreeTest::f
float f
Definition: RootUtilsDict.h:20
ILogger.h
Very simple interface for writing log messages.