Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DrawGNET2.C
Go to the documentation of this file.
1 {
2  #define N_IFO 4
3 
4  detectorParams dP[N_IFO] = {
5  {"L1", 30.5629, -90.7742, 0.0, 0, ( +90-197.716), 0, ( -197.716 )}, // L1
6 
7  {"H2", 46.4551, -119.408, 0.0, 0, ( +90-125.999), 0, ( +45-125.999)}, // H2 LCI
8  {"H3", 46.4551, -119.408, 0.0, 0, ( +45-125.999), 0, ( -125.999)}, // H3 LCI
9 
10  {"V1", 43.6314, 10.5045, 0.0, 0, ( +90-70.5675), 0, ( -70.5675)}, // V1
11  };
12 
13 
14  //TString ifo[N_IFO]={"L1","H1","V1","J1"};
15  TString ifo[N_IFO]={"L1","","","J1"};
16  gnetwork gNET(N_IFO,ifo,dP);
17 
19 
22 
23  gNET.DrawSitesShortLabel(kBlack);
24  gNET.DrawSites(kBlack,2.0);
25  gNET.DrawSitesArms(1000000,kWhite,3.0);
26 }
void DrawSitesArms(double mlength=600000., Color_t lcolor=kBlack, Size_t lwidth=1.0, Style_t lstyle=1)
Definition: gnetwork.cc:295
void DrawAntennaPattern(int polarization=-1, int dpaletteId=0, bool btitle=true, int order=6)
Definition: gnetwork.cc:655
TString("c")
#define N_IFO
void DrawSitesShortLabel(Color_t tcolor=kBlack, Size_t tsize=0.052, Font_t tfont=32)
Definition: gnetwork.cc:407
void DrawSites(Color_t mcolor=kBlack, Size_t msize=2.0, Style_t mstyle=20)
Definition: gnetwork.cc:238
TString ifo[N_IFO]
Definition: DrawGNET2.C:15
gskymap * GetGskymap()
Definition: gnetwork.hh:26
void SetWorldMap(bool drawWorldMap=true)
Definition: gskymap.hh:136
gnetwork gNET(N_IFO, ifo, dP)