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