Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
cwb_dump_events.C File Reference

Functions

TB checkFile (gSystem->Getenv("CWB_ROOTLOGON_FILE"))
 
 exit (0)
 
 for (int n=0;n< nifo;n++)
 
 if (gSystem->Getenv("CWB_DUMP_EVT_FILE_NAME")==NULL)
 
 if (cwb_dump_evt_file_name.Contains(".root")==0)
 
 if (gSystem->Getenv("CWB_DUMP_EVT_MODE")!=NULL)
 
 if (ifile==NULL)
 
 if (itree==NULL)
 
 if (nifo==0)
 

Variables

TString cwb_dump_evt_file_name
 
TString cwb_dump_evt_mode ="view"
 
 else
 
netevent EVT (itree, nifo)
 
TFile * ifile = TFile::Open(cwb_dump_evt_file_name)
 
TTree * itree = (TTree *) ifile->Get("waveburst")
 
TList * list = itree->GetUserInfo()
 
int nEVT = EVT.GetEntries()
 
int nifo =list->GetSize()
 
detector ** pD = new detector*[nifo]
 

Function Documentation

TB checkFile ( gSystem->  Getenv"CWB_ROOTLOGON_FILE")
exit ( )
for ( )

Definition at line 35 of file cwb_dump_events.C.

if ( gSystem->  Getenv"CWB_DUMP_EVT_FILE_NAME" = =NULL)

Definition at line 9 of file cwb_dump_events.C.

if ( cwb_dump_evt_file_name.  Contains".root" = =0)

Definition at line 14 of file cwb_dump_events.C.

if ( gSystem->Getenv("CWB_DUMP_EVT_MODE")!  = NULL)

Definition at line 19 of file cwb_dump_events.C.

if ( ifile  = =NULL)

Definition at line 24 of file cwb_dump_events.C.

if ( itree  = =NULL)

Definition at line 28 of file cwb_dump_events.C.

if ( nifo  = =0)

Definition at line 33 of file cwb_dump_events.C.

Variable Documentation

TString cwb_dump_evt_file_name

Definition at line 8 of file cwb_dump_events.C.

TString cwb_dump_evt_mode ="view"

Definition at line 18 of file cwb_dump_events.C.

else
Initial value:
{
cwb_dump_evt_file_name=TString(gSystem->Getenv("CWB_DUMP_EVT_FILE_NAME"))
TString("c")
TString cwb_dump_evt_file_name

Definition at line 11 of file cwb_dump_events.C.

TFile* ifile = TFile::Open(cwb_dump_evt_file_name)

Definition at line 23 of file cwb_dump_events.C.

TTree* itree = (TTree *) ifile->Get("waveburst")

Definition at line 27 of file cwb_dump_events.C.

TList* list = itree->GetUserInfo()

Definition at line 31 of file cwb_dump_events.C.

int nEVT = EVT.GetEntries()

Definition at line 57 of file cwb_dump_events.C.

int nifo =list->GetSize()

Definition at line 32 of file cwb_dump_events.C.

detector** pD = new detector*[nifo]

Definition at line 34 of file cwb_dump_events.C.