EDepSimUserEventInformation.hh
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////
2 // $Id: EDepSim::UserEventInformation.hh,v 1.5 2008/01/14 17:01:57 mcgrew Exp $
3 
4 #ifndef EDepSim_UserEventInformation_hh_seen
5 #define EDepSim_UserEventInformation_hh_seen
6 
7 #include <G4VUserEventInformation.hh>
8 #include <G4PrimaryVertex.hh>
9 
10 namespace EDepSim {class UserEventInformation;}
11 class EDepSim::UserEventInformation : public G4VUserEventInformation {
12 public:
14  virtual ~UserEventInformation();
15 
16  /// Print information about the event.
17  virtual void Print() const;
18 
19  /// Reset for a new event. This is needed since some event generators
20  /// start creating an event, and then later decide to reject it. This
21  /// allows the user information to be reset to the default values.
22  void InitializeEvent(void);
23 
24 private:
25 };
26 #endif
virtual void Print() const
Print information about the event.
Construct a module from components.
Definition: TG4HitSegment.h:10