QwAnalysis
|
Software Meantime container. More...
#include <QwSoftwareMeantime.h>
Inherits TObject.
Public Member Functions | |
MeanTimeContainer () | |
MeanTimeContainer (TString name) | |
virtual | ~MeanTimeContainer () |
void | Add (Double_t p_value, Double_t n_value, Int_t hit_id) |
void | Add (Double_t p_value[7], Double_t n_value[7]) |
void | Add (Double_t p_value[7], Double_t n_value[7], Double_t hardware_meantime[7]) |
void | Add (Int_t element, Int_t hit_number, Double_t time_ns) |
Int_t | AddMeanTime (TString name, Long64_t ev_id, Double_t p_in, Double_t n_in, Int_t p_id, Int_t n_id) |
Int_t | AddMeanTime (TString name, Int_t plane_id, Long64_t ev_id, Double_t p_in, Double_t n_in, Int_t p_id, Int_t n_id) |
void | ClearEventData () |
void | ProcessMeanTime () |
Int_t | SoftwareMTSize () const |
Int_t | HardwareMTSize () const |
void | SetSystemName (const TString name) |
void | SetPlane (const Int_t in) |
void | SetTimeWindow (const Double_t in_ns) |
void | SetDetectorType (const TString name) |
void | SetEventId (const Long64_t in) |
void | SetDisableMatchHardwareMeantime (const Bool_t disable) |
const TString | GetDetectorType () const |
Int_t | GetPlane () const |
MeanTime * | GetMeanTimeObject (Int_t index) |
Double_t | GetMeanTime (Int_t index) |
void | Print (Bool_t on) |
Data Fields | |
Int_t | fNMeanTimes |
TObjArray * | fMeanTimeList |
Int_t | fNHarewareMeanTimes |
Int_t | fNPositive |
Int_t | fNNegative |
Private Member Functions | |
void | MatchHardwareMeanTime () |
Bool_t | IsHarewareMatchSoftware () |
ClassDef (MeanTimeContainer, 0) | |
Private Attributes | |
Double_t | fTimeWindowNs |
TString | fDetectorName |
Int_t | fPlane |
Long64_t | fEventId |
Double_t | fPositiveValue [7] |
Double_t | fNegativeValue [7] |
Double_t | fHardwareMeantimeValue [7] |
Bool_t | fDisableMatchHardwareMeanTime |
Software Meantime container.
Definition at line 120 of file QwSoftwareMeantime.h.
MeanTimeContainer::MeanTimeContainer | ( | ) |
Definition at line 171 of file QwSoftwareMeantime.cc.
References fDetectorName, fDisableMatchHardwareMeanTime, fEventId, fHardwareMeantimeValue, fMeanTimeList, fNegativeValue, fNMeanTimes, fPositiveValue, and fTimeWindowNs.
MeanTimeContainer::MeanTimeContainer | ( | TString | name | ) |
Definition at line 199 of file QwSoftwareMeantime.cc.
References fDetectorName, fDisableMatchHardwareMeanTime, fEventId, fHardwareMeantimeValue, fMeanTimeList, fNegativeValue, fNMeanTimes, fPositiveValue, and fTimeWindowNs.
|
virtual |
void MeanTimeContainer::Add | ( | Double_t | p_value, |
Double_t | n_value, | ||
Int_t | hit_id | ||
) |
Definition at line 275 of file QwSoftwareMeantime.cc.
References fNegativeValue, and fPositiveValue.
void MeanTimeContainer::Add | ( | Double_t | p_value[7], |
Double_t | n_value[7] | ||
) |
Definition at line 285 of file QwSoftwareMeantime.cc.
References fNegativeValue, and fPositiveValue.
void MeanTimeContainer::Add | ( | Double_t | p_value[7], |
Double_t | n_value[7], | ||
Double_t | hardware_meantime[7] | ||
) |
Definition at line 320 of file QwSoftwareMeantime.cc.
References fHardwareMeantimeValue, fNegativeValue, fNHarewareMeanTimes, fNNegative, fNPositive, fPositiveValue, and SetDisableMatchHardwareMeantime().
void MeanTimeContainer::Add | ( | Int_t | element, |
Int_t | hit_number, | ||
Double_t | time_ns | ||
) |
Definition at line 297 of file QwSoftwareMeantime.cc.
References fNegativeValue, fNNegative, fNPositive, and fPositiveValue.
Int_t MeanTimeContainer::AddMeanTime | ( | TString | name, |
Long64_t | ev_id, | ||
Double_t | p_in, | ||
Double_t | n_in, | ||
Int_t | p_id, | ||
Int_t | n_id | ||
) |
Definition at line 232 of file QwSoftwareMeantime.cc.
References fMeanTimeList, fNMeanTimes, fTimeWindowNs, and MeanTime::IsInTimeWindow().
Referenced by ProcessMeanTime().
Int_t MeanTimeContainer::AddMeanTime | ( | TString | name, |
Int_t | plane_id, | ||
Long64_t | ev_id, | ||
Double_t | p_in, | ||
Double_t | n_in, | ||
Int_t | p_id, | ||
Int_t | n_id | ||
) |
Definition at line 253 of file QwSoftwareMeantime.cc.
References fMeanTimeList, fNMeanTimes, fTimeWindowNs, MeanTime::IsInTimeWindow(), and SetPlane().
|
private |
void MeanTimeContainer::ClearEventData | ( | ) |
Definition at line 799 of file QwSoftwareMeantime.cc.
References MeanTime::ClearEventData(), fEventId, fHardwareMeantimeValue, fMeanTimeList, fNegativeValue, fNHarewareMeanTimes, fNMeanTimes, fNNegative, fNPositive, and fPositiveValue.
|
inline |
Double_t MeanTimeContainer::GetMeanTime | ( | Int_t | index | ) |
Definition at line 767 of file QwSoftwareMeantime.cc.
References fMeanTimeList, MeanTime::GetMeanTime(), and MeanTime::GetMeanTimeId().
Referenced by MatchHardwareMeanTime().
MeanTime * MeanTimeContainer::GetMeanTimeObject | ( | Int_t | index | ) |
Definition at line 629 of file QwSoftwareMeantime.cc.
References fMeanTimeList, and MeanTime::GetMeanTimeId().
Referenced by QwMainDetector::AddSoftwareMeantimeToHits(), and QwTriggerScintillator::AddSoftwareMeantimeToHits().
|
inline |
Definition at line 161 of file QwSoftwareMeantime.h.
References fPlane.
Referenced by QwTriggerScintillator::AddSoftwareMeantimeToHits().
|
inline |
|
private |
Definition at line 789 of file QwSoftwareMeantime.cc.
References fNHarewareMeanTimes, and fNMeanTimes.
Referenced by MatchHardwareMeanTime().
|
private |
Definition at line 653 of file QwSoftwareMeantime.cc.
References fDisableMatchHardwareMeanTime, fHardwareMeantimeValue, fMeanTimeList, fNHarewareMeanTimes, fNNegative, fNPositive, GetMeanTime(), MeanTime::GetMeanTimeId(), IsHarewareMatchSoftware(), and MeanTime::SetHardwareMeanTime().
Referenced by ProcessMeanTime().
void MeanTimeContainer::Print | ( | Bool_t | on | ) |
Definition at line 606 of file QwSoftwareMeantime.cc.
References fDetectorName, fMeanTimeList, fNHarewareMeanTimes, fNMeanTimes, fNNegative, fNPositive, and MeanTime::Print().
void MeanTimeContainer::ProcessMeanTime | ( | ) |
Definition at line 358 of file QwSoftwareMeantime.cc.
References AddMeanTime(), fDetectorName, fEventId, fNegativeValue, fNNegative, fNPositive, fPlane, fPositiveValue, and MatchHardwareMeanTime().
|
inline |
|
inline |
Definition at line 159 of file QwSoftwareMeantime.h.
References fDisableMatchHardwareMeanTime.
Referenced by Add().
|
inline |
|
inline |
Definition at line 155 of file QwSoftwareMeantime.h.
References fPlane, and Qw::in.
Referenced by AddMeanTime(), QwTriggerScintillator::ProcessConfigurationBuffer(), and QwMainDetector::ProcessConfigurationBuffer().
|
inline |
Definition at line 154 of file QwSoftwareMeantime.h.
References fDetectorName.
Referenced by QwTriggerScintillator::ProcessConfigurationBuffer(), and QwMainDetector::ProcessConfigurationBuffer().
|
inline |
|
inline |
Definition at line 151 of file QwSoftwareMeantime.h.
References fNMeanTimes.
Referenced by QwMainDetector::AddSoftwareMeantimeToHits(), and QwTriggerScintillator::AddSoftwareMeantimeToHits().
|
private |
Definition at line 171 of file QwSoftwareMeantime.h.
Referenced by GetDetectorType(), MeanTimeContainer(), Print(), ProcessMeanTime(), SetDetectorType(), and SetSystemName().
|
private |
Definition at line 183 of file QwSoftwareMeantime.h.
Referenced by MatchHardwareMeanTime(), MeanTimeContainer(), and SetDisableMatchHardwareMeantime().
|
private |
Definition at line 174 of file QwSoftwareMeantime.h.
Referenced by ClearEventData(), MeanTimeContainer(), ProcessMeanTime(), and SetEventId().
|
private |
Definition at line 178 of file QwSoftwareMeantime.h.
Referenced by Add(), ClearEventData(), MatchHardwareMeanTime(), and MeanTimeContainer().
TObjArray* MeanTimeContainer::fMeanTimeList |
Definition at line 126 of file QwSoftwareMeantime.h.
Referenced by AddMeanTime(), ClearEventData(), GetMeanTime(), GetMeanTimeObject(), MatchHardwareMeanTime(), MeanTimeContainer(), Print(), and ~MeanTimeContainer().
|
private |
Definition at line 177 of file QwSoftwareMeantime.h.
Referenced by Add(), ClearEventData(), MeanTimeContainer(), and ProcessMeanTime().
Int_t MeanTimeContainer::fNHarewareMeanTimes |
Definition at line 127 of file QwSoftwareMeantime.h.
Referenced by Add(), ClearEventData(), HardwareMTSize(), IsHarewareMatchSoftware(), MatchHardwareMeanTime(), and Print().
Int_t MeanTimeContainer::fNMeanTimes |
Definition at line 125 of file QwSoftwareMeantime.h.
Referenced by AddMeanTime(), ClearEventData(), IsHarewareMatchSoftware(), MeanTimeContainer(), Print(), and SoftwareMTSize().
Int_t MeanTimeContainer::fNNegative |
Definition at line 129 of file QwSoftwareMeantime.h.
Referenced by Add(), ClearEventData(), MatchHardwareMeanTime(), Print(), and ProcessMeanTime().
Int_t MeanTimeContainer::fNPositive |
Definition at line 128 of file QwSoftwareMeantime.h.
Referenced by Add(), ClearEventData(), MatchHardwareMeanTime(), Print(), and ProcessMeanTime().
|
private |
Definition at line 172 of file QwSoftwareMeantime.h.
Referenced by GetPlane(), ProcessMeanTime(), and SetPlane().
|
private |
Definition at line 176 of file QwSoftwareMeantime.h.
Referenced by Add(), ClearEventData(), MeanTimeContainer(), and ProcessMeanTime().
|
private |
Definition at line 170 of file QwSoftwareMeantime.h.
Referenced by AddMeanTime(), MeanTimeContainer(), and SetTimeWindow().