Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ LST_TREE_NAME

#define LST_TREE_NAME   "frl"

Definition at line 53 of file frame.hh.

Function Documentation

◆ operator<<()

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

Definition at line 139 of file frame.cc.

◆ operator>>() [1/2]

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

Definition at line 129 of file frame.cc.

◆ operator>>() [2/2]

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

Definition at line 164 of file frame.cc.