BmnRoot
Loading...
Searching...
No Matches
MpdHitDraw.h
Go to the documentation of this file.
1/*
2 * MpdHitDraw.h
3 *
4 * Created on: Apr 16, 2009
5 * Author: stockman
6 *
7 * Simple method to draw points derived from FairHit
8 */
9
10#ifndef MPDHITDRAW_H
11#define MPDHITDRAW_H
12
13#include "MpdBoxSetDraw.h"
14
15#include "TVector3.h"
16
18{
19 public:
25 MpdHitDraw(const char* name, Int_t iVerbose = 1)
26 : MpdBoxSetDraw(name, iVerbose) {}
27
28 protected:
29 TVector3 GetVector(TObject* obj);
30
32};
33
34#endif /* MPDHITDRAW_H */
MpdHitDraw(const char *name, Int_t iVerbose=1)
Definition MpdHitDraw.h:25
TVector3 GetVector(TObject *obj)
ClassDef(MpdHitDraw, 1)