FairRoot/PandaRoot
|
#include <iostream>
#include <TCanvas.h>
#include <TApplication.h>
#include <TROOT.h>
#include <TChain.h>
#include <TStyle.h>
#include <TGaxis.h>
#include <TColor.h>
#include <TClonesArray.h>
#include <TH1.h>
#include <TH2.h>
#include <PndLmdDim.h>
#include <PndMCTrack.h>
#include <PndSdsMCPoint.h>
Go to the source code of this file.
Functions | |
void | Root_Appearance () |
double | last_percent (-1.) |
void | DrawProgressBar (int len, double percent) |
int | time_based_studies () |
int | main () |
void DrawProgressBar | ( | int | len, |
double | percent | ||
) |
Definition at line 209 of file time_based_studies.C.
References i, and last_percent().
Referenced by time_based_studies().
double last_percent | ( | - | 1. | ) |
Referenced by DrawProgressBar().
int main | ( | void | ) |
Definition at line 32 of file time_based_studies.C.
References Root_Appearance(), and time_based_studies().
void Root_Appearance | ( | ) |
int time_based_studies | ( | ) |
Definition at line 40 of file time_based_studies.C.
References DrawProgressBar(), PndLmdDim::Get_instance(), PndLmdDim::Get_sensor_by_id(), PndSdsMCPoint::GetPosition(), PndSdsMCPoint::GetSensorID(), nEvents, nHits, PndLmdDim::Transform_global_to_lmd_local(), and tsim.
Referenced by main().