BmnRoot
Loading...
Searching...
No Matches
MpdHitPointSetDraw.h
Go to the documentation of this file.
1/*
2 * FairMCPointsDraw.h
3 *
4 * Created on: Sep. 30, 2009
5 * Author: stockman
6 */
7
8#ifndef MPDHITPOINTSETDRAW_H
9#define MPDHITPOINTSETDRAW_H
10
11#include "MpdPointSetDraw.h"
12
13#include "TVector3.h"
14
16{
17 public:
19 MpdHitPointSetDraw(const char* name, Color_t color, Style_t mstyle, Int_t iVerbose = 0)
20 : MpdPointSetDraw(name, color, mstyle, iVerbose) {}
22
23 protected:
24 TVector3 GetVector(TObject* obj);
25 void AddEveElementList();
27
29};
30
31#endif /* MPDHITPOINTSETDRAW_H */
TVector3 GetVector(TObject *obj)
MpdHitPointSetDraw(const char *name, Color_t color, Style_t mstyle, Int_t iVerbose=0)
ClassDef(MpdHitPointSetDraw, 1)