GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
offsetfindtree.C File Reference
#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>
+ Include dependency graph for offsetfindtree.C:

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
 

Function Documentation

◆ CheckHighTimeStamp()

void CheckHighTimeStamp ( TTree *  tree,
int64_t *  correction 
)

◆ GetRoughTimeDiff()

void GetRoughTimeDiff ( TTree *  tree,
int64_t *  correction 
)

◆ GetTimeDiff()

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().

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ MEM_SIZE

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().