|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/interface/FastTracklet.h>
Inheritance diagram for SignedHit:
Collaboration diagram for SignedHit:Public Member Functions | |
| SignedHit () | |
| SignedHit (int detectorID) | |
| SignedHit (Hit hit_input, int sign_input) | |
| void | identify (std::ostream &os=std::cout) const |
| void | Reset () |
| Clear Event. More... | |
| int | isValid () const |
| isValid returns non zero if object contains vailid data More... | |
| SignedHit * | Clone () const |
| bool | operator< (const SignedHit elem) const |
| bool | operator== (const SignedHit elem) const |
| double | pos () |
| double | pos (int sign_input) |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual PHObject * | clone () const |
| Virtual copy constructor. More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Public Attributes | |
| Hit | hit |
| int | sign |
Definition at line 26 of file FastTracklet.h.
| SignedHit::SignedHit | ( | ) |
Definition at line 103 of file FastTracklet.cxx.
Referenced by Clone().
Here is the caller graph for this function:
|
explicit |
Definition at line 107 of file FastTracklet.cxx.
References Hit::detectorID, hit, and Hit::index.
| SignedHit::SignedHit | ( | Hit | hit_input, |
| int | sign_input | ||
| ) |
Definition at line 113 of file FastTracklet.cxx.
|
inline |
Definition at line 37 of file FastTracklet.h.
References hit, sign, and SignedHit().
Here is the call graph for this function:
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Definition at line 117 of file FastTracklet.cxx.
References Hit::detectorID, Hit::elementID, hit, Hit::index, and sign.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 36 of file FastTracklet.h.
References hit, and Hit::index.
|
inline |
Definition at line 40 of file FastTracklet.h.
References Hit::detectorID, and hit.
|
inline |
Definition at line 41 of file FastTracklet.h.
References hit, and Hit::index.
|
inline |
Definition at line 44 of file FastTracklet.h.
References Hit::driftDistance, hit, Hit::pos, and sign.
Referenced by PropSegment::linearFit_iterative(), and PropSegment::linearFit_simple().
Here is the caller graph for this function:
|
inline |
Definition at line 45 of file FastTracklet.h.
References Hit::driftDistance, hit, and Hit::pos.
|
inlinevirtual |
| Hit SignedHit::hit |
Definition at line 48 of file FastTracklet.h.
Referenced by Tracklet::addDummyHits(), Clone(), PropSegment::fit(), PropSegment::fit_2hits(), PropSegment::getNPlanes(), PropSegment::getPosRef(), SQGenFit::GFMeasurement::GFMeasurement(), identify(), isValid(), PropSegment::linearFit_iterative(), main(), KalmanFastTracking::muonID_search(), KalmanDSTrk::muonID_search(), Node::Node(), operator<(), operator==(), pos(), PropSegment::print(), SQGenFit::GFMeasurement::print(), KalmanFastTracking::removeBadHits(), KalmanDSTrk::removeBadHits(), Reset(), PropSegment::resolveLR(), and SignedHit().
| int SignedHit::sign |
Definition at line 49 of file FastTracklet.h.
Referenced by Clone(), identify(), PropSegment::linearFit_iterative(), main(), KalmanFastTracking::muonID_search(), KalmanDSTrk::muonID_search(), Node::Node(), pos(), SQGenFit::GFMeasurement::print(), KalmanFastTracking::removeBadHits(), KalmanDSTrk::removeBadHits(), Reset(), and PropSegment::resolveLR().