![]() |
AliPhysics
fb6b143 (fb6b143)
|
Do back of the envelope calculation of effect of reweighing. More...
#include <vector>
#include <TFile.h>
#include <TError.h>
#include <TCollection.h>
#include <TString.h>
#include <TH1.h>
#include <TH2.h>
#include <THStack.h>
#include <TClass.h>
#include <TBrowser.h>
#include <TCanvas.h>
#include <TLegend.h>
#include <TLegendEntry.h>
#include <TStyle.h>
Go to the source code of this file.
Classes | |
struct | Utilities |
struct | DeltaCalculations |
struct | DeltaCalculations::Row |
struct | DeltaCalculations::Particle |
Functions | |
void | DeltaExpectations (Double_t c1=0, Double_t c2=5) |
Variables | |
const char * | parFmt = "%-10s | %6.3f |" |
const char * | rowFmt = " %5.2f | %5.2f | %5.2f | %5.2f |" |
const char * | eRowFmt |
Do back of the envelope calculation of effect of reweighing.
Definition in file DeltaExpectations.C.
const char* eRowFmt |
Definition at line 47 of file DeltaExpectations.C.
Referenced by DeltaCalculations::Row::Print().
const char* rowFmt = " %5.2f | %5.2f | %5.2f | %5.2f |" |
Definition at line 46 of file DeltaExpectations.C.
Referenced by DeltaCalculations::Row::Print(), and DeltaCalculations::Print().