Project
Loading...
Searching...
No Matches
RootInclude.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
12#ifndef O2_ITS_ROOTINCLUDE
13#define O2_ITS_ROOTINCLUDE
14
15#include <string>
16#include <sstream>
17#include <algorithm>
18#include <iterator>
19#include <iostream>
20#include <fstream>
21#include <iomanip>
22#include <utility>
23#include <TFile.h>
24#include <TDirectoryFile.h>
25#include <TDirectory.h>
26#include <TTree.h>
27#include <TNtuple.h>
28#include <TH1D.h>
29#include <TH1F.h>
30#include <TH2F.h>
31#include <TGraph.h>
32#include <TGraphErrors.h>
33#include <TGraphAsymmErrors.h>
34#include <TF1.h>
35#include <TCanvas.h>
36#include <TPad.h>
37#include <TLatex.h>
38#include <TMathText.h>
39#include <TLegend.h>
40#include <TLine.h>
41#include <TBox.h>
42#include <TCut.h>
43#include <TColor.h>
44#include <TMath.h>
45#include <TRandom.h>
46#include <TRandom3.h>
47#include <TROOT.h>
48#include <TStyle.h>
49#include <TProfile.h>
50#include <TEfficiency.h>
51#include <TFitResult.h>
52
53#endif