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

ANtpRecord Class Reference

#include <ANtpRecord.h>

Inheritance diagram for ANtpRecord:

RecRecordImp< ANtpHeader > RecRecord List of all members.

Public Member Functions

 ANtpRecord ()
 ANtpRecord (const ANtpHeader &head)
virtual ~ANtpRecord ()

Public Attributes

ANtpBeamInfo beam
ANtpEventInfo event
ANtpShowerInfo shower
ANtpTrackInfo track
ANtpTruthInfo truth

Constructor & Destructor Documentation

ANtpRecord::ANtpRecord  ) 
 

Definition at line 14 of file ANtpRecord.cxx.

References MSG.

00014                       :
00015   RecRecordImp<ANtpHeader>(),
00016   beam(),
00017   event(),
00018   shower(),
00019   track(),
00020   truth()
00021 {
00022    MSG("ANtpRecord",Msg::kDebug)<<"In ANtpRecord()"<<endl;
00023 }

ANtpRecord::ANtpRecord const ANtpHeader head  ) 
 

Definition at line 25 of file ANtpRecord.cxx.

References MSG.

00025                                             :
00026   RecRecordImp<ANtpHeader>(head),
00027   beam(),
00028   event(),
00029   shower(),
00030   track(),
00031   truth()
00032 {
00033    MSG("ANtpRecord",Msg::kDebug)<<"In ANtpRecord(const ANtpHeader &)"<<endl;
00034 }

ANtpRecord::~ANtpRecord  )  [virtual]
 

Definition at line 36 of file ANtpRecord.cxx.

References MSG.

00037 {
00038    MSG("ANtpRecord",Msg::kDebug)<<"In ~ANtpRecord"<<endl;
00039 }


Member Data Documentation

ANtpBeamInfo ANtpRecord::beam
 

Definition at line 27 of file ANtpRecord.h.

ANtpEventInfo ANtpRecord::event
 

Definition at line 28 of file ANtpRecord.h.

ANtpShowerInfo ANtpRecord::shower
 

Definition at line 29 of file ANtpRecord.h.

ANtpTrackInfo ANtpRecord::track
 

Definition at line 30 of file ANtpRecord.h.

ANtpTruthInfo ANtpRecord::truth
 

Definition at line 31 of file ANtpRecord.h.


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