BOSS 7.0.9
BESIII Offline Software System
|
#include <ElectronInterface.h>
Public Member Functions | |
ElectronInterface () | |
virtual | ~ElectronInterface () |
void | SetupFromConfigFile (std::string configfile) |
TString | GetFileName () |
void | SetFileName (TString newfilename) |
void | GenerateSample (TString outfile) |
void | SaturationCorrection (TString outfilename) |
void | RunGains (TString outfilename) |
void | TwoDCorrection (TString outfilename) |
void | ApplyCorrections (TString outfile) |
Definition at line 28 of file ElectronInterface.h.
ElectronInterface::ElectronInterface | ( | ) |
Definition at line 3 of file ElectronInterface.cc.
|
inlinevirtual |
Definition at line 33 of file ElectronInterface.h.
void ElectronInterface::ApplyCorrections | ( | TString | outfile | ) |
Definition at line 202 of file ElectronInterface.cc.
Referenced by main().
void ElectronInterface::GenerateSample | ( | TString | outfile | ) |
Definition at line 119 of file ElectronInterface.cc.
Referenced by main().
|
inline |
void ElectronInterface::RunGains | ( | TString | outfilename | ) |
Definition at line 138 of file ElectronInterface.cc.
Referenced by main().
void ElectronInterface::SaturationCorrection | ( | TString | outfilename | ) |
Definition at line 181 of file ElectronInterface.cc.
Referenced by main().
void ElectronInterface::SetFileName | ( | TString | newfilename | ) |
Definition at line 113 of file ElectronInterface.cc.
Referenced by main().
void ElectronInterface::SetupFromConfigFile | ( | std::string | configfile | ) |
Definition at line 25 of file ElectronInterface.cc.
Referenced by main().
void ElectronInterface::TwoDCorrection | ( | TString | outfilename | ) |
Definition at line 160 of file ElectronInterface.cc.
Referenced by main().