#include <StPmdHit.h>

Public Member Functions | |
| StPmdHit () | |
| status based on chain selection (1=OK, 0=bad) | |
| StPmdHit (TArrayI *) | |
| A constructor. | |
| ~StPmdHit () | |
| A constructor. | |
| Int_t | Gsuper () const |
| A destructor. | |
| Int_t | module () |
| function for supermodule no. | |
| Int_t | SubDetector () const |
| function for module | |
| Int_t | Row () const |
| function for subdetector | |
| Int_t | Column () const |
| function for row | |
| Float_t | Edep () const |
| function for col | |
| Int_t | Adc () const |
| function for edep | |
| Float_t | GainCell () const |
| function for adc | |
| Float_t | GainSmChain () const |
| cell by cell gain | |
| Float_t | CellStatus () const |
| SmChain to SmChain gain. | |
| void | setGsuper (Int_t) |
| Cell status (chain selection based). | |
| void | setSubDetector (Int_t) |
| void | setRow (Int_t) |
| void | setColumn (Int_t) |
| void | setEdep (Float_t) |
| void | setAdc (Int_t) |
| void | setGainCell (Float_t) |
| void | setGainSmChain (Float_t) |
| void | setCellStatus (Float_t) |
| Int_t | Compare (const TObject *) const |
| Bool_t | IsSortable () const |
| virtual void | print (ostream *os) |
| virtual void | Browse (TBrowser *b) |
Definition at line 39 of file StPmdHit.h.
| StPmdHit::~StPmdHit | ( | ) | [inline] |
| Int_t StPmdHit::Gsuper | ( | ) | const [inline] |
A destructor.
member functions
Definition at line 91 of file StPmdHit.h.
Referenced by StPmdSimulatorMaker::Exist(), and print().
| void StPmdHit::print | ( | ostream * | os | ) | [virtual] |
Printing member function.
Definition at line 37 of file StPmdHit.cxx.
References Column(), Edep(), Gsuper(), Row(), and SubDetector().
1.5.9