#include <AlgStore.h>
Inheritance diagram for Anp::AlgStore:

Public Member Functions | |
| AlgStore () | |
| virtual | ~AlgStore () |
| virtual bool | Run (Record &record, TObject *ptr=0)=0 |
| virtual void | Config (const Registry &) |
| void | Name (const std::string &value) |
| const std::string & | Name () const |
Private Member Functions | |
| AlgStore (const AlgStore &) | |
| AlgStore & | operator= (const AlgStore &) |
Private Attributes | |
| std::string | fName |
|
|
Definition at line 64 of file AlgStore.h. 00064 : fName("generic") 00065 { 00066 }
|
|
|
Definition at line 68 of file AlgStore.h. 00069 {
00070 }
|
|
|
|
|
|
Reimplemented in Anp::FillMadId, Anp::FillEvent, Anp::FillHeader, Anp::FillMRCC, Anp::FillShower, Anp::FillStrip, Anp::FillTrack, Anp::FillTruth, and Anp::RunAlgStore. Definition at line 72 of file AlgStore.h. 00073 {
00074 }
|
|
|
Definition at line 81 of file AlgStore.h. Referenced by Anp::RunAlgStore::Config(). 00082 {
00083 return fName;
00084 }
|
|
|
Definition at line 76 of file AlgStore.h. References fName. 00077 {
00078 fName = value;
00079 }
|
|
|
|
|
||||||||||||
|
Implemented in Anp::FillMadId, Anp::FillEvent, Anp::FillHeader, Anp::FillMRCC, Anp::FillShower, Anp::FillStrip, Anp::FillTrack, Anp::FillTruth, and Anp::RunAlgStore. |
|
|
Definition at line 58 of file AlgStore.h. Referenced by Name(). |
1.3.9.1