53static const char rscid[] =
"$Id: MdcSuperLayer.cxx,v 1.3 2010/03/24 00:40:06 zhangy Exp $";
54static const int _layInSuper = 4;
65 _radius = _delphi = _delphiinv = 0;
66 layers[0] = layers[1] = layers[2] = layers[3] = 0;
69 _next = _prev = _nextInView = _prevInView = 0;
85MdcSuperLayer::addLayer(
int index,
const MdcLayer* lay) {
113 if ( _delphi != 0. ) _delphiinv = 1./_delphi;
122 o<< setw(3)<<
index()<<
ostream & operator<<(ostream &o, MdcSuperLayer &sl)
const MdcSuperLayer * next(void) const
const MdcLayer * lastLayer(void) const
void print(std::ostream &o=std::cout) const
MdcSuperLayer(int number)
int whichView(void) const
const MdcLayer * layer(int i) const
double delPhiinv(void) const
const MdcSuperLayer * prev(void) const
const MdcLayer * firstLayer(void) const
double delPhi(void) const