#include <ROC.h>
Classes | |
struct | NormalizedPrimitive |
struct | Primitive |
Public Member Functions | |
void | Initialize () |
void | Fill (const Cuts &cuts, const numu::RecoEvent &event, bool file_is_neutrino) |
void | Write () const |
void | BestCuts () const |
void | Normalize (float neutrino_scale, float cosmic_scale) |
Public Attributes | |
NormalizedPrimitive | crt_track_angle |
NormalizedPrimitive | crt_hit_distance |
std::vector < NormalizedPrimitive * > | fAllPrimitives |
void ana::SBNOsc::ROC::BestCuts | ( | ) | const |
void ana::SBNOsc::ROC::Fill | ( | const Cuts & | cuts, |
const numu::RecoEvent & | event, | ||
bool | file_is_neutrino | ||
) |
Fill the class with a reconstructed event
event | The RecoEvent information |
Definition at line 30 of file ROC.cc.
void ana::SBNOsc::ROC::Initialize | ( | ) |
void ana::SBNOsc::ROC::Normalize | ( | float | neutrino_scale, |
float | cosmic_scale | ||
) |
void ana::SBNOsc::ROC::Write | ( | ) | const |
NormalizedPrimitive ana::SBNOsc::ROC::crt_hit_distance |
NormalizedPrimitive ana::SBNOsc::ROC::crt_track_angle |
std::vector<NormalizedPrimitive *> ana::SBNOsc::ROC::fAllPrimitives |