Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ANtpHeaderInfo Class Reference

#include <ANtpHeaderInfo.h>

Inheritance diagram for ANtpHeaderInfo:

ANtpHeaderInfoBeam List of all members.

Public Member Functions

 ANtpHeaderInfo ()
virtual ~ANtpHeaderInfo ()
void Reset ()

Public Attributes

Int_t detector
Int_t run
Int_t subRun
Int_t snarl
Int_t events
Int_t year
Int_t month
Int_t day
Int_t hour
Int_t minute
Double_t second
UInt_t utc
Double_t julianDate
Double_t localSiderealTime
Int_t coilStatus

Constructor & Destructor Documentation

ANtpHeaderInfo::ANtpHeaderInfo  ) 
 

Definition at line 21 of file ANtpHeaderInfo.cxx.

References MSG.

00021                                :
00022   detector(ANtpDefVal::kInt),
00023   run(ANtpDefVal::kInt),
00024   subRun(ANtpDefVal::kInt),
00025   snarl(ANtpDefVal::kInt),
00026   events(ANtpDefVal::kInt),
00027   year(ANtpDefVal::kInt),
00028   month(ANtpDefVal::kInt),
00029   day(ANtpDefVal::kInt),
00030   hour(ANtpDefVal::kInt),
00031   minute(ANtpDefVal::kInt),
00032   second(ANtpDefVal::kFloat),
00033   utc(ANtpDefVal::kUInt),
00034   julianDate(ANtpDefVal::kFloat),
00035   localSiderealTime(ANtpDefVal::kFloat),
00036   coilStatus(0)
00037 {
00038   
00039   MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Constructor" << endl;
00040   
00041 }

ANtpHeaderInfo::~ANtpHeaderInfo  )  [virtual]
 

Definition at line 44 of file ANtpHeaderInfo.cxx.

References MSG.

00045 {
00046   
00047   MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Destructor" << endl;
00048   
00049 }


Member Function Documentation

void ANtpHeaderInfo::Reset  ) 
 

Reimplemented in ANtpHeaderInfoBeam.

Definition at line 52 of file ANtpHeaderInfo.cxx.

References coilStatus, day, detector, events, hour, julianDate, localSiderealTime, minute, month, run, second, snarl, subRun, utc, and year.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and ANtpHeaderInfoBeam::Reset().

00053 {
00054   detector = ANtpDefVal::kInt;
00055   run = ANtpDefVal::kInt;
00056   subRun = ANtpDefVal::kInt;
00057   snarl = ANtpDefVal::kInt;
00058   events = ANtpDefVal::kInt;
00059   year = ANtpDefVal::kInt;
00060   month = ANtpDefVal::kInt;
00061   day = ANtpDefVal::kInt;
00062   hour = ANtpDefVal::kInt;
00063   minute = ANtpDefVal::kInt;
00064   second = ANtpDefVal::kFloat;
00065   julianDate = ANtpDefVal::kFloat;
00066   localSiderealTime = ANtpDefVal::kFloat;
00067   utc = ANtpDefVal::kUInt;
00068   coilStatus = 0;  //default to unknown
00069   
00070   return;
00071 }


Member Data Documentation

Int_t ANtpHeaderInfo::coilStatus
 

Definition at line 37 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::day
 

Definition at line 30 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::detector
 

Definition at line 23 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::events
 

Definition at line 27 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::hour
 

Definition at line 31 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Double_t ANtpHeaderInfo::julianDate
 

Definition at line 35 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Double_t ANtpHeaderInfo::localSiderealTime
 

Definition at line 36 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::minute
 

Definition at line 32 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::month
 

Definition at line 29 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::run
 

Definition at line 24 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Double_t ANtpHeaderInfo::second
 

Definition at line 33 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::snarl
 

Definition at line 26 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::subRun
 

Definition at line 25 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

UInt_t ANtpHeaderInfo::utc
 

Definition at line 34 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::year
 

Definition at line 28 of file ANtpHeaderInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:35 2007 for loon by  doxygen 1.3.9.1