GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#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>
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) |
void CheckHighTimeStamp | ( | std::vector< TEventTime * > * | eventQ, |
int64_t * | correction ) |
Definition at line 163 of file offsetfind.cxx.
References DBLUE, TEventTime::digmap, TEventTime::GetLowestMidasTime(), TEventTime::NDigitizers(), and RESET_COLOR.
Referenced by main().
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().
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().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 420 of file offsetfind.cxx.
References CheckHighTimeStamp(), TEventTime::digmap, GetRoughTimeDiff(), GetTimeDiff(), TEventTime::NDigitizers(), TMidasFile::Open(), and 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().