PandaRoot
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 ()
 

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 31 of file PndSdsCell.h.

Constructor & Destructor Documentation

◆ PndSdsCell() [1/2]

PndSdsCell::PndSdsCell ( )

Default constructor (not for use)

◆ PndSdsCell() [2/2]

PndSdsCell::PndSdsCell ( unsigned int  hitUp,
unsigned int  hitDw 
)

◆ ~PndSdsCell()

PndSdsCell::~PndSdsCell ( )

Destructor

Member Function Documentation

◆ GetHitDw()

int PndSdsCell::GetHitDw ( )
inline

Definition at line 47 of file PndSdsCell.h.

47 { return fhit_downstream; }

◆ GetHitUp()

int PndSdsCell::GetHitUp ( )
inline

Definition at line 46 of file PndSdsCell.h.

46 { return fhit_upstream; }

◆ GetPV()

int PndSdsCell::GetPV ( )
inline

Definition at line 48 of file PndSdsCell.h.

48 { return fpv; }

◆ SetHitDw()

void PndSdsCell::SetHitDw ( unsigned int &  ih)
inline

Definition at line 44 of file PndSdsCell.h.

44 { fhit_downstream = ih; }

◆ SetHitUp()

void PndSdsCell::SetHitUp ( unsigned int &  ih)
inline

Accessors

Definition at line 43 of file PndSdsCell.h.

43 { fhit_upstream = ih; }

◆ SetPV()

void PndSdsCell::SetPV ( int &  ipv)
inline

Definition at line 45 of file PndSdsCell.h.

45 { fpv = ipv; }

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