EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FairHitDraw.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FairHitDraw.h
1
/*
2
* FairHitDraw.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 FAIRHITDRAW_H_
11
#define FAIRHITDRAW_H_
12
13
#include "
FairBoxSetDraw.h
"
14
15
class
FairHitDraw
:
public
FairBoxSetDraw
16
{
17
public
:
18
FairHitDraw
();
19
24
FairHitDraw
(
const
char
*
name
, Int_t iVerbose = 1);
25
26
protected
:
27
28
TVector3
GetVector
(
TObject
* obj);
29
30
ClassDef
(
FairHitDraw
,1);
31
};
32
33
#endif
/* FAIRHITDRAW_H_ */
EicRoot
blob
master
eventdisplay
FairHitDraw.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration