FairRoot/PandaRoot
|
#include <map>
#include <vector>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
Functions | |
void | Init () |
int | TimeStructure (Int_t sensorId=0, Bool_t allSensors=kFALSE) |
Variables | |
Int_t | gEntryNr = 0 |
TTree * | t |
TClonesArray * | mvdUnsorted = new TClonesArray("PndSdsDigiTopix4") |
TClonesArray * | mvdSorted = new TClonesArray("PndSdsDigiTopix4") |
TH1D * | h1Unsorted |
TH1D * | h1Sorted |
TH1D * | h1UnsortedDL |
TH1D * | h1UnsortedTL |
TH1D * | h1SortedDL |
TGraph * | grTimeStampPos |
std::vector< Double_t > | dataInStreamUnsorted |
void Init | ( | ) |
Initialize the session
Definition at line 26 of file TimeStructure.C.
References f, h1Sorted, h1Unsorted, h1UnsortedDL, h1UnsortedTL, mvdSorted, mvdUnsorted, and t.
int TimeStructure | ( | Int_t | sensorId = 0 , |
Bool_t | allSensors = kFALSE |
||
) |
Definition at line 48 of file TimeStructure.C.
References c1, dataInStreamUnsorted, PndSdsDigi::GetSensorID(), h1Sorted, h1Unsorted, h1UnsortedDL, h1UnsortedTL, i, Init(), mvdSorted, mvdUnsorted, out, and t.
std::vector<Double_t> dataInStreamUnsorted |
Definition at line 23 of file TimeStructure.C.
Referenced by TimeStructure().
Int_t gEntryNr = 0 |
Definition at line 13 of file TimeStructure.C.
TGraph* grTimeStampPos |
Definition at line 22 of file TimeStructure.C.
TH1D* h1Sorted |
Definition at line 18 of file TimeStructure.C.
Referenced by Init(), and TimeStructure().
TH1D* h1SortedDL |
Definition at line 21 of file TimeStructure.C.
TH1D* h1Unsorted |
Definition at line 17 of file TimeStructure.C.
Referenced by Init(), and TimeStructure().
TH1D* h1UnsortedDL |
Definition at line 19 of file TimeStructure.C.
Referenced by Init(), and TimeStructure().
TH1D* h1UnsortedTL |
Definition at line 20 of file TimeStructure.C.
Referenced by Init(), and TimeStructure().
TClonesArray* mvdSorted = new TClonesArray("PndSdsDigiTopix4") |
Definition at line 16 of file TimeStructure.C.
Referenced by Init(), and TimeStructure().
TClonesArray* mvdUnsorted = new TClonesArray("PndSdsDigiTopix4") |
Definition at line 15 of file TimeStructure.C.
Referenced by Init(), and TimeStructure().
TTree* t |
Definition at line 14 of file TimeStructure.C.