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

Public Member Functions | |
| AlgEvent () | |
| virtual | ~AlgEvent () |
| virtual bool | Run (Event &event, const Record &record, bool pass)=0 |
| virtual void | Config (const Registry &) |
| virtual void | Set (TDirectory *) |
| virtual void | End (const DataBlock &) |
| void | Name (const std::string &value) |
| const std::string & | Name () const |
Private Member Functions | |
| AlgEvent (const AlgEvent &) | |
| AlgEvent & | operator= (const AlgEvent &) |
Private Attributes | |
| std::string | fName |
|
|
Definition at line 72 of file AlgEvent.h. 00072 : fName("generic") 00073 { 00074 }
|
|
|
Definition at line 76 of file AlgEvent.h. 00077 {
00078 }
|
|
|
|
|
|
Reimplemented in Anp::FillMuonId, Anp::FillkNN, Anp::PlotBasic, Anp::PlotData, Anp::PlotEff, Anp::PlotEvent, Anp::PlotPur, Anp::PlotSelect, Anp::PlotShower, Anp::PlotTrack, Anp::PlotTrackGeom, Anp::PlotTruth, Anp::PlotVtx, Anp::RunAlgEvent, Anp::SelectAntiNeutrino, Anp::SelectCount, and Anp::SelectNeutrino. Definition at line 80 of file AlgEvent.h. 00081 {
00082 }
|
|
|
Reimplemented in Anp::FillkNN, Anp::PlotEff, Anp::PlotPur, Anp::PlotSelect, Anp::RunAlgEvent, Anp::SelectAntiNeutrino, Anp::SelectCount, and Anp::SelectNeutrino. Definition at line 88 of file AlgEvent.h. 00089 {
00090 }
|
|
|
Definition at line 97 of file AlgEvent.h. Referenced by Anp::RunAlgEvent::Config(), Anp::RunAlgEvent::End(), Anp::PlotSelect::GetEnu(), Anp::PlotSelect::GetRes(), and Anp::PlotSelect::GetSel(). 00098 {
00099 return fName;
00100 }
|
|
|
Definition at line 92 of file AlgEvent.h. References fName. 00093 {
00094 fName = value;
00095 }
|
|
|
|
|
||||||||||||||||
|
|
Reimplemented in Anp::PlotBasic, Anp::PlotData, Anp::PlotEff, Anp::PlotEvent, Anp::PlotPur, Anp::PlotSelect, Anp::PlotShower, Anp::PlotTrack, Anp::PlotTrackGeom, Anp::PlotTruth, Anp::PlotVtx, Anp::RunAlgEvent, Anp::SelectCount, and Anp::SelectNeutrino. Definition at line 84 of file AlgEvent.h. 00085 {
00086 }
|
|
|
Definition at line 62 of file AlgEvent.h. Referenced by Name(). |
1.3.9.1