#include <NCExtractionkNN.h>
Inheritance diagram for NCExtractionkNN:

Public Member Functions | |
| NCExtractionkNN (NCAnalysisCuts *c, const Registry &r) | |
Protected Member Functions | |
| double | GetIdProbability (NCEventInfo &evtInfo, int beamType) |
| The probability that this event is CC. | |
| virtual double | GetCutPosition () const |
| Where to cut on the IdProbability. | |
Definition at line 14 of file NCExtractionkNN.h.
|
||||||||||||
|
Definition at line 24 of file NCExtractionkNN.cxx. 00025 : NCExtraction(cuts, r) 00026 { 00027 // No-op 00028 }
|
|
|
Where to cut on the IdProbability.
Implements NCExtraction. Definition at line 21 of file NCExtractionkNN.h. 00021 {return 0.3;}
|
|
||||||||||||
|
The probability that this event is CC.
Implements NCExtraction. Definition at line 30 of file NCExtractionkNN.cxx. References ANtpTrackInfoNC::kNN, and NCEventInfo::track.
|
1.3.9.1