Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NCExtractionANNNear Class Reference

ANN extraction always using the near detector ANN. More...

#include <NCExtractionANN.h>

Inheritance diagram for NCExtractionANNNear:

NCExtractionANN NCExtraction List of all members.

Public Member Functions

 NCExtractionANNNear (NCAnalysisCuts *cuts, const Registry &r)

Detailed Description

ANN extraction always using the near detector ANN.

Definition at line 59 of file NCExtractionANN.h.


Constructor & Destructor Documentation

NCExtractionANNNear::NCExtractionANNNear NCAnalysisCuts cuts,
const Registry r
[inline]
 

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   }


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:39 2010 for loon by  doxygen 1.3.9.1