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


Public Types | |
| typedef DetectorBase< Rtrsmra< double, array >, Logic_t >::DarrayType | DarrayType |
Public Member Functions | |
| Detector (Rtrsmra< double, array > &x) | |
| void | map (const int *ha, DarrayType &da) |
|
|||||
|
Reimplemented from DetectorBase< Rtrsmra< double, array >, Logic_t >. Definition at line 130 of file Detector.h. |
|
||||||||||
|
Definition at line 131 of file Detector.h. References array.
00132 : DetectorBase< Rtrsmra<double,array>,Logic_t>(x) {} |
|
||||||||||||||||
|
Reimplemented from DetectorBase< Rtrsmra< double, array >, Logic_t >. Definition at line 133 of file Detector.h.
00133 {
00134 for(int m=0;m<=_mmax;m++) da[m]=float(ha[m])/float((*_x).amax()+1);
00135 }
|
1.3.6