EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairTimeStampPointDraw.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairTimeStampPointDraw.h
1 /*
2  * FairTimeStampPointDraw.h
3  *
4  * Created on: Feb 28, 2011
5  * Author: stockman
6  */
7 
8 #ifndef FAIRTIMESTAMPPOINTDRAW_H_
9 #define FAIRTIMESTAMPPOINTDRAW_H_
10 
11 #include "FairBoxSetDraw.h"
12 
14 {
15  public:
17  FairTimeStampPointDraw(const char* name, Int_t iVerbose = 1);
18  virtual ~FairTimeStampPointDraw();
19 
20  private:
21  virtual TVector3 GetVector(TObject* obj);
22  virtual Int_t GetValue(TObject* obj,Int_t i);
23 
25 };
26 
27 #endif /* FAIRTIMESTAMPPOINTDRAW_H_ */