|
BOSS 7.1.3
BESIII Offline Software System
|
#include <MdcSuperLayer.h>
Public Member Functions | |
| MdcSuperLayer (int number) | |
| ~MdcSuperLayer () | |
| int | index (void) const |
| int | whichView (void) const |
| bool | exist (void) const |
| double | rEnd (void) const |
| double | rad0 (void) const |
| double | zEnd (void) const |
| double | stDip (void) const |
| double | delPhi (void) const |
| double | delPhiinv (void) const |
| const MdcLayer * | firstLayer (void) const |
| const MdcLayer * | lastLayer (void) const |
| const MdcSuperLayer * | next (void) const |
| const MdcSuperLayer * | prev (void) const |
| const MdcSuperLayer * | nextInView (void) const |
| const MdcSuperLayer * | prevInView (void) const |
| int | slayNum (void) const |
| int | nLayers (void) const |
| const MdcLayer * | layer (int i) const |
| void | setNextInView (MdcSuperLayer *sl) |
| void | setPrevInView (MdcSuperLayer *sl) |
| void | print (std::ostream &o=std::cout) const |
Friends | |
| class | MdcDetector |
Definition at line 9 of file MdcSuperLayer.h.
| MdcSuperLayer::MdcSuperLayer | ( | int | number | ) |
Definition at line 63 of file MdcSuperLayer.cxx.
Referenced by MdcDetector, next(), nextInView(), prev(), prevInView(), setNextInView(), and setPrevInView().
| MdcSuperLayer::~MdcSuperLayer | ( | ) |
Definition at line 77 of file MdcSuperLayer.cxx.
|
inline |
Definition at line 30 of file MdcSuperLayer.h.
Referenced by MdcSegInfoSterO::calcStereo(), MdcSegGrouperSt::fillWithSegs(), and print().
|
inline |
Definition at line 31 of file MdcSuperLayer.h.
Referenced by MdcSegInfoSterO::calcStereo(), and print().
|
inline |
|
inline |
Definition at line 37 of file MdcSuperLayer.h.
Referenced by MdcSeg::addHits(), rad0(), stDip(), and zEnd().
|
inline |
Definition at line 20 of file MdcSuperLayer.h.
Referenced by MdcSegList::append(), MdcSegInfoSterO::calcStereo(), MdcSegFinder::createSegs(), MdcDetector, print(), and MdcxFindSegs::process().
|
inline |
Definition at line 38 of file MdcSuperLayer.h.
|
inline |
Definition at line 45 of file MdcSuperLayer.h.
Referenced by MdcSeg::addHits(), MdcSegFinder::createSegs(), MdcxFindSegs::initWireGroups(), and MdcxFindSegs::process().
|
inline |
Definition at line 39 of file MdcSuperLayer.h.
Referenced by MdcSegFinder::createSegs(), and MdcDetector.
|
inline |
Definition at line 41 of file MdcSuperLayer.h.
|
inline |
Definition at line 44 of file MdcSuperLayer.h.
Referenced by MdcSeg::addHits(), MdcSegFinder::createSegs(), MdcxFindSegs::initWireGroups(), print(), and MdcxFindSegs::process().
|
inline |
|
inline |
Definition at line 42 of file MdcSuperLayer.h.
| void MdcSuperLayer::print | ( | std::ostream & | o = std::cout | ) | const |
Definition at line 120 of file MdcSuperLayer.cxx.
Referenced by operator<<().
|
inline |
Definition at line 24 of file MdcSuperLayer.h.
Referenced by MdcSeg::addHits(), MdcSegInfoAxialO::calcFromOrigin(), MdcSegInfoCsmc::calcStraight(), and print().
|
inline |
Definition at line 23 of file MdcSuperLayer.h.
Referenced by MdcSegInfoSterO::calcStereo(), MdcSegGrouperSt::fillWithSegs(), and print().
|
inline |
Definition at line 48 of file MdcSuperLayer.h.
|
inline |
Definition at line 49 of file MdcSuperLayer.h.
|
inline |
Definition at line 43 of file MdcSuperLayer.h.
Referenced by MdcSegFinder::createSegs(), MdcSegGrouperAx::incompWithSeg(), MdcxFindSegs::initWireGroups(), MdcSeg::plotSeg(), and print().
|
inline |
Definition at line 28 of file MdcSuperLayer.h.
Referenced by MdcSegInfoSterO::calcStereo(), and print().
|
inline |
Definition at line 21 of file MdcSuperLayer.h.
Referenced by MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperCsmc::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), and print().
|
inline |
Definition at line 26 of file MdcSuperLayer.h.
Referenced by MdcSegInfoSterO::calcStereo(), MdcSegGrouperSt::fillWithSegs(), and print().
|
friend |
Definition at line 55 of file MdcSuperLayer.h.
Referenced by MdcDetector.