DAS
3.0
Das Analysis System
|
Functor to extract a 2D distribution with physical axes from a 2ND distribution with bin IDs.
Intended to be used together with axisLoop
and nodeLoop
.
Public Member Functions | |
Matrix (TH2 *h, TUnfoldBinning *bng2) | |
void | operator() (TDirectory *dOut, TString name2, TUnfoldBinning *node2, vector< double > x2, TString title2) |
Public Attributes | |
TH2 * | hIn |
TUnfoldBinning * | binning2 |
TString | name1 |
TUnfoldBinning * | node1 |
vector< int > | ibins1 |
vector< double > | x1 |
TString | title1 |
|
inline |
|
inline |
dOut | output directory |
name2 | partial name (w.r.t. 2nd axis) |
node2 | local node (2nd axis) |
x2 | physical values (2nd axis) |
title2 | simplistic title, based on bin edges |
TUnfoldBinning* binning2 |
global binning (2nd axis)
TH2* hIn |
input histogram with bin IDs
vector<int> ibins1 |
global bin IDs of present iteration
TString name1 |
partial name (w.r.t. 1st axis)
TUnfoldBinning* node1 |
local node (1st axis)
TString title1 |
simplistic title (1st axis)
vector<double> x1 |
physical values (1st axis)