1 #ifndef __StEEmcStrip_h__
2 #define __StEEmcStrip_h__
4 #include "StEEmcElement.h"
19 void plane(Int_t p) { mPlane=p; }
24 Int_t
sector()
const {
return mSector; }
26 Int_t
plane()
const {
return mPlane; }
28 Int_t
index()
const {
return mIndex; }
46 typedef std::vector<StEEmcStrip> StEEmcStripVec_t;
Int_t index() const
Returns the index containing this strip.
Bool_t operator==(const StEEmcStrip &other) const
A strip is "equal to" another strip if they have the same StEEmcElement::mIndex.
StEEmcStrip()
Constructor.
Float_t energy() const
Return the EM energy (towers) or energy deposit for this element (SMD,pre,post). If a fail bit is set...
virtual ~StEEmcStrip()
Destructor.
Int_t plane() const
Returns the plane containing this strip.
void print() const
Prints information about strip.
Bool_t operator<(const StEEmcStrip &other) const
A strip is "less than" another strip if its energy is less.
void plane(Int_t p)
Sets the plane for this SMD strip, 0=U, 1=V.
void sector(Int_t s)
Sets the sector for this SMD strip.
Base class for EEMC detectors.
void energy(Float_t e)
Set the energy (adc-ped+0.5)/gain for this element.
Int_t sector() const
Returns the sector containing this strip.
Base class for describing an endcap SMD strip.