FairRoot/PandaRoot
Public Member Functions | Private Member Functions | Private Attributes | List of all members
PndSdsCell Class Reference

#include <PndSdsCell.h>

Inheritance diagram for PndSdsCell:

Public Member Functions

 PndSdsCell ()
 
 PndSdsCell (unsigned int hitUp, unsigned int hitDw)
 
 ~PndSdsCell ()
 
void SetHitUp (unsigned int &ih)
 
void SetHitDw (unsigned int &ih)
 
void SetPV (int &ipv)
 
int GetHitUp ()
 
int GetHitDw ()
 
int GetPV ()
 

Private Member Functions

 ClassDef (PndSdsCell, 1)
 

Private Attributes

unsigned int fhit_upstream
 
unsigned int fhit_downstream
 
int fpv
 

Detailed Description

PndSdsCell.h

Author
A.Karavdina karav.nosp@m.din@.nosp@m.kph.u.nosp@m.ni-m.nosp@m.ainz..nosp@m.de

A container for a cell (straight track's segment)

Definition at line 19 of file PndSdsCell.h.

Constructor & Destructor Documentation

PndSdsCell::PndSdsCell ( )

Default constructor (not for use)

Definition at line 11 of file PndSdsCell.cxx.

11 {}
PndSdsCell::PndSdsCell ( unsigned int  hitUp,
unsigned int  hitDw 
)

Definition at line 15 of file PndSdsCell.cxx.

References fhit_downstream, fhit_upstream, and fpv.

15  {
16  fhit_upstream = hitUp;
17  fhit_downstream = hitDw;
18  fpv = -1;
19 }
unsigned int fhit_downstream
Definition: PndSdsCell.h:40
unsigned int fhit_upstream
Definition: PndSdsCell.h:39
PndSdsCell::~PndSdsCell ( )

Destructor

Definition at line 23 of file PndSdsCell.cxx.

23 {}

Member Function Documentation

PndSdsCell::ClassDef ( PndSdsCell  ,
 
)
private
int PndSdsCell::GetHitDw ( )
inline
int PndSdsCell::GetHitUp ( )
inline
int PndSdsCell::GetPV ( )
inline

Definition at line 36 of file PndSdsCell.h.

References fpv.

Referenced by PndLmdTrackFinderCATask::Exec(), and PndLmdTrackFinderCATask::ForwardEvolution().

36 { return fpv; }
void PndSdsCell::SetHitDw ( unsigned int &  ih)
inline

Definition at line 32 of file PndSdsCell.h.

References fhit_downstream.

32 { fhit_downstream = ih; }
unsigned int fhit_downstream
Definition: PndSdsCell.h:40
void PndSdsCell::SetHitUp ( unsigned int &  ih)
inline

Accessors

Definition at line 31 of file PndSdsCell.h.

References fhit_upstream.

31 { fhit_upstream = ih; }
unsigned int fhit_upstream
Definition: PndSdsCell.h:39
void PndSdsCell::SetPV ( int &  ipv)
inline

Definition at line 33 of file PndSdsCell.h.

References fpv.

Referenced by PndLmdTrackFinderCATask::Exec(), and PndLmdTrackFinderCATask::ForwardEvolution().

33 { fpv = ipv; }

Member Data Documentation

unsigned int PndSdsCell::fhit_downstream
private

Definition at line 40 of file PndSdsCell.h.

Referenced by GetHitDw(), PndSdsCell(), and SetHitDw().

unsigned int PndSdsCell::fhit_upstream
private

Definition at line 39 of file PndSdsCell.h.

Referenced by GetHitUp(), PndSdsCell(), and SetHitUp().

int PndSdsCell::fpv
private

Definition at line 41 of file PndSdsCell.h.

Referenced by GetPV(), PndSdsCell(), and SetPV().


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