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

35 { return fhit_downstream; }

◆ GetHitUp()

int PndSdsCell::GetHitUp ( )
inline

Definition at line 34 of file PndSdsCell.h.

34 { return fhit_upstream; }

◆ GetPV()

int PndSdsCell::GetPV ( )
inline

Definition at line 36 of file PndSdsCell.h.

36 { return fpv; }

◆ SetHitDw()

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

Definition at line 32 of file PndSdsCell.h.

32 { fhit_downstream = ih; }

◆ SetHitUp()

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

Accessors

Definition at line 31 of file PndSdsCell.h.

31 { fhit_upstream = ih; }

◆ SetPV()

void PndSdsCell::SetPV ( int &  ipv)
inline

Definition at line 33 of file PndSdsCell.h.

33 { fpv = ipv; }

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