17 #include "St_base/StMessMgr.h"
32 void Print(Option_t *option=
"")
const;
47 Int_t
isC()
const {
return mIsC; }
51 Short_t
getAdc( Int_t tb = -1 )
const
71 { rdo =
mRdo; arm = mArm; apv = mApv; chan =
mChan; }
84 Int_t
getArm()
const {
return mArm; }
86 Int_t
getApv()
const {
return mApv; }
109 void setAdc( Short_t adc, Int_t tb = -1 ) {
129 {
mRdo = rdo; mArm = arm; mApv = apv;
mChan = chan; }
192 enum { kInvalidChargeValue = -10000 };
198 ostream& operator<<(ostream& os,
StGmtStrip const & v);
206 #endif // #define StGmtStrip_hh
Float_t mPosition
Coordinate position relative to local origin (in module)
Int_t getApv() const
Apv.
void Print(Option_t *option="") const
Print strip information (parameters)
static Int_t mDefaultTimeBin
Time bin.
void setPed(Float_t ped)
Set pedestal.
Float_t mPedStdDev
Pedestal standard deviation.
void setIsC(Int_t isC)
Set is used in a cluster.
Int_t getCoordNum() const
Coordinate (0-127)
Int_t getChannel() const
Channel number.
void setPedErr(Float_t pedErr)
Set pedestal error.
Short_t mMaxAdcTB
Maximal over the time bins.
Short_t getPedSubtractedAdc(Int_t tb=-1) const
Pedestal subtracted ADC for a give time bin.
Int_t getRdo() const
RDO number.
void setElecCoords(Int_t rdo, Int_t arm, Int_t apv, Int_t chan)
Set coordinates from electronics.
Float_t mChargeUncert
Charge uncertainty.
Int_t isY() const
Is it a pad?
Short_t getMaxAdcTB() const
Maximal over the time bins.
void setPosition(Float_t position)
Set position relative to local origin (in module)
static Int_t getDefaultTimeBin()
Default time bin.
Int_t getModule() const
Module ID (8 modules in total)
void setMaxAdc(Short_t adc)
Set maximal ADC over time buckets.
Float_t getPed() const
Pedestal.
Int_t getGeoId() const
Detector ID (8 modules * 2 APV * 128 channels)
Float_t getCharge() const
Charge before GEM (in C)
void setPedStdDev(Float_t pedStdDev)
Set pedestal standard deviation.
Float_t getPedStdDev() const
Pedestal standard deviation.
void setCharge(Float_t charge)
Set charge before the GEM (in C)
Int_t mChan
Channel number.
void setIsY(Int_t isY)
Set is it a pad.
void setChargeUncert(Float_t chargeUncert)
Set charge uncertainty.
Short_t getMaxPedSubtractedAdcTB() const
Maximal over the time bins.
static void setDefaultTimeBin(Int_t tb)
Set default time bin.
Float_t mPedErr
Pedestal RMS.
void setGeoId(Int_t geoId)
Set detector GeoId.
Float_t getPedErr() const
Pedestal error.
Int_t getArm() const
Arm.
Float_t getPosition() const
Coordinate position relative to local origin (in module)
void setCoordNum(Int_t coord)
Set coordinate.
Short_t mAdc[kGmtNumTimeBins]
ADC in a strip. Note "StRoot/RTS/src/DAQ_GMT/daq_gmt.h" uses UShort_t.
void setPedSubtractedAdc(Short_t adc, Int_t tb=-1)
Set pedestal stubtracted ADC for the given time bucket.
Short_t getMaxAdc() const
Maximal ADC over the time bins.
void setAdc(Short_t adc, Int_t tb=-1)
Set ADC for the given time bucket.
Int_t mGeoId
Indexing: 8 modules * 2 APV * 128 channels = 2048.
Short_t getMaxPedSubtractedAdc() const
Maximal pedestal subtraced ADC over the time bins.
Short_t getAdc(Int_t tb=-1) const
ADC in a strip for a given time bin.
Bool_t chargeValid() const
Check if charge is valid.
Short_t mMaxAdc
Maximal ADC over the time bins.
void setMaxPedSubtractedAdc(Short_t adc)
Set maximal pedestal subtracked ADC over time buckets.
Int_t mModule
Indexing: 8 modules.
Int_t mIsY
Is it a pad (as opposed to a strip)?
void getElecCoords(Int_t &rdo, Int_t &arm, Int_t &apv, Int_t &chan)
Coordinates from electronics.
Int_t mCoordNum
0-127 in each dimension (X and Y)
Holds data for the strip in GMT.
Float_t getChargeUncert() const
Charge uncertainty.
Int_t isC() const
Is used in a cluster.
StGmtStrip & operator=(const StGmtStrip &)
Assignment operator.
void setModule(Int_t module)
Set module.
Short_t mMaxPedSubtractedAdc
Maximal pedestal subtracted ADC over the time bins.
void invalidateCharge()
Set charge to the invalid state.
Short_t mMaxPedSubtractedAdcTB
Max over the time bins.
Short_t mPedSubtractedAdc[kGmtNumTimeBins]