Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Functions
frame.hh File Reference
#include "TROOT.h"
#include "TMath.h"
#include "TSystem.h"
#include "TString.h"
#include "TTree.h"
#include "TFile.h"
#include "TRandom.h"
#include "TRandom3.h"
#include "TNamed.h"
#include <string>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <math.h>
#include <ctype.h>
#include <vector>
#include <string.h>
#include "wavearray.hh"
#include "network.hh"
#include "FrameL.h"
Include dependency graph for frame.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  CWB::frame
 
struct  frfile
 

Namespaces

 CWB
 

Macros

#define LST_TREE_NAME   "frl"
 

Functions

CWB::frameoperator<< (CWB::frame &fr, wavearray< double > &x)
 
wavearray< double > & operator>> (CWB::frame &fr, wavearray< double > &x)
 
CWB::frameoperator>> (wavearray< double > &x, CWB::frame &fr)
 

Macro Definition Documentation

#define LST_TREE_NAME   "frl"

Definition at line 35 of file frame.hh.

Function Documentation

CWB::frame& operator<< ( CWB::frame fr,
wavearray< double > &  x 
)

Definition at line 121 of file frame.cc.

wavearray<double>& operator>> ( CWB::frame fr,
wavearray< double > &  x 
)

Definition at line 111 of file frame.cc.

CWB::frame& operator>> ( wavearray< double > &  x,
CWB::frame fr 
)

Definition at line 146 of file frame.cc.