#include <TSIOValidationObj.h>
Public Member Functions | |
ClassDef (TValidationObj, 1) | |
ClassDef (TSIOValidationObj, 2) | |
virtual void | Dump () |
Int_t | GetEventId () const |
Double_t | GetPhi () const |
Double_t | GetShowerSize () const |
Double_t | GetTheta () const |
void | SetEventId (const Int_t id) |
void | SetPhi (const Double_t ph) |
void | SetRecord (const Int_t nev, const Double_t th, const Double_t ph, const Double_t s1000) |
void | SetShowerSize (const Double_t s) |
void | SetTheta (const Double_t th) |
TSIOValidationObj () | |
TSIOValidationObj (const Int_t nev, const Double_t th, const Double_t ph, const Double_t s1000) | |
virtual bool | Validate (const TValidationObj *const vo) |
Protected Attributes | |
Int_t | VEventId |
Double_t | VPhi |
Double_t | VS1000 |
Double_t | VTheta |
Definition at line 7 of file TSIOValidationObj.h.
TSIOValidationObj::TSIOValidationObj | ( | ) |
Definition at line 15 of file TSIOValidationObj.cc.
|
inline |
Definition at line 17 of file TSIOValidationObj.h.
References SetRecord().
|
inherited |
TSIOValidationObj::ClassDef | ( | TSIOValidationObj | , |
2 | |||
) |
|
virtual |
Implements TValidationObj.
Definition at line 65 of file TSIOValidationObj.cc.
|
inline |
Definition at line 25 of file TSIOValidationObj.h.
References VEventId.
|
inline |
Definition at line 27 of file TSIOValidationObj.h.
References VPhi.
|
inline |
Definition at line 28 of file TSIOValidationObj.h.
References VS1000.
|
inline |
Definition at line 26 of file TSIOValidationObj.h.
References VTheta.
|
inline |
Definition at line 30 of file TSIOValidationObj.h.
References VEventId.
Referenced by SIOValidationObj::Fill().
|
inline |
Definition at line 32 of file TSIOValidationObj.h.
References VPhi.
Referenced by SIOValidationObj::Fill().
void TSIOValidationObj::SetRecord | ( | const Int_t | nev, |
const Double_t | th, | ||
const Double_t | ph, | ||
const Double_t | s1000 | ||
) |
Definition at line 26 of file TSIOValidationObj.cc.
References VEventId, VPhi, VS1000, and VTheta.
Referenced by TSIOValidationObj().
|
inline |
Definition at line 33 of file TSIOValidationObj.h.
References utl::s, and VS1000.
Referenced by SIOValidationObj::Fill().
|
inline |
Definition at line 31 of file TSIOValidationObj.h.
References VTheta.
Referenced by SIOValidationObj::Fill().
|
virtual |
Implements TValidationObj.
Definition at line 36 of file TSIOValidationObj.cc.
References Angle(), degree, RelativeError(), VEventId, VPhi, VS1000, and VTheta.
|
protected |
Definition at line 10 of file TSIOValidationObj.h.
Referenced by Dump(), GetEventId(), SetEventId(), SetRecord(), and Validate().
|
protected |
Definition at line 12 of file TSIOValidationObj.h.
Referenced by Dump(), GetPhi(), SetPhi(), SetRecord(), and Validate().
|
protected |
Definition at line 13 of file TSIOValidationObj.h.
Referenced by Dump(), GetShowerSize(), SetRecord(), SetShowerSize(), and Validate().
|
protected |
Definition at line 11 of file TSIOValidationObj.h.
Referenced by Dump(), GetTheta(), SetRecord(), SetTheta(), and Validate().