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

Public Member Functions | |
| NCExtractionANNFar (NCAnalysisCuts *cuts, const Registry &r) | |
Definition at line 78 of file NCExtractionANN.h.
|
||||||||||||
|
Definition at line 81 of file NCExtractionANN.h. 00083 : NCExtractionANN(cuts, r) 00084 { 00085 // Can't set members of the base class in initizalization lists, 00086 // it seems. Have to do it here. 00087 fDetector=Detector::kFar; 00088 }
|
1.3.9.1