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

Public Member Functions | |
| NtpBDFullRecord () | |
| NtpBDFullRecord (const BeamDataLiteHeader &header) | |
| virtual | ~NtpBDFullRecord () |
Public Attributes | |
| double | protonIntensity |
Created on: Thu Apr 28 17:18:54 2005
Definition at line 33 of file NtpBDFullRecord.h.
|
|
Definition at line 9 of file NtpBDFullRecord.cxx. 00009 : 00010 RecRecordImp<BeamDataLiteHeader>(), 00011 protonIntensity(0.0) 00012 {}
|
|
|
Definition at line 16 of file NtpBDFullRecord.cxx. 00016 : 00017 RecRecordImp<BeamDataLiteHeader>(head), 00018 protonIntensity(0.0) 00019 {}
|
|
|
Definition at line 23 of file NtpBDFullRecord.cxx. 00024 {}
|
|
|
Definition at line 43 of file NtpBDFullRecord.h. Referenced by NtpBDFullModule::FillToroids(). |
1.3.9.1