ATLAS Offline Software
rootincludes.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef COMPHISTROOTINCLUDES_H
6 #define COMPHISTROOTINCLUDES_H
7 //#define protected public
8 //#define private public
9 #include "TH2.h"
10 #include "TProfile.h"
11 #include "TProfile2D.h"
12 #include "TFunction.h"
13 #include "TCollection.h"
14 #include "TSeqCollection.h"
15 //#undef protected
16 //#undef private
17 #include "TDirectory.h"
18 #include "TFile.h"
19 #include "TKey.h"
20 #endif