|
BOSS 7.1.3
BESIII Offline Software System
|
#include <WidgetGenerator.h>
Public Member Functions | |
| WidgetGenerator () | |
| WidgetGenerator (int nevents, double upperbg, double lowerbg) | |
| virtual | ~WidgetGenerator () |
| void | generateEvents (TString filename, double genmass) |
| void | simulateDedx (TString infilename, TString filename, double genmass) |
| void | simulateReconstruction (TString infilename, TString outfilename) |
Definition at line 34 of file WidgetGenerator.h.
| WidgetGenerator::WidgetGenerator | ( | ) |
Definition at line 3 of file WidgetGenerator.cc.
| WidgetGenerator::WidgetGenerator | ( | int | nevents, |
| double | upperbg, | ||
| double | lowerbg ) |
Definition at line 9 of file WidgetGenerator.cc.
|
inlinevirtual |
Definition at line 40 of file WidgetGenerator.h.
| void WidgetGenerator::generateEvents | ( | TString | filename, |
| double | genmass ) |
Definition at line 16 of file WidgetGenerator.cc.
Referenced by HadronInterface::GenerateSample().
| void WidgetGenerator::simulateDedx | ( | TString | infilename, |
| TString | filename, | ||
| double | genmass ) |
Definition at line 121 of file WidgetGenerator.cc.
Referenced by HadronInterface::SimulateSample().
| void WidgetGenerator::simulateReconstruction | ( | TString | infilename, |
| TString | outfilename ) |
Definition at line 186 of file WidgetGenerator.cc.
Referenced by main(), and HadronInterface::SimulateReconstruction().