#include <AcnetDevice.h>
Public Member Functions | |
| AcnetDevice () | |
| AcnetDevice (const char *n) | |
| virtual | ~AcnetDevice () |
| void | clear () |
Public Attributes | |
| int | event |
| int | delay |
| int | sec |
| int | msec |
| double | timestamp |
| char | name [8] |
| int | ndata |
| double * | data |
Definition at line 9 of file AcnetDevice.h.
|
|
Definition at line 2 of file AcnetDevice.cxx.
|
|
|
Definition at line 5 of file AcnetDevice.cxx. 00006 {
00007 for (int i=0; i<8; ++i) {
00008 name[i] = n[i];
00009 if (! n[i]) break;
00010 }
00011 clear();
00012 }
|
|
|
Definition at line 13 of file AcnetDevice.cxx. 00013 {}
|
|
|
Definition at line 14 of file AcnetDevice.cxx. References data, delay, event, msec, ndata, sec, and timestamp. Referenced by AcnetDevice(), and BmntImp::Fill().
|
|
|
Definition at line 15 of file AcnetDevice.h. Referenced by clear(), ProtonDist::Fill(), Npot::Fill(), BmntImp::Fill(), Pedestals::GeneratePeds(), horn_off(), make_plots(), pedmaker(), Swic::SetAcnetDevice(), and tortgt_ok(). |
|
|
Definition at line 10 of file AcnetDevice.h. Referenced by clear(), and BmntImp::Fill(). |
|
|
Definition at line 10 of file AcnetDevice.h. Referenced by clear(), Npot::Fill(), and BmntImp::Fill(). |
|
|
Definition at line 11 of file AcnetDevice.h. Referenced by clear(), and BmntImp::Fill(). |
|
|
Definition at line 13 of file AcnetDevice.h. Referenced by AcnetDevice(), and Swic::SetAcnetDevice(). |
|
|
Definition at line 14 of file AcnetDevice.h. Referenced by clear(), ProtonDist::Fill(), Npot::Fill(), DeltaT::Fill(), BmntImp::Fill(), horn_off(), make_plots(), Swic::SetAcnetDevice(), and tortgt_ok(). |
|
|
Definition at line 11 of file AcnetDevice.h. Referenced by clear(), BmntImp::Fill(), and tortgt_ok(). |
|
|
Definition at line 12 of file AcnetDevice.h. Referenced by clear(), fill(), Npot::Fill(), MaxDaeDt::Fill(), DeltaT::Fill(), BmntImp::Fill(), Pedestals::GeneratePeds(), and pedmaker(). |
1.3.9.1