1 #include "StEEmcStrip.h"
25 const Char_t *secs[]={
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12"};
26 const Char_t *plns[]={
"U",
"V"};
29 mName += secs[mSector];
30 mName += plns[mPlane];
32 if ( mIndex+1<100 )
mName +=
"0";
33 if ( mIndex+1<10 )
mName +=
"0";
Int_t index() const
Returns the index containing this strip.
StEEmcStrip()
Constructor.
void print() const
Prints information about strip.
Base class for describing an endcap SMD strip.