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

Public Member Functions | |
| CandHeader () | |
| CandHeader (const VldContext &vldc, Int_t run, Int_t snarl, Int_t event=-1) | |
| virtual | ~CandHeader () |
| Int_t | GetRun () const |
| Int_t | GetSnarl () const |
| Int_t | GetEvent () const |
| virtual void | Print (Option_t *option="") const |
Protected Attributes | |
| Int_t | fRun |
| Int_t | fSnarl |
| Int_t | fEvent |
|
|
Definition at line 28 of file CandHeader.cxx. 00028 : 00029 RecMinosHdr(), fRun(-1), fSnarl(-1), fEvent(-1) 00030 { 00031 }
|
|
||||||||||||||||||||
|
Definition at line 34 of file CandHeader.cxx. References run(). 00034 : 00035 RecMinosHdr(vldc), fRun(run), fSnarl(snarl), fEvent(event) 00036 { 00037 }
|
|
|
Definition at line 40 of file CandHeader.cxx. 00041 {
00042 }
|
|
|
Definition at line 29 of file CandHeader.h. Referenced by NtpStModule::Get(), DataUtil::GetRunSnarlEvent(), NtpSRModule::Reco(), NtpMRModule::Reco(), NtpFitSAModule::Reco(), NtpEMModule::Reco(), NtpCluster3DModule::Reco(), and DemoCandNtpModule::Reco(). 00029 { return fEvent; }
|
|
|
|
|
Reimplemented from RecMinosHdr. Definition at line 45 of file CandHeader.cxx. References fEvent, fRun, fSnarl, option, and RecMinosHdr::Print(). Referenced by DataUtil::dump_mom(). 00046 {
00047 RecMinosHdr::Print(option);
00048 cout << " Run " << fRun
00049 << " Snarl " << fSnarl
00050 << " PhysicsEvent "<< fEvent
00051 << endl;
00052 }
|
|
|
Definition at line 37 of file CandHeader.h. Referenced by Print(). |
|
|
Definition at line 35 of file CandHeader.h. Referenced by Print(). |
|
|
Definition at line 36 of file CandHeader.h. Referenced by Print(). |
1.3.9.1