#include <SummaryData.h>
Inheritance diagram for SummaryData:

Public Methods | |
| SummaryData (T& t) | |
| ctor just sets reference. More... | |
| ~SummaryData () | |
| dtor. More... | |
| T* | tuple () |
| return reference to the n-tuple itself. More... | |
| void | visit (GlastRecon* r) |
| void | visit (MCRecon* r) |
| void | visit (CalRecon* r) |
| void | visit (TrackerRecon* r) |
| void | visit (TriggerRecon* r) |
| void | visit (VetoRecon* r) |
| void | visit (CalProfile* r) |
Private Methods | |
| void | addData (const Recon* r) |
Private Attributes | |
| T& | m_tuple |
It specifically adds items from the LbldData array that each maintains to the template arg, assumed to be an n-tuple that only needs to support an addItem method.
Definition at line 26 of file SummaryData.h.
|
||||
|
ctor just sets reference.
Definition at line 30 of file SummaryData.h. |
|
||||
|
dtor.
Definition at line 33 of file SummaryData.h. |
|
||||
|
Definition at line 50 of file SummaryData.h. Referenced by visit(). |
|
||||
|
return reference to the n-tuple itself.
Definition at line 36 of file SummaryData.h. Referenced by ~SummaryData(). |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 45 of file SummaryData.h. |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 44 of file SummaryData.h. |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 43 of file SummaryData.h. |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 42 of file SummaryData.h. |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 41 of file SummaryData.h. |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 40 of file SummaryData.h. |
|
||||
|
Reimplemented from ReconVisitor. Definition at line 39 of file SummaryData.h. |
|
|||
|
Definition at line 58 of file SummaryData.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000