BmnRoot
Loading...
Searching...
No Matches
BmnTrackingQaOfflineDraw.h
Go to the documentation of this file.
1#include <iostream>
2#include <TNamed.h>
3#include <TCanvas.h>
4#include <TH1.h>
5#include <TFitResult.h>
6#include <TF1.h>
7#include <TH2.h>
8#include <TStyle.h>
9
10#ifndef BMNTRACKINGQAOFFLINEDRAW_H
11#define BMNTRACKINGQAOFFLINEDRAW_H 1
12
13using namespace std;
14
15class BmnTrackingQaOfflineDraw : public TNamed {
16public:
17
19
21 ;
22 }
23
24 void ProcessHistos(Bool_t anal1, Bool_t anal2, Bool_t anal3);
26
27 TH1F***** GetH1() {
28 return h;
29 }
30
31 TH2F* GetH2() {
32 return h2;
33 }
34
35 TH2F* GetH3() {
36 return h3;
37 }
38
39 TH2F***** GetH4() {
40 return h4;
41 }
42
43 TH1F***** GetH5() {
44 return h5;
45 }
46
47private:
48 TH1F***** h;
49 TH2F* h2;
50 TH2F* h3;
51
52 TH2F***** h4;
53 TH1F***** h5;
54
55
56public:
57 TString usedOutExtension;
58
59 vector <TString> fBeams;
60 vector <TString> fTargets;
61 vector <TString> fTriggers;
62
63private:
64
65 ClassDef(BmnTrackingQaOfflineDraw, 1)
66};
67
68#endif
void ProcessHistos(Bool_t anal1, Bool_t anal2, Bool_t anal3)
STL namespace.