13 #include "StGmtStrip.h"
14 #include "St_base/StMessMgr.h"
21 bool gmtStripPtrLessThan::operator() (
const StGmtStrip* strip1,
const StGmtStrip* strip2)
const {
27 mModule(-1), mCoordNum(-1), mIsY(0), mPosition(0.0),
28 mMaxAdc(-9999), mMaxPedSubtractedAdc(-9999),
29 mMaxAdcTB(-1), mMaxPedSubtractedAdcTB(-1),
30 mCharge(kInvalidChargeValue),
31 mChargeUncert(kInvalidChargeValue),
32 mRdo(0), mArm(0), mApv(0), mChan(0),
33 mPed(0), mPedStdDev(0), mPedErr(0), mIsC(0) {
35 for(
int i = 0; i < kGmtNumTimeBins; ++i ) {
48 mGeoId( h.mGeoId ), mModule( h.mModule ), mCoordNum( h.mCoordNum ),
49 mIsY( h.mIsY ), mIsC( h.mIsC ), mPosition( h.mPosition ),
50 mMaxAdc(h.mMaxAdc), mMaxPedSubtractedAdc(h.mMaxPedSubtractedAdc),
51 mMaxAdcTB(h.mMaxAdcTB), mMaxPedSubtractedAdcTB(h.mMaxPedSubtractedAdcTB),
52 mCharge( h.mCharge ), mChargeUncert(h.mChargeUncert),
53 mRdo( h.mRdo ), mArm( h.mArm ), mApv( h.mApv ), mChan( h.mChan ),
54 mPed(h.mPed), mPedStdDev(h.mPedStdDev), mPedErr(h.mPedErr) {
56 for(
int i = 0; i < kGmtNumTimeBins; ++i ) {
85 for(
int i = 0; i < kGmtNumTimeBins; ++i ) {
94 ostream& operator<<(ostream& os,
const StGmtStrip& v) {
101 LOG_INFO << *
this << endm;
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.
Float_t mPedStdDev
Pedestal standard deviation.
Int_t getCoordNum() const
Coordinate (0-127)
Int_t getChannel() const
Channel number.
Short_t mMaxAdcTB
Maximal over the time bins.
Int_t getRdo() const
RDO number.
Float_t mChargeUncert
Charge uncertainty.
Int_t isY() const
Is it a pad?
Int_t getModule() const
Module ID (8 modules in total)
Int_t getGeoId() const
Detector ID (8 modules * 2 APV * 128 channels)
Int_t mChan
Channel number.
Float_t mPedErr
Pedestal RMS.
Int_t getArm() const
Arm.
Float_t getPosition() const
Coordinate position relative to local origin (in module)
Short_t mAdc[kGmtNumTimeBins]
ADC in a strip. Note "StRoot/RTS/src/DAQ_GMT/daq_gmt.h" uses UShort_t.
Int_t mGeoId
Indexing: 8 modules * 2 APV * 128 channels = 2048.
Short_t mMaxAdc
Maximal ADC over the time bins.
Int_t mModule
Indexing: 8 modules.
Int_t mIsY
Is it a pad (as opposed to a strip)?
Int_t mCoordNum
0-127 in each dimension (X and Y)
Holds data for the strip in GMT.
Int_t isC() const
Is used in a cluster.
StGmtStrip & operator=(const StGmtStrip &)
Assignment operator.
Short_t mMaxPedSubtractedAdc
Maximal pedestal subtracted ADC over the time bins.
Short_t mMaxPedSubtractedAdcTB
Max over the time bins.
Short_t mPedSubtractedAdc[kGmtNumTimeBins]