Cat
|
#include <include/TestSuite.h>
Classes | |
class | TestSuite |
Public Member Functions | |
TestSuite () | |
Standard constructor. More... | |
virtual | ~TestSuite () |
virtual StatusCode | initialize () |
Destructor. More... | |
virtual StatusCode | execute () |
virtual StatusCode | finalize () |
StatusCode | setSigma (double m1, double m2, double m3, double m4) |
double | sigma (int i) |
![]() | |
Processus () | |
Standard constructor. More... | |
virtual | ~Processus () |
Destructor. More... | |
StatusCode | startProcessing () |
StatusCode | endProcessing () |
void | clean () |
void | setStorage (std::string storage) |
Data * | data () |
std::vector< double > | data (unsigned int row) |
std::vector< double > | data (std::string name) |
Histo1D * | hist1d (unsigned int row) |
Histo2D * | hist2d (unsigned int row) |
void | addDataStream (std::string name, std::string title) |
void | addHisto1d (TH1D *h) |
void | addHisto2d (TH2D *h) |
StatusCode | dataFill (int i, double val) |
StatusCode | dataFill (std::string name, double val) |
std::string | storage () |
void | setElement (Element *element) |
Element * | element () |
void | incNErrors () |
void | setNErrors (unsigned int) |
unsigned int | nErrors () |
TFile * | rootFile () |
void | openRootFile () |
void | closeRootFile () |
void | startChrono () |
void | setLogMsg (std::string logMsg) |
std::string | logMsg () |
void | setState (int state) |
double | elapsedTime () |
double | elapsedTime (time_t start) |
![]() | |
Object () | |
Standard constructor. More... | |
virtual | ~Object () |
Destructor. More... | |
std::string | name () const |
std::string | type () |
unsigned char | id () |
std::string | title () |
void | msgSvc (int level, std::string msg, std::string name) |
void | msg (std::string mymsg) |
void | verbose (std::string mymsg) |
void | debug (std::string mymsg) |
void | info (std::string mymsg) |
void | warning (std::string mymsg) |
void | error (std::string mymsg) |
void | fatal (std::string mymsg) |
void | msg (std::string mymsg, std::string name) |
void | verbose (std::string mymsg, std::string name) |
void | debug (std::string mymsg, std::string name) |
void | info (std::string mymsg, std::string name) |
void | warning (std::string mymsg, std::string name) |
void | error (std::string mymsg, std::string name) |
void | fatal (std::string mymsg, std::string name) |
void | setName (std::string name) |
void | setType (std::string type) |
void | setId (unsigned char id) |
void | setTitle (std::string title) |
void | setDllName (std::string dllName) |
std::string | dllName () |
![]() | |
Attrib () | |
Standard constructor. More... | |
virtual | ~Attrib () |
Destructor. More... | |
bool | is (int attribut) |
void | add (int attribut) |
void | remove (int attribut) |
std::string | attributs () |
Public Attributes | |
p7 = fig.add_subplot(2,3,6) | |
plot examplesp6=fig.add_subplot(4,3,6) p6.set_title('axes title') p6.set_xlabel('xlabel') p6.set_ylabel('ylabel') p6.text(3, 8, 'boxed italics text in data coords', style='italic', bbox={'facecolor':'red', 'alpha':0.5, 'pad':10}) p6.text(2, 6, r'an equation: $E=mc^2$', fontsize=15) p6.text(3, 2, unicode('unicode: Institut f\374r Festk\366rperphysik', 'latin-1')) p6.text(0.95, 0.01, 'colored text in axes coords', verticalalignment='bottom', horizontalalignment='right', transform=p6.transAxes, color='green', fontsize=15) p6.plot([2], [1], 'o') p6.annotate('annotate', xy=(2, 1), xytext=(3, 4), arrowprops=dict(facecolor='black', shrink=0.05)) p6.axis([0, 10, 0, 10]) More... | |
h7 = obj.hist1d(0) | |
color | |
Protected Member Functions | |
TestSuite * | clone () |
Private Attributes | |
TRandom * | m_rnd |
TH1D * | m_h1 |
TH1D * | m_h2 |
TH1D * | m_h3 |
TH1D * | m_h4 |
TH2D * | m_h5 |
double | m_m1 |
double | m_m2 |
double | m_m3 |
double | m_m4 |
std::vector< double > | m_val |
Additional Inherited Members | |
![]() | |
enum | states { ERR =-1, NOT_OK, OK } |
![]() | |
enum | Attribut { UNDEFINED, PASSIVE, ACTIVE, INTERFACE, IO, IODATA, ELEMENT, HARDWARE, PROCESSUS, SOFTWARE } |
![]() | |
Element * | m_element |
![]() | |
std::string | m_attribString [10] |
Definition at line 18 of file TestSuite.h.
Standard constructor.
Definition at line 23 of file TestSuite.cpp.
References Object::setName(), Object::setTitle(), and Object::setType().
Referenced by clone().
|
inlinevirtual |
Definition at line 23 of file TestSuite.h.
References execute(), finalize(), and initialize().
|
inlineprotectedvirtual |
processus termination virtual function
Implements Processus.
Definition at line 59 of file TestSuite.h.
References TestSuite().
|
virtual |
processus execution virtual function
Implements Processus.
Definition at line 61 of file TestSuite.cpp.
References Processus::dataFill(), m_h1, m_h2, m_h3, m_h4, m_h5, m_m1, m_m2, m_m3, m_m4, m_rnd, and StatusCode::SUCCESS.
Referenced by ~TestSuite().
|
virtual |
processus termination virtual function
Implements Processus.
Definition at line 85 of file TestSuite.cpp.
References StatusCode::SUCCESS.
Referenced by ~TestSuite().
|
virtual |
Destructor.
Implements Processus.
Definition at line 41 of file TestSuite.cpp.
References Processus::addDataStream(), Processus::addHisto1d(), Processus::addHisto2d(), m_h1, m_h2, m_h3, m_h4, m_h5, m_rnd, and StatusCode::SUCCESS.
Referenced by ~TestSuite().
|
inline |
Definition at line 29 of file TestSuite.h.
References m_m1, m_m2, m_m3, m_m4, and StatusCode::SUCCESS.
Referenced by export_proc(), and TestSuite.TestSuite::onApply().
|
inline |
Definition at line 37 of file TestSuite.h.
References itos(), m_m1, m_m2, m_m3, m_m4, and Object::warning().
Referenced by export_proc(), and TestSuite.TestSuite::update().
TestSuite.color |
Definition at line 143 of file TestSuite.py.
TestSuite.h7 = obj.hist1d(0) |
Definition at line 141 of file TestSuite.py.
|
private |
Definition at line 65 of file TestSuite.h.
Referenced by execute(), and initialize().
|
private |
Definition at line 65 of file TestSuite.h.
Referenced by execute(), and initialize().
|
private |
Definition at line 65 of file TestSuite.h.
Referenced by execute(), and initialize().
|
private |
Definition at line 65 of file TestSuite.h.
Referenced by execute(), and initialize().
|
private |
Definition at line 66 of file TestSuite.h.
Referenced by execute(), and initialize().
|
private |
Definition at line 67 of file TestSuite.h.
Referenced by execute(), setSigma(), and sigma().
|
private |
Definition at line 67 of file TestSuite.h.
Referenced by execute(), setSigma(), and sigma().
|
private |
Definition at line 67 of file TestSuite.h.
Referenced by execute(), setSigma(), and sigma().
|
private |
Definition at line 67 of file TestSuite.h.
Referenced by execute(), setSigma(), and sigma().
|
private |
Definition at line 61 of file TestSuite.h.
Referenced by execute(), and initialize().
|
private |
Definition at line 68 of file TestSuite.h.
TestSuite.p7 = fig.add_subplot(2,3,6) |
Definition at line 140 of file TestSuite.py.