Definition at line 35 of file variability.hh.
Public Member Functions | |
| variability () | |
| variability (TTree *tree) | |
| virtual | ~variability () |
| Int_t | GetEntry (Int_t) |
| void | Init (TTree *) |
| Bool_t | Notify () |
| virtual variability & | operator<< (variability &) |
| void | output (TTree *, wavearray< float > *, int=0, double=0.) |
| TTree * | setTree () |
| void | Show (Int_t entry=-1) |
Public Attributes | |
| TBranch * | b_gps |
| TBranch * | b_ifo |
| TBranch * | b_nevent |
| TBranch * | b_time |
| TBranch * | b_value |
| TTree * | fChain |
| Int_t | fCurrent |
| pointer to the analyzed TTree or TChain More... | |
| Double_t | gps |
| Int_t | ifo |
| Int_t | nevent |
| current Tree number in a TChain More... | |
| Double_t | time |
| Float_t | value |
#include <variability.hh>
|
inline |
Definition at line 58 of file variability.hh.
|
inline |
Definition at line 59 of file variability.hh.
|
inlinevirtual |
Definition at line 60 of file variability.hh.
| Int_t variability::GetEntry | ( | Int_t | entry | ) |
Definition at line 116 of file variability.cc.
| void variability::Init | ( | TTree * | tree | ) |
Definition at line 40 of file variability.cc.
| Bool_t variability::Notify | ( | ) |
Definition at line 105 of file variability.cc.
|
virtual |
Definition at line 27 of file variability.cc.
| void variability::output | ( | TTree * | waveTree, |
| wavearray< float > * | p, | ||
| int | ifo_var = 0, |
||
| double | t_var = 0. |
||
| ) |
Definition at line 81 of file variability.cc.
| TTree * variability::setTree | ( | ) |
Definition at line 60 of file variability.cc.
| void variability::Show | ( | Int_t | entry = -1 | ) |
Definition at line 122 of file variability.cc.
| TBranch* variability::b_gps |
Definition at line 56 of file variability.hh.
| TBranch* variability::b_ifo |
Definition at line 53 of file variability.hh.
| TBranch* variability::b_nevent |
Definition at line 52 of file variability.hh.
| TBranch* variability::b_time |
Definition at line 55 of file variability.hh.
| TBranch* variability::b_value |
Definition at line 54 of file variability.hh.
| TTree* variability::fChain |
Definition at line 38 of file variability.hh.
| Int_t variability::fCurrent |
pointer to the analyzed TTree or TChain
Definition at line 39 of file variability.hh.
| Double_t variability::gps |
Definition at line 48 of file variability.hh.
| Int_t variability::ifo |
Definition at line 45 of file variability.hh.
| Int_t variability::nevent |
current Tree number in a TChain
Definition at line 44 of file variability.hh.
| Double_t variability::time |
Definition at line 47 of file variability.hh.
| Float_t variability::value |
Definition at line 46 of file variability.hh.