Class containing some utility functions for all things CVN. More...
#include <CTPResult.h>
Public Member Functions | |
| CTPResult () | |
| CTPResult (const std::vector< float > &vals) | |
| ~CTPResult () | |
| std::vector< float > | GetResults () const |
| bool | IsValid () const |
| float | GetMuonScore () const |
| float | GetPionScore () const |
| float | GetProtonScore () const |
| void | Print () const |
Private Attributes | |
| float | fMuonScore |
| float | fPionScore |
| float | fProtonScore |
Class containing some utility functions for all things CVN.
Definition at line 16 of file CTPResult.h.
| ctp::CTPResult::CTPResult | ( | ) |
Definition at line 15 of file CTPResult.cxx.
| ctp::CTPResult::CTPResult | ( | const std::vector< float > & | vals | ) |
Definition at line 21 of file CTPResult.cxx.
| ctp::CTPResult::~CTPResult | ( | ) |
Definition at line 35 of file CTPResult.cxx.
|
inline |
Definition at line 29 of file CTPResult.h.
|
inline |
Definition at line 30 of file CTPResult.h.
|
inline |
Definition at line 31 of file CTPResult.h.
| std::vector<float> ctp::CTPResult::GetResults | ( | ) | const |
| bool ctp::CTPResult::IsValid | ( | ) | const |
Definition at line 39 of file CTPResult.cxx.
| void ctp::CTPResult::Print | ( | ) | const |
Definition at line 43 of file CTPResult.cxx.
|
private |
Definition at line 37 of file CTPResult.h.
|
private |
Definition at line 38 of file CTPResult.h.
|
private |
Definition at line 39 of file CTPResult.h.
1.8.11