#include <Module.h>
Inheritance diagram for jobc::Module:

Public Member Functions | |
| Module (const char *name) | |
| virtual | ~Module () |
| virtual Result | Reco (edm::EventHandle &evt) |
| virtual Result | Ana (const edm::EventHandle &evt) |
| virtual void | NewFile (const char *filename) |
| virtual void | EndFile (const char *filename) |
| virtual void | NewRun (int run, int subrun) |
| virtual void | EndRun (int run, int subrun) |
| virtual void | NewSubrun (int run, int subrun) |
| virtual void | EndSubrun (int run, int subrun) |
| virtual void | CheckInit () |
| virtual void | Reset () |
| virtual void | Report () |
| const char * | Name () const |
| const char * | Version () const |
| void | SetCfgVersion (const char *cfgv) |
Protected Attributes | |
| std::string | fName |
| Name of module. | |
| std::string | fCfgVersion |
| Version of configuration in use. | |
| bool | fIsInit |
| Init to false constructor. | |
Definition at line 30 of file fmwk/JobControl/Module.h.
|
|
Reimplemented in demo::Module. |
|
|
Reimplemented in demo::Module. Definition at line 33 of file fmwk/JobControl/Module.h. 00033 { }
|
|
|
|
|
|
|
Reimplemented in RICHReco, TPCdEdx, TPCPass1, and TPCPass2. Referenced by jobc::Sequence::EndFile(). |
|
||||||||||||
|
Reimplemented in RICHReco, TPCdEdx, TPCPass1, and TPCPass2. Referenced by jobc::Sequence::EndRun(). |
|
||||||||||||
|
Reimplemented in RICHReco, TPCdEdx, TPCPass1, and TPCPass2. Referenced by jobc::Sequence::EndSubrun(). |
|
|
Definition at line 58 of file fmwk/JobControl/Module.h. 00058 { return fName.c_str(); }
|
|
|
Reimplemented in RICHReco, TPCdEdx, TPCPass1, and TPCPass2. Referenced by jobc::Sequence::NewFile(). |
|
||||||||||||
|
Reimplemented in RICHReco, TPCdEdx, TPCPass1, and TPCPass2. Referenced by jobc::Sequence::NewRun(). |
|
||||||||||||
|
Reimplemented in RICHReco, TPCdEdx, TPCPass1, and TPCPass2. Referenced by jobc::Sequence::NewSubrun(). |
|
|
|
|
|
|
Reimplemented in subshower::RecoSubShower. Referenced by novamc::NOVAMC::Reco(). |
|
|
|
Definition at line 59 of file fmwk/JobControl/Module.h. 00059 { return fCfgVersion.c_str(); }
|
|
|
Version of configuration in use.
Definition at line 65 of file fmwk/JobControl/Module.h. |
|
|
Init to false constructor.
Definition at line 66 of file fmwk/JobControl/Module.h. |
|
|
Name of module.
Definition at line 64 of file fmwk/JobControl/Module.h. |
1.3.9.1