Introduction
Related Pages
Modules
Namespaces
Classes
Files
File List
components
eventReaderRoot
rootlogon.C
1
{
2
gSystem->Load(
"${ANITA_UTIL_INSTALL_DIR}/lib/libRootFftwWrapper.so"
);
3
gSystem->Load(
"${ANITA_UTIL_INSTALL_DIR}/lib/libAnitaEvent.so"
);
4
5
6
// const Int_t NRGBs = 5;
7
// const Int_t NCont = 255;
8
// Double_t stops[NRGBs] = { 0.00, 0.34, 0.61, 0.84, 1.00 };
9
// Double_t red[NRGBs] = { 0.00, 0.00, 0.87, 1.00, 0.51 };
10
// Double_t green[NRGBs] = { 0.00, 0.81, 1.00, 0.20, 0.00 };
11
// Double_t blue[NRGBs] = { 0.51, 1.00, 0.12, 0.00, 0.00 };
12
// TColor::CreateGradientColorTable(NRGBs, stops, red, green, blue, NCont);
13
gStyle->SetNumberContours(255);
14
gStyle->SetPalette(55);
15
}
Generated on Mon Apr 5 2021 19:55:39 for ANITA Software by
1.8.11