|
enum | EColumn { kPs,
kSs,
kCs,
kCb
} |
|
enum | ERow { kReduced,
kExpectation,
kReweighed,
kAsIs
} |
|
enum | EKind {
kK0S = 1,
kKpm,
kLambda,
kXi,
kSigma,
kOther
} |
|
typedef std::vector< Particle * > | ParticleList |
|
|
void | Print (Bool_t err=false) |
|
void | ScaleExpected () |
|
Particle * | Create (Double_t w, EKind kind, TCollection *reduced, TCollection *reweighed, TCollection *asis, const TString &sub, const TString &oth, Bool_t abso) |
|
THStack * | MakeStack (EColumn column, const char *name, const char *title, Int_t mode) |
|
void | DrawStack (TVirtualPad *mother, EColumn column, THStack *stack, Bool_t logy, Bool_t abso, Int_t mode) |
|
void | Run (Double_t c1=0, Double_t c2=0, Bool_t mid=true) |
|
|
static TObject * | ChkC (TObject *o, TClass *c) |
|
static TObject * | ChkO (TObject *src, TObject *o, const char *name) |
|
static TObject * | GetO (TDirectory *d, const char *name, TClass *cls) |
|
static TObject * | GetO (TCollection *d, const char *name, TClass *cls) |
|
static TCollection * | GetC (TDirectory *d, const char *name) |
|
static TCollection * | GetC (TCollection *d, const char *name) |
|
static TH1 * | GetH1 (TCollection *d, const char *name) |
|
static TH2 * | GetH2 (TCollection *d, const char *name) |
|
static THStack * | GetHS (TCollection *d, const char *name) |
|
static TObject * | ChkC (TObject *o, TClass *c) |
|
static TObject * | ChkO (TObject *src, TObject *o, const char *name) |
|
static TObject * | GetO (TDirectory *d, const char *name, TClass *cls) |
|
static TObject * | GetO (TCollection *d, const char *name, TClass *cls) |
|
static TCollection * | GetC (TDirectory *d, const char *name) |
|
static TCollection * | GetC (TCollection *d, const char *name) |
|
static TH1 * | GetH1 (TCollection *d, const char *name) |
|
static TH2 * | GetH2 (TCollection *d, const char *name) |
|
static THStack * | GetHS (TCollection *d, const char *name) |
|
Class to do the calculation
Definition at line 191 of file DeltaExpectations.C.
Create a particle
- Parameters
-
w | Weight of particle |
column | Column in histograms to read off |
reduced | The reduced set |
reweighed | The reweighed set |
asis | The asis set |
bin | The bin name |
sub | The sub name |
oth | The other sub-name |
abso | If true, get absolute numbers |
- Returns
- Create Particle object
Definition at line 474 of file DeltaExpectations.C.
void DeltaCalculations::DrawStack |
( |
TVirtualPad * |
mother, |
|
|
EColumn |
column, |
|
|
THStack * |
stack, |
|
|
Bool_t |
logy, |
|
|
Bool_t |
abso, |
|
|
Int_t |
mode |
|
) |
| |
|
inline |
Draw a stack
- Parameters
-
mother | Mother pad |
column | Column being drawn |
stack | Stack to draw |
logy | If true, plot on logarithmic scale |
abso | If true, assume absolute numbers |
Definition at line 549 of file DeltaExpectations.C.
THStack* DeltaCalculations::MakeStack |
( |
EColumn |
column, |
|
|
const char * |
name, |
|
|
const char * |
title, |
|
|
Int_t |
mode |
|
) |
| |
|
inline |
Make a stack
- Parameters
-
column | Which column (Ps,Ss,Cs, or Cb) |
name | Name of stack |
title | Title of stack |
- Returns
- The created stack
Definition at line 501 of file DeltaExpectations.C.
void DeltaCalculations::Print |
( |
Bool_t |
err = false | ) |
|
|
inline |
void DeltaCalculations::ScaleExpected |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: