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