#include <NCExtractionANN.h>
Inheritance diagram for NCExtractionANNNear:

Public Member Functions | |
| NCExtractionANNNear (NCAnalysisCuts *cuts, const Registry &r) | |
Definition at line 59 of file NCExtractionANN.h.
|
||||||||||||
|
Definition at line 62 of file NCExtractionANN.h. 00064 : NCExtractionANN(cuts, r) 00065 00066 { 00067 // Can't set members of the base class in initizalization lists, 00068 // it seems. Have to do it here. 00069 fDetector=Detector::kNear; 00070 }
|
1.3.9.1