Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
DicomEventAction Class Reference

#include <DicomEventAction.hh>

Inheritance diagram for DicomEventAction:
G4UserEventAction

Public Member Functions

 DicomEventAction ()
 
 ~DicomEventAction ()
 
virtual void BeginOfEventAction (const G4Event *)
 
virtual void EndOfEventAction (const G4Event *anEvent)
 
void SetDrawFlag (G4String val)
 
- Public Member Functions inherited from G4UserEventAction
 G4UserEventAction ()
 
virtual ~G4UserEventAction ()
 
void SetEventManager (G4EventManager *value)
 

Additional Inherited Members

- Protected Attributes inherited from G4UserEventAction
G4EventManagerfpEventManager
 

Detailed Description

Definition at line 54 of file DicomEventAction.hh.

Constructor & Destructor Documentation

DicomEventAction::DicomEventAction ( )

Definition at line 53 of file DicomEventAction.cc.

55  fDrawFlag("all")
56 { }
DicomEventAction::~DicomEventAction ( )

Definition at line 59 of file DicomEventAction.cc.

60 { }

Member Function Documentation

void DicomEventAction::BeginOfEventAction ( const G4Event evt)
virtual

Reimplemented from G4UserEventAction.

Definition at line 63 of file DicomEventAction.cc.

References G4cout, G4endl, and G4Event::GetEventID().

64 {
65  G4cout << "EV: " << evt->GetEventID() << G4endl;
66 }
G4int GetEventID() const
Definition: G4Event.hh:140
G4GLOB_DLL std::ostream G4cout
#define G4endl
Definition: G4ios.hh:61
void DicomEventAction::EndOfEventAction ( const G4Event anEvent)
virtual

Reimplemented from G4UserEventAction.

Definition at line 69 of file DicomEventAction.cc.

70 { }
void DicomEventAction::SetDrawFlag ( G4String  val)
inline

Definition at line 63 of file DicomEventAction.hh.

63 { fDrawFlag = val; }

The documentation for this class was generated from the following files: