1 #ifndef __StEEmcStrip_h__
2 #define __StEEmcStrip_h__
4 #include "StEEmcElement.h"
52 typedef std::vector<StEEmcStrip> StEEmcStripVec_t;
Int_t index() const
Returns the index containing this strip.
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.
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.