

#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) |
| void CheckHighTimeStamp | ( | std::vector< TEventTime *> * | eventQ, |
| int64_t * | correction | ||
| ) |
Definition at line 159 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 230 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 322 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 423 of file offsetfind.cxx.
References pygui.grut-view::argv, CheckHighTimeStamp(), TEventTime::digmap, GetRoughTimeDiff(), GetTimeDiff(), TEventTime::NDigitizers(), TMidasFile::Open(), and 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().