#include <Detector.h>
Inheritance diagram for Detector< Rtrsmra< float, array >, Logic_t >:


Public Types | |
| typedef DetectorBase< Rtrsmra< float, array >, Logic_t >::DarrayType | DarrayType |
Public Member Functions | |
| Detector (Rtrsmra< float, array > &x) | |
| void | map (const int *ha, DarrayType &da) |
|
|||||
|
Reimplemented from DetectorBase< Rtrsmra< float, array >, Logic_t >. Definition at line 117 of file Detector.h. |
|
||||||||||
|
Definition at line 118 of file Detector.h. References array.
00119 : DetectorBase< Rtrsmra<float,array>,Logic_t>(x) {} |
|
||||||||||||||||
|
Reimplemented from DetectorBase< Rtrsmra< float, array >, Logic_t >. Definition at line 120 of file Detector.h.
00120 {
00121 for(int m=0;m<=_mmax;m++) da[m]=float(ha[m])/float((*_x).amax()+1);
00122 }
|
1.3.6