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

NCExtractionANNFar Class Reference

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

#include <NCExtractionANN.h>

Inheritance diagram for NCExtractionANNFar:

NCExtractionANN NCExtraction List of all members.

Public Member Functions

 NCExtractionANNFar (NCAnalysisCuts *cuts, const Registry &r)

Detailed Description

ANN extraction always using the far detector ANN.

Definition at line 78 of file NCExtractionANN.h.


Constructor & Destructor Documentation

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

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   }


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