|
Cat
|
#include <include/PhaserRampExec.h>
Public Member Functions | |
| PhaserRampExec () | |
| Standard constructor. More... | |
| virtual | ~PhaserRampExec () |
| Destructor. More... | |
| virtual StatusCode | initialize () |
| virtual StatusCode | execute () |
| virtual StatusCode | finalize () |
Public Member Functions inherited from Processus | |
| 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) |
Public Member Functions inherited from Object | |
| 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 () |
Public Member Functions inherited from Attrib | |
| Attrib () | |
| Standard constructor. More... | |
| virtual | ~Attrib () |
| Destructor. More... | |
| bool | is (int attribut) |
| void | add (int attribut) |
| void | remove (int attribut) |
| std::string | attributs () |
Protected Member Functions | |
| PhaserRampExec * | clone () |
Private Attributes | |
| Phaser * | m_phaser |
| TH1D * | h1 |
| TH1D * | h2 |
| TH1D * | h3 |
| TH1D * | h4 |
| TH1D * | hv1 |
| TH1D * | hv2 |
| TH1D * | hv3 |
| TH1D * | hv4 |
| TFile * | file |
| TH1F * | histo |
| int | m_initPhase [4] |
| unsigned long | m_nProcessedEvents |
| unsigned long | errorCount |
Additional Inherited Members | |
Public Types inherited from Processus | |
| enum | states { ERR =-1, NOT_OK, OK } |
Public Types inherited from Attrib | |
| enum | Attribut { UNDEFINED, PASSIVE, ACTIVE, INTERFACE, IO, IODATA, ELEMENT, HARDWARE, PROCESSUS, SOFTWARE } |
Protected Attributes inherited from Processus | |
| Element * | m_element |
Protected Attributes inherited from Attrib | |
| std::string | m_attribString [10] |
Definition at line 26 of file PhaserRampExec.h.
| PhaserRampExec::PhaserRampExec | ( | ) |
Standard constructor.
Definition at line 36 of file PhaserRampExec.cpp.
References Object::setName(), Object::setTitle(), and Object::setType().
Referenced by clone().
|
virtual |
|
inlineprotectedvirtual |
processus termination virtual function
Implements Processus.
Definition at line 41 of file PhaserRampExec.h.
References PhaserRampExec().
|
virtual |
processus execution virtual function
Implements Processus.
Definition at line 90 of file PhaserRampExec.cpp.
References errorCount, h1, h2, h3, h4, hv1, hv2, hv3, hv4, Object::info(), itos(), m_nProcessedEvents, m_phaser, Phaser::phase(), Phaser::read(), Phaser::setPhase(), StatusCode::SUCCESS, and Phaser::write().
Referenced by BOOST_PYTHON_MODULE().
|
virtual |
processus termination virtual function
Implements Processus.
Definition at line 139 of file PhaserRampExec.cpp.
References Processus::closeRootFile(), Processus::elapsedTime(), errorCount, ftos(), h1, h2, h3, h4, hv1, hv2, hv3, hv4, Object::info(), itos(), m_initPhase, m_nProcessedEvents, m_phaser, Phaser::setPhase(), StatusCode::SUCCESS, and Phaser::write().
Referenced by BOOST_PYTHON_MODULE().
|
virtual |
processus initialisation virtual function
Implements Processus.
Definition at line 49 of file PhaserRampExec.cpp.
References Processus::element(), errorCount, h1, h2, h3, h4, hv1, hv2, hv3, hv4, Object::info(), m_initPhase, m_nProcessedEvents, m_phaser, Object::name(), Processus::openRootFile(), Phaser::phase(), Phaser::read(), Processus::startChrono(), StatusCode::SUCCESS, and Object::type().
Referenced by BOOST_PYTHON_MODULE().
|
private |
Definition at line 56 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 50 of file PhaserRampExec.h.
Referenced by arguments.arguments::decode(), and arguments.arguments::printout().
|
private |
Definition at line 48 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 48 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 48 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 48 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 51 of file PhaserRampExec.h.
|
private |
Definition at line 49 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 49 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 49 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 49 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 53 of file PhaserRampExec.h.
Referenced by finalize(), and initialize().
|
private |
Definition at line 55 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
|
private |
Definition at line 46 of file PhaserRampExec.h.
Referenced by execute(), finalize(), and initialize().
1.8.13