PandaRoot
PndMQSdsPixelBackMapping.h
Go to the documentation of this file.
1 #ifndef PndMQSdsPixelBackMapping_H
2 #define PndMQSdsPixelBackMapping_H
3 
4 #include "PndSdsDigiPixel.h"
5 #include "PndSdsHit.h"
6 #include "PndGeoHandling.h"
7 #include <vector>
8 
10  public:
13  virtual ~PndMQSdsPixelBackMapping();
14 
15  void SetVerbose(Int_t level) { fVerbose = level; };
16  virtual PndSdsHit GetCluster(std::vector<PndSdsDigiPixel *> &pixelArray) = 0;
17 
18  virtual void SetGeoHandling(PndGeoHandling *geo) { fGeoH = geo; }
19 
21  Int_t fVerbose;
22 };
23 
24 #endif
virtual void SetGeoHandling(PndGeoHandling *geo)
Class to access the naming information of the MVD.
virtual ~PndMQSdsPixelBackMapping()
virtual PndSdsHit GetCluster(std::vector< PndSdsDigiPixel *> &pixelArray)=0