#include "RawBeamSwicData.h"#include <iostream>Go to the source code of this file.
|
||||||||||||
|
Definition at line 146 of file RawBeamSwicData.cxx. References unscale(). Referenced by RawBeamSwicData::VmeNanoseconds(), and RawBeamSwicData::VmeSeconds(). 00147 {
00148 int id1 = unscale(d1);
00149 int id2 = unscale(d2);
00150 return (id1<<16)+(id2&0xffff);
00151 }
|
|
|
Definition at line 138 of file RawBeamSwicData.cxx. Referenced by Swic::SetAcnetDevice(), ul2int(), and RawBeamSwicData::UnscaledWireData(). 00139 {
00140 // double temp_needed_to_avoid_gcc_bug = d*32767./10.;
00141 // return (int)temp_needed_to_avoid_gcc_bug;
00142 return (int)(d*32767.001/10.);
00143 }
|
|
|
Definition at line 85 of file RawBeamSwicData.cxx. |
|
|
Definition at line 101 of file RawBeamSwicData.cxx. |
|
|
Definition at line 84 of file RawBeamSwicData.cxx. |
|
|
Definition at line 111 of file RawBeamSwicData.cxx. |
|
|
Definition at line 91 of file RawBeamSwicData.cxx. |
|
|
Definition at line 99 of file RawBeamSwicData.cxx. |
|
|
Definition at line 114 of file RawBeamSwicData.cxx. Referenced by RawBeamSwicData::VmeNanoseconds(), and RawBeamSwicData::VmeSeconds(). |
|
|
Definition at line 133 of file RawBeamSwicData.cxx. |
|
|
Definition at line 90 of file RawBeamSwicData.cxx. |
|
|
Definition at line 98 of file RawBeamSwicData.cxx. |
|
|
Definition at line 88 of file RawBeamSwicData.cxx. |
|
|
Definition at line 96 of file RawBeamSwicData.cxx. |
|
|
Definition at line 119 of file RawBeamSwicData.cxx. |
|
|
Definition at line 118 of file RawBeamSwicData.cxx. |
|
|
Definition at line 121 of file RawBeamSwicData.cxx. |
|
|
Definition at line 120 of file RawBeamSwicData.cxx. |
|
|
Definition at line 108 of file RawBeamSwicData.cxx. |
|
|
Definition at line 105 of file RawBeamSwicData.cxx. |
|
|
Definition at line 104 of file RawBeamSwicData.cxx. Referenced by RawBeamSwicData::ScaledWireData(), and RawBeamSwicData::UnscaledWireData(). |
|
|
Definition at line 117 of file RawBeamSwicData.cxx. |
|
|
Definition at line 116 of file RawBeamSwicData.cxx. |
|
|
Definition at line 89 of file RawBeamSwicData.cxx. |
|
|
Definition at line 97 of file RawBeamSwicData.cxx. |
|
|
Definition at line 92 of file RawBeamSwicData.cxx. |
|
|
Definition at line 134 of file RawBeamSwicData.cxx. |
1.3.9.1