![]() |
Diana Software
|
coincidence data More...
Public Member Functions | |
| QCoincidenceData () | |
| void | Clear () |
| QCoincidentChannel & | GetCoincidentChannel (size_t i) |
| const QCoincidentChannel & | GetCoincidentChannel (size_t i) const |
| void | Dump (std::ostream &o) const |
| QObjectDef (QCoincidenceData, 2) | |
Public Attributes | |
| int | fOrderInMultiple |
| int | fMultiplicity |
| std::vector< QCoincidentChannel > | fCoincidentChannels |
| int | fNearestCoincidentIndex |
| int | fFarthestCoincidentIndex |
coincidence data
Definition at line 18 of file QCoincidenceData.hh.
| QCoincidenceData::QCoincidenceData | ( | ) |
Definition at line 8 of file QCoincidenceData.cc.
References Clear().
| void QCoincidenceData::Clear | ( | ) |
Definition at line 12 of file QCoincidenceData.cc.
References fCoincidentChannels, fFarthestCoincidentIndex, fMultiplicity, fNearestCoincidentIndex, and fOrderInMultiple.
Referenced by QCoincidenceData().
| void QCoincidenceData::Dump | ( | std::ostream & | o | ) | const |
Definition at line 21 of file QCoincidenceData.cc.
References QCoincidentChannel::fChannelId, fCoincidentChannels, QCoincidentChannel::fDeltaT, QCoincidentChannel::fEnergy, QCoincidentChannel::fEventNumber, fFarthestCoincidentIndex, fMultiplicity, fNearestCoincidentIndex, fOrderInMultiple, and QCoincidentChannel::fPSAVariables.
|
inline |
Definition at line 28 of file QCoincidenceData.hh.
References fCoincidentChannels.
|
inline |
Definition at line 29 of file QCoincidenceData.hh.
References fCoincidentChannels.
| QCoincidenceData::QObjectDef | ( | QCoincidenceData | , |
| 2 | |||
| ) |
| std::vector<QCoincidentChannel> QCoincidenceData::fCoincidentChannels |
Definition at line 31 of file QCoincidenceData.hh.
Referenced by Clear(), MAlphaDelayedCoincidence::Do(), MFastCoincidence::Do(), MCoincidence::Do(), MSideCoincidence::Do(), Dump(), and GetCoincidentChannel().
| int QCoincidenceData::fFarthestCoincidentIndex |
Definition at line 33 of file QCoincidenceData.hh.
Referenced by Clear(), MAlphaDelayedCoincidence::Do(), MFastCoincidence::Do(), MCoincidence::Do(), and Dump().
| int QCoincidenceData::fMultiplicity |
Definition at line 26 of file QCoincidenceData.hh.
Referenced by Clear(), MAlphaDelayedCoincidence::Do(), MFastCoincidence::Do(), MCoincidence::Do(), MSideCoincidence::Do(), and Dump().
| int QCoincidenceData::fNearestCoincidentIndex |
Definition at line 32 of file QCoincidenceData.hh.
Referenced by Clear(), MAlphaDelayedCoincidence::Do(), MFastCoincidence::Do(), MCoincidence::Do(), and Dump().
| int QCoincidenceData::fOrderInMultiple |
Definition at line 25 of file QCoincidenceData.hh.
Referenced by Clear(), MAlphaDelayedCoincidence::Do(), MFastCoincidence::Do(), MCoincidence::Do(), and Dump().