PandaRoot
PndSdsPixelBackMapping.h
Go to the documentation of this file.
1 #ifndef PNDSDSPIXELBACKMAPPING_H
2 #define PNDSDSPIXELBACKMAPPING_H
3 
4 #include "PndSdsDigiPixel.h"
5 #include "PndSdsHit.h"
6 #include "PndGeoHandling.h"
7 #include <vector>
8 
10  public:
15  {
16  fDigiArray = other.fDigiArray;
17  fGeoH = other.fGeoH;
18  fVerbose = other.fVerbose;
19  return *this;
20  };
21  virtual ~PndSdsPixelBackMapping();
22 
23  void SetVerbose(Int_t level) { fVerbose = level; };
24  virtual PndSdsHit GetCluster(std::vector<PndSdsDigiPixel> pixelArray) = 0;
25 
26  std::vector<PndSdsDigiPixel> fDigiArray;
28  Int_t fVerbose;
29 };
30 
31 #endif
PndSdsPixelBackMapping(const PndSdsPixelBackMapping &other)
PndSdsPixelBackMapping & operator=(PndSdsPixelBackMapping &other)
virtual ~PndSdsPixelBackMapping()
Class to access the naming information of the MVD.
std::vector< PndSdsDigiPixel > fDigiArray
virtual PndSdsHit GetCluster(std::vector< PndSdsDigiPixel > pixelArray)=0