11 #include "StEEmcStrip.h"
28 std::cout <<
name() <<
" " <<
" " <<
energy()*1000. <<
" MeV";
37 const Char_t *secs[]={
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12"};
38 const Char_t *plns[]={
"U",
"V"};
41 mName += secs[mSector];
42 mName += plns[mPlane];
44 if ( mIndex+1<100 )
mName +=
"0";
45 if ( mIndex+1<10 )
mName +=
"0";
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...
void print() const
Prints information about strip.
const Char_t * name() const
Return the name of this element.
Base class for EEMC detectors.
Base class for describing an endcap SMD strip.