StRoot
1
|
#include <StSpinInfo.h>
Public Types | |
enum | PolarizationType_t { UNDEFINED_POLARIZATION, LONG_LONG_POLARIZATION, TRANS_TRANS_POLARIZATION } |
Public Member Functions | |
StSpinInfo_t () | |
Construtor. More... | |
virtual | ~StSpinInfo_t () |
Deconstructor. | |
void | clear () |
Clear function. | |
Bool_t | getValidDB () const |
Accessors. | |
UShort_t | getSpin4 () const |
UShort_t | getBunchCrossing7bit () const |
UShort_t | getBunchCrossing48bit () const |
UShort_t | getBunchCrossingStar () const |
UShort_t | getPolarizationType () const |
UShort_t | getDsmVertex () const |
Bool_t | bXingIsMaskedInSpinDB () const |
void | setValidDB (Bool_t ValidDB) |
Modifiers. | |
void | setSpin4 (UShort_t Spin4) |
void | setBunchCrossing7bit (UShort_t BunchCrossing7bit) |
void | setBunchCrossing48bit (UShort_t BunchCrossing48bit) |
void | setBunchCrossingStar (UShort_t BunchCrossingStar) |
void | setPolarizationType (PolarizationType_t PolarizationType) |
void | setDsmVertex (UShort_t DsmVertex) |
void | setbXingIsMaskedInSpinDB (Bool_t itIs=1) |
Storage class of the basic spin information needed for spin-dependent analyses.
Definition at line 17 of file StSpinInfo.h.
StSpinInfo_t::StSpinInfo_t | ( | ) |
Construtor.
Construtor—set everything to zero.
Definition at line 14 of file StSpinInfo.cxx.
References clear().