StRoot
1
|
#include <StPmdHit.h>
Public Member Functions | |
StPmdHit () | |
status based on chain selection (1=OK, 0=bad) | |
StPmdHit (TArrayI *) | |
A constructor. | |
~StPmdHit () | |
A constructor. More... | |
Int_t | Gsuper () const |
A destructor. More... | |
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) |
Public Member Functions inherited from StObject | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Definition at line 39 of file StPmdHit.h.
|
inline |
|
inline |
A destructor.
member functions
Definition at line 91 of file StPmdHit.h.
Referenced by StPmdSimulatorMaker::Exist(), and print().
|
virtual |
Printing member function.
Definition at line 37 of file StPmdHit.cxx.
References Column(), Edep(), Gsuper(), Row(), and SubDetector().