#include <TROOT.h>
#include <TGClient.h>
#include <TSystem.h>
#include <TFile.h>
#include <TTree.h>
#include <TParameter.h>
#include <TObjString.h>
#include <TH1.h>
#include <TH2.h>
#include <TCanvas.h>
#include <TPad.h>
#include <TPaveStats.h>
#include <TStyle.h>
#include <TLatex.h>
#include <TLine.h>
#include "TMyRootEvent.hpp"
Go to the source code of this file.
Functions | |
void | Plot (TH1D **histo, TString ytitle, TString label[], Int_t nCells, Int_t nAlphas_in, Bool_t noDummyCell, Bool_t displayDose, Double_t *integral_dose, Double_t deltaEdep) |
void | readtree (TString finName="data/alphaRad_1e+03_alpha_t=000mum_r=001mm_dsd=020mm.root") |
void Plot | ( | TH1D ** | histo, | |
TString | ytitle, | |||
TString | label[], | |||
Int_t | nCells, | |||
Int_t | nAlphas_in, | |||
Bool_t | noDummyCell, | |||
Bool_t | displayDose, | |||
Double_t * | integral_dose, | |||
Double_t | deltaEdep | |||
) |
Scaling & getting the max
Definition at line 55 of file readtree.c.
void readtree | ( | TString | finName = "data/alphaRad_1e+03_alpha_t=000mum_r=001mm_dsd=020mm.root" |
) |
Definition at line 93 of file readtree.c.