![]() |
PandaRoot
|
#include <vector>#include <map>#include <string>#include "PndSdsDigiStrip.h"#include "PndSdsClusterStrip.h"Go to the source code of this file.
Classes | |
| class | PndSdsStripClusterer |
Typedefs | |
| typedef std::map< Int_t, Int_t > | Indexpair |
| typedef std::map< Int_t, Indexpair > | Indextriple |
| typedef std::map< SensorSide, Indextriple > | SidedTriple |
| typedef std::map< Int_t, SidedTriple > | Fullmap |
| typedef std::map<Int_t, SidedTriple> Fullmap |
Definition at line 27 of file PndSdsStripClusterer.h.
| typedef std::map<Int_t, Int_t> Indexpair |
Calculator class to find clusters in one channel dimension for the MVD strip sensors
Definition at line 24 of file PndSdsStripClusterer.h.
| typedef std::map<Int_t, Indexpair> Indextriple |
Definition at line 25 of file PndSdsStripClusterer.h.
| typedef std::map<SensorSide, Indextriple> SidedTriple |
Definition at line 26 of file PndSdsStripClusterer.h.