PandaRoot
PndSdsStripClusterer.h File Reference
#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, IndexpairIndextriple
 
typedef std::map< SensorSide, IndextripleSidedTriple
 
typedef std::map< Int_t, SidedTripleFullmap
 

Typedef Documentation

◆ Fullmap

typedef std::map<Int_t, SidedTriple> Fullmap

Definition at line 27 of file PndSdsStripClusterer.h.

◆ Indexpair

typedef std::map<Int_t, Int_t> Indexpair

PndSdsStripClusterer.h

Author
R.Kliemt r.kli.nosp@m.emt@.nosp@m.physi.nosp@m.k.tu.nosp@m.-dres.nosp@m.den..nosp@m.de

Calculator class to find clusters in one channel dimension for the MVD strip sensors

Definition at line 24 of file PndSdsStripClusterer.h.

◆ Indextriple

typedef std::map<Int_t, Indexpair> Indextriple

Definition at line 25 of file PndSdsStripClusterer.h.

◆ SidedTriple

typedef std::map<SensorSide, Indextriple> SidedTriple

Definition at line 26 of file PndSdsStripClusterer.h.