TG4HitChangeHandler.hxx
Go to the documentation of this file.
1 #ifndef TG4HitChangeHandler_hxx_seen
2 #define TG4HitChangeHandler_hxx_seen
3 
5 
6 namespace EDep {
7  class TG4HitChangeHandler;
8 }
9 
10 class TEveElementList;
11 
12 /// Handle drawing the GEANT4 (truth) hits.
14 public:
17 
18  /// Draw the trajectories into the current scene.
19  virtual void Apply();
20 
21 private:
22 
23  /// The GEANT4 hits to draw in the event.
24  TEveElementList* fG4HitList;
25 
26 };
27 
28 #endif
Handle drawing the GEANT4 (truth) hits.
TEveElementList * fG4HitList
The GEANT4 hits to draw in the event.
virtual void Apply()
Draw the trajectories into the current scene.