QwAnalysis
|
#include <QwDelayLine.h>
Public Member Functions | |
QwDelayLine () | |
QwDelayLine (const Int_t pk, const Int_t oct, const Int_t pl, const Int_t dir, const Int_t firstwire) | |
virtual | ~QwDelayLine () |
void | ProcessHits (Bool_t k) |
void | Wirenumber (Double_t &) |
Data Fields | |
EQwDetectorPackage | fPackage |
Int_t | fOctant |
Int_t | fPlane |
EQwDirectionID | fDirection |
Int_t | fFirstWire |
Bool_t | Fill |
Bool_t | Processed |
Bool_t | Ambiguous |
vector< vector< Int_t > > | Wire |
vector< std::pair< Int_t, Int_t > > | Hitscount |
vector< std::pair< Double_t, Double_t > > | Windows |
vector< Double_t > | LeftHits |
vector< Double_t > | RightHits |
Static Public Attributes | |
static const Double_t | kTimeStep =2.6 |
static const Int_t | kWireStep =8 |
Definition at line 31 of file QwDelayLine.h.
|
inline |
Definition at line 34 of file QwDelayLine.h.
|
inline |
Definition at line 35 of file QwDelayLine.h.
|
virtual |
Definition at line 127 of file QwDelayLine.cc.
void QwDelayLine::ProcessHits | ( | Bool_t | k | ) |
Definition at line 81 of file QwDelayLine.cc.
References Hitscount, LeftHits, Processed, RightHits, Windows, and Wirenumber().
void QwDelayLine::Wirenumber | ( | Double_t & | time | ) |
Definition at line 20 of file QwDelayLine.cc.
References Ambiguous, fFirstWire, kTimeStep, kWireStep, Windows, and Wire.
Referenced by ProcessHits().
Bool_t QwDelayLine::Ambiguous |
Definition at line 50 of file QwDelayLine.h.
Referenced by Wirenumber().
EQwDirectionID QwDelayLine::fDirection |
Definition at line 44 of file QwDelayLine.h.
Int_t QwDelayLine::fFirstWire |
Definition at line 45 of file QwDelayLine.h.
Referenced by Wirenumber().
Bool_t QwDelayLine::Fill |
Definition at line 48 of file QwDelayLine.h.
Int_t QwDelayLine::fOctant |
Definition at line 42 of file QwDelayLine.h.
EQwDetectorPackage QwDelayLine::fPackage |
Definition at line 41 of file QwDelayLine.h.
Int_t QwDelayLine::fPlane |
Definition at line 43 of file QwDelayLine.h.
vector<std::pair<Int_t,Int_t> > QwDelayLine::Hitscount |
Definition at line 53 of file QwDelayLine.h.
Referenced by ProcessHits().
|
static |
Definition at line 57 of file QwDelayLine.h.
Referenced by Wirenumber().
|
static |
Definition at line 58 of file QwDelayLine.h.
Referenced by Wirenumber().
vector<Double_t> QwDelayLine::LeftHits |
Definition at line 55 of file QwDelayLine.h.
Referenced by ProcessHits().
Bool_t QwDelayLine::Processed |
Definition at line 49 of file QwDelayLine.h.
Referenced by ProcessHits().
vector<Double_t> QwDelayLine::RightHits |
Definition at line 56 of file QwDelayLine.h.
Referenced by ProcessHits().
vector<std::pair<Double_t,Double_t> > QwDelayLine::Windows |
Definition at line 54 of file QwDelayLine.h.
Referenced by ProcessHits(), and Wirenumber().
vector<vector<Int_t> > QwDelayLine::Wire |
Definition at line 52 of file QwDelayLine.h.
Referenced by Wirenumber().