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

Public Member Functions | |
| NuePID () | |
| NuePID (const NuePIDHeader &pidhead) | |
| virtual | ~NuePID () |
Public Attributes | |
| Int_t | IsNue |
| Float_t | likelihood |
|
|
Definition at line 5 of file NuePID.cxx. 00005 : 00006 RecRecordImp<NuePIDHeader>(), 00007 IsNue(0), 00008 likelihood(0.) 00009 {}
|
|
|
Definition at line 11 of file NuePID.cxx. 00011 : 00012 RecRecordImp<NuePIDHeader>(pidhead), 00013 IsNue(0), 00014 likelihood(0.) 00015 {}
|
|
|
Definition at line 17 of file NuePID.cxx. 00018 {}
|
|
|
Definition at line 15 of file NuePID.h. Referenced by FillPIDFromText::Reco(). |
|
|
Definition at line 16 of file NuePID.h. Referenced by FillPIDFromText::Reco(). |
1.3.9.1