#include "TMidasFile.h"
#include "TMidasEvent.h"
#include "TFragment.h"
#include "TTree.h"
#include "TChannel.h"
#include "TH2D.h"
#include "TTreeIndex.h"
#include "TVirtualIndex.h"
#include "Globals.h"
#include "TF1.h"
#include "TMath.h"
#include "TString.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | CheckHighTimeStamp (TTree *tree, int64_t *correction) |
void | GetRoughTimeDiff (TTree *tree, int64_t *correction) |
void | GetTimeDiff (TTree *tree, int64_t *correction) |
int | main (int argc, char **argv) |
Variables | |
const size_t | MEM_SIZE = (size_t)1024*(size_t)1024*(size_t)1024*(size_t)8 |
void CheckHighTimeStamp | ( | TTree * | tree, |
int64_t * | correction | ||
) |
Definition at line 23 of file offsetfindtree.C.
References DBLUE, DYELLOW, TDetectorHit::GetTimeStamp(), MEM_SIZE, TFragment::Print(), RESET_COLOR, and TDetectorHit::SetAddress().
void GetRoughTimeDiff | ( | TTree * | tree, |
int64_t * | correction | ||
) |
Definition at line 97 of file offsetfindtree.C.
References DBLUE, DYELLOW, TDetectorHit::GetTimeStamp(), MEM_SIZE, RESET_COLOR, and TDetectorHit::SetAddress().
void GetTimeDiff | ( | TTree * | tree, |
int64_t * | correction | ||
) |
Definition at line 195 of file offsetfindtree.C.
References DBLUE, DRED, DYELLOW, TDetectorHit::GetTimeStamp(), MEM_SIZE, RESET_COLOR, and TDetectorHit::SetAddress().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 319 of file offsetfindtree.C.
References pygui.grut-view::argv, GetTimeDiff(), and TChannel::ReadCalFromTree().
const size_t MEM_SIZE = (size_t)1024*(size_t)1024*(size_t)1024*(size_t)8 |
Definition at line 21 of file offsetfindtree.C.
Referenced by CheckHighTimeStamp(), exAnalysis(), GetRoughTimeDiff(), and GetTimeDiff().