GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
offsetfind.cxx 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 "TPolyMarker.h"
#include <vector>
#include <iostream>
+ Include dependency graph for offsetfind.cxx:

Go to the source code of this file.

Classes

class  TEventTime
 

Functions

void CheckHighTimeStamp (std::vector< TEventTime *> *eventQ, int64_t *correction)
 
void GetRoughTimeDiff (std::vector< TEventTime *> *eventQ, int64_t *correction)
 
void GetTimeDiff (std::vector< TEventTime *> *eventQ, int64_t *correction)
 
int main (int argc, char **argv)
 
int QueueEvents (TMidasFile *infile, std::vector< TEventTime *> *eventQ)
 

Function Documentation

◆ CheckHighTimeStamp()

void CheckHighTimeStamp ( std::vector< TEventTime *> *  eventQ,
int64_t *  correction 
)

◆ GetRoughTimeDiff()

void GetRoughTimeDiff ( std::vector< TEventTime *> *  eventQ,
int64_t *  correction 
)

Definition at line 230 of file offsetfind.cxx.

References DBLUE, TEventTime::digmap, DYELLOW, TEventTime::GetBestDigitizer(), and RESET_COLOR.

Referenced by main().

◆ GetTimeDiff()

void GetTimeDiff ( std::vector< TEventTime *> *  eventQ,
int64_t *  correction 
)

Definition at line 322 of file offsetfind.cxx.

References DBLUE, TEventTime::digmap, DYELLOW, TEventTime::GetBestDigitizer(), hist, and RESET_COLOR.

Referenced by main().

◆ main()

◆ QueueEvents()

int QueueEvents ( TMidasFile infile,
std::vector< TEventTime *> *  eventQ 
)

Definition at line 121 of file offsetfind.cxx.

References DGREEN, DRED, DYELLOW, TEventTime::OrderDigitizerMap(), TMidasFile::Read(), and RESET_COLOR.

Referenced by main().