|
GRUTinizer
|
#include "TRuntimeObjects.h"#include <iostream>#include <map>#include <cstdio>#include <TH1.h>#include <TH2.h>#include <TMath.h>#include "TRandom.h"#include "TObject.h"#include "TGretina.h"#include "TS800.h"#include "TBank29.h"Macros | |
| #define | Q1 15 |
| #define | Q2 7 |
| #define | Q3 8 |
| #define | Q4 16 |
| #define | Q5 9 |
| #define | Q6 14 |
| #define | Q7 17 |
| #define | Q8 6 |
| #define | INTEGRATION 128.0 |
Functions | |
| void | InitMap () |
| TH1 * | GetHistogram (TList *list, std::string histname, int xbins, double xlow, double xhigh) |
| TH2 * | GetMatrix (TList *list, std::string histname, int xbins, double xlow, double xhigh, int ybins, double ylow, double yhigh) |
| void | MakeHistograms (TRuntimeObjects &obj) |
Variables | |
| std::map< int, int > | HoleQMap |
| std::map< int, std::string > | LayerMap |
| #define INTEGRATION 128.0 |
| #define Q1 15 |
| #define Q2 7 |
| #define Q3 8 |
| #define Q4 16 |
| #define Q5 9 |
| #define Q6 14 |
| #define Q7 17 |
| #define Q8 6 |
| TH1* GetHistogram | ( | TList * | list, |
| std::string | histname, | ||
| int | xbins, | ||
| double | xlow, | ||
| double | xhigh | ||
| ) |
| TH2* GetMatrix | ( | TList * | list, |
| std::string | histname, | ||
| int | xbins, | ||
| double | xlow, | ||
| double | xhigh, | ||
| int | ybins, | ||
| double | ylow, | ||
| double | yhigh | ||
| ) |
| void InitMap | ( | ) |
| void MakeHistograms | ( | TRuntimeObjects & | obj | ) |
| std::map<int,int> HoleQMap |
| std::map<int,std::string> LayerMap |
1.8.1.2