BOSS 7.1.2
BESIII Offline Software System
|
#include <MdcSegList.h>
Public Member Functions | |
MdcSegList (int nSupers, const MdcSegParams segParms) | |
~MdcSegList () | |
void | setPlot (int lPlt) |
void | plot () const |
const GmsList * | oneList (int slayIndex) const |
void | append (MdcSeg *aSeg) |
int | count () const |
void | destroySegs () |
MdcSeg * | getSeed (int iview, int goodOnly) |
void | resetSeed (const MdcDetector *gm) |
MdcSegParams * | segPar () |
Friends | |
class | MdcSegFinder |
Definition at line 20 of file MdcSegList.h.
MdcSegList::MdcSegList | ( | int | nSupers, |
const MdcSegParams | segParms ) |
Definition at line 35 of file MdcSegList.cxx.
MdcSegList::~MdcSegList | ( | ) |
Definition at line 45 of file MdcSegList.cxx.
void MdcSegList::append | ( | MdcSeg * | aSeg | ) |
Definition at line 257 of file MdcSegList.cxx.
int MdcSegList::count | ( | ) | const |
Definition at line 419 of file MdcSegList.cxx.
Referenced by count(), MdcTrackList::createFromSegs(), and MdcSegFinder::createSegs().
void MdcSegList::destroySegs | ( | ) |
Definition at line 92 of file MdcSegList.cxx.
MdcSeg * MdcSegList::getSeed | ( | int | iview, |
int | goodOnly ) |
Definition at line 139 of file MdcSegList.cxx.
Referenced by MdcTrackList::createFromSegs(), and MdcTrackListCsmc::createFromSegs().
const GmsList * MdcSegList::oneList | ( | int | slayIndex | ) | const |
Definition at line 412 of file MdcSegList.cxx.
Referenced by MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperCsmc::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), getSeed(), and resetSeed().
void MdcSegList::plot | ( | ) | const |
Definition at line 75 of file MdcSegList.cxx.
void MdcSegList::resetSeed | ( | const MdcDetector * | gm | ) |
Definition at line 57 of file MdcSegList.cxx.
Referenced by MdcTrackList::createFromSegs(), MdcTrackListCsmc::createFromSegs(), and MdcSegFinder::createSegs().
|
inline |
Definition at line 38 of file MdcSegList.h.
Referenced by MdcSegFinder::createSegs().
void MdcSegList::setPlot | ( | int | lPlt | ) |
Definition at line 406 of file MdcSegList.cxx.
|
friend |
Definition at line 22 of file MdcSegList.h.