|
Cat
|
#include <inc/PhaserScan.h>
Public Member Functions | |
| PhaserScan () | |
| Standard constructor. More... | |
| virtual | ~PhaserScan () |
| Destructor. More... | |
| virtual StatusCode | initialize () |
| virtual StatusCode | execute () |
| virtual StatusCode | finalize () |
| StatusCode | setPhaserMin (unsigned int) |
| unsigned int | phaserMin () |
| StatusCode | setPhaserMax (unsigned int) |
| unsigned int | phaserMax () |
| StatusCode | setPhaserStep (unsigned int) |
| unsigned int | phaserStep () |
| StatusCode | setDepth (unsigned int) |
| unsigned int | depth () |
| StatusCode | setChannels (unsigned int) |
| unsigned int | channels () |
| StatusCode | setTrigger (bool trig) |
| void | setSample (int nsample) |
| int | sample () |
| bool | trigger () |
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 | |
| PhaserScan * | clone () |
| unsigned int | decodeFormat (unsigned int, unsigned int, RAM *) |
Private Attributes | |
| Int_t | m_runNumber |
| Int_t | m_evtNumber |
| Int_t | m_channel [8] |
| Int_t | m_chNumber [8] |
| Int_t | m_nch |
| int | m_channels |
| int | m_depth |
| Proto40MHz_v1 * | m_board |
| A3PE * | m_pga |
| Phaser * | m_phaser |
| RAM * | m_fifo |
| bool | m_trig |
| TH1D * | m_hist |
| unsigned int | m_phaserMin |
| unsigned int | m_phaserStep |
| unsigned int | m_phaserMax |
| unsigned int | m_nsample |
| int | m_deadtime |
Static Private Attributes | |
| static const unsigned int | m_depthmax = 512 |
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 20 of file PhaserScan.h.
| PhaserScan::PhaserScan | ( | ) |
Standard constructor.
Referenced by clone().
|
virtual |
Destructor.
|
inline |
|
inlineprotectedvirtual |
processus termination virtual function
Implements Processus.
Definition at line 59 of file PhaserScan.h.
References decodeFormat(), and PhaserScan().
|
protected |
Referenced by clone().
|
inline |
|
virtual |
processus execution virtual function
Implements Processus.
|
virtual |
processus termination virtual function
Implements Processus.
|
virtual |
processus initialisation virtual function
Implements Processus.
|
inline |
|
inline |
|
inline |
|
inline |
| StatusCode PhaserScan::setChannels | ( | unsigned | int | ) |
Referenced by depth().
| StatusCode PhaserScan::setDepth | ( | unsigned | int | ) |
Referenced by phaserStep().
| StatusCode PhaserScan::setPhaserMax | ( | unsigned | int | ) |
Referenced by phaserMin().
| StatusCode PhaserScan::setPhaserMin | ( | unsigned | int | ) |
| StatusCode PhaserScan::setPhaserStep | ( | unsigned | int | ) |
Referenced by phaserMax().
|
inline |
|
inline |
Definition at line 43 of file PhaserScan.h.
References m_trig, and StatusCode::SUCCESS.
|
inline |
Definition at line 54 of file PhaserScan.h.
References m_trig.
|
private |
Definition at line 77 of file PhaserScan.h.
|
private |
Definition at line 71 of file PhaserScan.h.
|
private |
Definition at line 75 of file PhaserScan.h.
Referenced by channels().
|
private |
Definition at line 72 of file PhaserScan.h.
|
private |
Definition at line 87 of file PhaserScan.h.
|
private |
Definition at line 76 of file PhaserScan.h.
Referenced by depth().
|
staticprivate |
Definition at line 65 of file PhaserScan.h.
|
private |
Definition at line 69 of file PhaserScan.h.
|
private |
Definition at line 80 of file PhaserScan.h.
|
private |
Definition at line 82 of file PhaserScan.h.
|
private |
Definition at line 73 of file PhaserScan.h.
|
private |
Definition at line 86 of file PhaserScan.h.
Referenced by sample(), and setSample().
|
private |
Definition at line 78 of file PhaserScan.h.
|
private |
Definition at line 79 of file PhaserScan.h.
|
private |
Definition at line 85 of file PhaserScan.h.
Referenced by phaserMax().
|
private |
Definition at line 83 of file PhaserScan.h.
Referenced by phaserMin().
|
private |
Definition at line 84 of file PhaserScan.h.
Referenced by phaserStep().
|
private |
Definition at line 68 of file PhaserScan.h.
|
private |
Definition at line 81 of file PhaserScan.h.
Referenced by setTrigger(), and trigger().
1.8.13