#include <CandContext.h>
Public Member Functions | |
| CandContext () | |
| CandContext (TObject *caller, const MomNavigator *mom=0) | |
| virtual | ~CandContext () |
| const TObject * | GetCaller () const |
| CandRecord * | GetCandRecord () const |
| const TObject * | GetDataIn () const |
| const MomNavigator * | GetMom () const |
| void | SetCandRecord (CandRecord *candrec) |
| void | SetDataIn (TObject *datain) |
Private Attributes | |
| TObject * | fCaller |
| CandRecord * | fCandRecord |
| TObject * | fDataIn |
| const MomNavigator * | fMom |
Friends | |
| class | AlgBase |
| class | CandBase |
|
|
Definition at line 16 of file CandContext.cxx. 00016 : 00017 fCaller(0) 00018 , fCandRecord(0) 00019 , fDataIn(0) 00020 , fMom(0) 00021 { 00022 }
|
|
||||||||||||
|
Definition at line 25 of file CandContext.cxx. 00025 : 00026 fCaller(caller) 00027 , fCandRecord(0) 00028 , fDataIn(0) 00029 , fMom(mom) 00030 { 00031 }
|
|
|
Definition at line 34 of file CandContext.cxx. 00035 {
00036 }
|
|
|
Definition at line 31 of file CandContext.h. 00031 {return fCaller;}
|
|
|
|
|
|
|
|
Definition at line 24 of file CandContext.h. |
|
|
Definition at line 25 of file CandContext.h. |
|
|
Definition at line 39 of file CandContext.h. |
|
|
Definition at line 40 of file CandContext.h. Referenced by SetCandRecord(). |
|
|
Definition at line 41 of file CandContext.h. Referenced by SetDataIn(). |
|
|
Definition at line 42 of file CandContext.h. |
1.3.9.1