3#ifndef __MDCSUPERLAYER_H__
4#define __MDCSUPERLAYER_H__
20 int index(
void)
const {
return _slayer; }
22 bool exist(
void)
const {
return _exist;}
23 double rEnd(
void)
const {
return _radius;}
30 double delPhi(
void)
const {
return _delphi;}
43 int slayNum(
void)
const {
return _slayer;}
44 int nLayers(
void)
const {
return _nLayers;}
51 void print(std::ostream& o=std::cout)
const ;
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
void setPrevInView(MdcSuperLayer *sl)
const MdcSuperLayer * prevInView(void) const
const MdcSuperLayer * prev(void) const
const MdcLayer * firstLayer(void) const
void setNextInView(MdcSuperLayer *sl)
double delPhi(void) const
const MdcSuperLayer * nextInView(void) const