FairRoot/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 {
11  public :
14  virtual ~PndMQSdsPixelBackMapping();
15 
16  void SetVerbose (Int_t level) {fVerbose = level;};
17  virtual PndSdsHit GetCluster(std::vector<PndSdsDigiPixel*>& pixelArray) = 0;
18 
19  virtual void SetGeoHandling (PndGeoHandling* geo){fGeoH = geo;}
20 
22  Int_t fVerbose;
23 
24 };
25 
26 #endif
27 
virtual void SetGeoHandling(PndGeoHandling *geo)
Class to access the naming information of the MVD.
virtual PndSdsHit GetCluster(std::vector< PndSdsDigiPixel * > &pixelArray)=0