#include <TObjArray.h>
#include <TFolder.h>
#include <TCutG.h>
Go to the source code of this file.
|
#define | H1_BOOK(n, t, b, min, max) (h1_book<TH1F>(n,t,b,min,max)) |
|
#define | H2_BOOK(n, t, xb, xmin, xmax, yb, ymin, ymax) (h2_book<TH2F>(n,t,xb,xmin,xmax,yb,ymin,ymax)) |
|
|
template<typename TH1X > |
TH1X EXPRT * | h1_book (const char *name, const char *title, int bins, double min, double max) |
|
template<typename TH1X > |
TH1X EXPRT * | h1_book (const char *name, const char *title, int bins, double edges[]) |
|
template<typename TH2X > |
TH2X EXPRT * | h2_book (const char *name, const char *title, int xbins, double xmin, double xmax, int ybins, double ymin, double ymax) |
|
template<typename TH2X > |
TH2X EXPRT * | h2_book (const char *name, const char *title, int xbins, double xmin, double xmax, int ybins, double yedges[]) |
|
template<typename TH2X > |
TH2X EXPRT * | h2_book (const char *name, const char *title, int xbins, double xedges[], int ybins, double ymin, double ymax) |
|
template<typename TH2X > |
TH2X EXPRT * | h2_book (const char *name, const char *title, int xbins, double xedges[], int ybins, double yedges[]) |
|
TCutG * | cut_book (const char *name) |
|
◆ H1_BOOK
◆ H2_BOOK
#define H2_BOOK |
( |
|
n, |
|
|
|
t, |
|
|
|
xb, |
|
|
|
xmin, |
|
|
|
xmax, |
|
|
|
yb, |
|
|
|
ymin, |
|
|
|
ymax |
|
) |
| (h2_book<TH2F>(n,t,xb,xmin,xmax,yb,ymin,ymax)) |
◆ cut_book()
◆ h1_book() [1/2]
template<typename TH1X >
TH1X EXPRT * h1_book |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
bins, |
|
|
double |
edges[] |
|
) |
| |
Definition at line 47 of file rmidas.h.
48{
50
51
54 else
56
61 else
63 }
64
66}
TObjArray * gHistoFolderStack
TFolder * gManaHistosFolder
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ h1_book() [2/2]
template<typename TH1X >
TH1X EXPRT * h1_book |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
bins, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
Definition at line 24 of file rmidas.h.
26{
28
29
32 else
34
39 else
41 }
42
44}
◆ h2_book() [1/4]
Definition at line 139 of file rmidas.h.
141{
143
144
147 else
149
154 else
156 }
157
159}
◆ h2_book() [2/4]
Definition at line 116 of file rmidas.h.
118{
120
121
124 else
126
131 else
133 }
134
136}
◆ h2_book() [3/4]
Definition at line 93 of file rmidas.h.
95{
97
98
101 else
103
108 else
110 }
111
113}
◆ h2_book() [4/4]
Definition at line 69 of file rmidas.h.
72{
74
75
78 else
80
85 else
87 }
88
90}
◆ gHistoFolderStack
◆ gManaHistosFolder