Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DrawRootSkymap.C
Go to the documentation of this file.
1 {
2  #define SKYMAP_FILE "data/ced_968654036_60_sg554q8d9_obj_20_job1/L1H1V1_968654042.750_968654042.750_968654042.750/probability.root"
3 
4  //
5  // Draw skymap from skymap saved in a root file
6  // Author : Gabriele Vedovato
7 
9  gSM->SetOptions("","Geographic");
10  gSM->Draw(0);
11 }
gskymap * gSM
TString("c")
void Draw(int dpaletteId=0, Option_t *option="colfz")
Definition: gskymap.cc:442
#define SKYMAP_FILE
void SetOptions(TString projection="hammer", TString coordinate="Geographic", double resolution=1, bool goff=false)
Definition: gskymap.cc:66