Public Member Functions | |
TSPhaseSpaceVolume (int dim, TString name, TString title) | |
TSPhaseSpaceVolume (const TSPhaseSpaceVolume &) | |
int | Add (const TSPhaseSpaceVolume &) |
int | AddAxis (const TSVariable &, double low, double up) |
void | Clear () |
void | Copy (const TSPhaseSpaceVolume &) |
TSVariable * | GetAxis (int) const |
double | GetCenter (int axis) const |
int | GetDimension () const |
TString | GetDescription () const |
double | GetLowEdge (int axis) const |
double | GetUpEdge (int axis) const |
const TSVariable * | GetVariable (int axis) const |
void | Init () |
int | IsInside () const |
void | Print () const |
void | SetDimension (int) |
int | SetAxis (int ax, const TSVariable &, double low, double up) |
TSPhaseSpaceVolume (int dim, TString name, TString title) | |
TSPhaseSpaceVolume (const TSPhaseSpaceVolume &) | |
int | Add (const TSPhaseSpaceVolume &) |
int | AddAxis (const TSVariable &, double low, double up) |
void | Clear () |
void | Copy (const TSPhaseSpaceVolume &) |
TSVariable * | GetAxis (int) const |
double | GetCenter (int axis) const |
int | GetDimension () const |
TString | GetDescription () const |
double | GetLowEdge (int axis) const |
double | GetUpEdge (int axis) const |
const TSVariable * | GetVariable (int axis) const |
void | Init () |
int | IsInside () const |
void | Print () const |
void | SetDimension (int) |
int | SetAxis (int ax, const TSVariable &, double low, double up) |
![]() | |
TSNamed (TString name, TString label, TString title) | |
void | Clear () |
TString | GetLabel () const |
TString | Label () const |
TString | Name () const |
TString | Title () const |
const char * | GetName () const |
const char * | GetTitle () const |
virtual void | SetLabel (TString) |
virtual void | SetName (TString) |
virtual void | SetTitle (TString) |
TSNamed (TString name, TString label, TString title) | |
void | Clear () |
TString | GetLabel () const |
TString | Label () const |
TString | Name () const |
TString | Title () const |
const char * | GetName () const |
const char * | GetTitle () const |
virtual void | SetLabel (TString) |
virtual void | SetName (TString) |
virtual void | SetTitle (TString) |
int TSPhaseSpaceVolume::Add | ( | const TSPhaseSpaceVolume & | second | ) |
Add a second volume to this volume
Dimension is sum of the two dimensions
Axis vars and ranges are added to the existing axis.
Referenced by TSPhaseSpaceMap::Multiply().