GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
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 228 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 319 of file offsetfind.cxx.

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

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

◆ QueueEvents()

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

Definition at line 125 of file offsetfind.cxx.

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

Referenced by main().