Class Reference for E1039 Core & Analysis Software
SignedHit Class Reference

#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...
 
SignedHitClone () 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 PHObjectclone () 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
 

Detailed Description

Definition at line 26 of file FastTracklet.h.

Constructor & Destructor Documentation

◆ SignedHit() [1/3]

SignedHit::SignedHit ( )

Definition at line 103 of file FastTracklet.cxx.

Referenced by Clone().

+ Here is the caller graph for this function:

◆ SignedHit() [2/3]

SignedHit::SignedHit ( int  detectorID)
explicit

Definition at line 107 of file FastTracklet.cxx.

References Hit::detectorID, hit, and Hit::index.

◆ SignedHit() [3/3]

SignedHit::SignedHit ( Hit  hit_input,
int  sign_input 
)

Definition at line 113 of file FastTracklet.cxx.

Member Function Documentation

◆ Clone()

SignedHit* SignedHit::Clone ( ) const
inline

Definition at line 37 of file FastTracklet.h.

References hit, sign, and SignedHit().

+ Here is the call graph for this function:

◆ identify()

void SignedHit::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Definition at line 117 of file FastTracklet.cxx.

References Hit::detectorID, Hit::elementID, hit, Hit::index, and sign.

◆ isValid()

int SignedHit::isValid ( ) const
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.

◆ operator<()

bool SignedHit::operator< ( const SignedHit  elem) const
inline

Definition at line 40 of file FastTracklet.h.

References Hit::detectorID, and hit.

◆ operator==()

bool SignedHit::operator== ( const SignedHit  elem) const
inline

Definition at line 41 of file FastTracklet.h.

References hit, and Hit::index.

◆ pos() [1/2]

double SignedHit::pos ( )
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:

◆ pos() [2/2]

double SignedHit::pos ( int  sign_input)
inline

Definition at line 45 of file FastTracklet.h.

References Hit::driftDistance, hit, and Hit::pos.

◆ Reset()

void SignedHit::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 35 of file FastTracklet.h.

References hit, and sign.

Member Data Documentation

◆ hit

◆ sign


The documentation for this class was generated from the following files: