#include "Profile.h"
#include "TH2D.h"
#include "TH3D.h"
#include "../NumuReco/TrackAlgo.h"
Go to the source code of this file.
|
| ana |
| Oscillation analysis framework, runs over CAF files outside of ART.
|
|
| ana::SBNOsc |
|
|
#define | TRACK_PROFILE(name, nbinsy, ylo, yhi) name = new TH2D((#name + postfix).c_str(), #name, nbinsx, xlo, xhi, nbinsy, ylo, yhi); StoreHisto(name); |
|
#define | TRACK_PROFILE3D(name, nbinsy, ylo, yhi, nbinsz, zlo, zhi) name = new TH3D((#name + postfix).c_str(), #name, nbinsx, xlo, xhi, nbinsy, ylo, yhi, nbinsz, zlo, zhi); StoreHisto(name) |
|
#define TRACK_PROFILE |
( |
|
name, |
|
|
|
nbinsy, |
|
|
|
ylo, |
|
|
|
yhi |
|
) |
| name = new TH2D((#name + postfix).c_str(), #name, nbinsx, xlo, xhi, nbinsy, ylo, yhi); StoreHisto(name); |
#define TRACK_PROFILE3D |
( |
|
name, |
|
|
|
nbinsy, |
|
|
|
ylo, |
|
|
|
yhi, |
|
|
|
nbinsz, |
|
|
|
zlo, |
|
|
|
zhi |
|
) |
| name = new TH3D((#name + postfix).c_str(), #name, nbinsx, xlo, xhi, nbinsy, ylo, yhi, nbinsz, zlo, zhi); StoreHisto(name) |