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

Public Member Functions | |
| RecMinosHdr () | |
| RecMinosHdr (const VldContext &vld) | |
| virtual | ~RecMinosHdr () |
| const VldContext & | GetVldContext () const |
| void | SetVldContext (const VldContext &cx) |
| virtual void | Print (Option_t *option="") const |
Protected Attributes | |
| VldContext | fVldContext |
|
|
Definition at line 21 of file RecMinosHdr.cxx. 00022 {
00023 // Default constructor
00024 }
|
|
|
Definition at line 27 of file RecMinosHdr.cxx. 00028 : fVldContext(vld) 00029 { 00030 // normal ctor 00031 }
|
|
|
Definition at line 35 of file RecMinosHdr.cxx. 00036 {
00037 // delete all the owned sub-objects
00038 }
|
|
|
|
Reimplemented in CandHeader, and RawHeader. Definition at line 41 of file RecMinosHdr.cxx. References fVldContext, Nav::GetName(), and VldContext::Print(). Referenced by RawRecord::Print(), CandRecord::Print(), and CandHeader::Print(). 00042 {
00043 cout << GetName() << " ";
00044 fVldContext.Print();
00045 }
|
|
|
Definition at line 26 of file RecMinosHdr.h. References fVldContext. 00026 { fVldContext = cx; };
|
|
|
Definition at line 32 of file RecMinosHdr.h. Referenced by Print(), and SetVldContext(). |
1.3.9.1