EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LmonSteppingAction Class Reference

#include <Fun4All-lmon/blob/master/source/G4LmonSteppingAction.h>

+ Inheritance diagram for G4LmonSteppingAction:
+ Collaboration diagram for G4LmonSteppingAction:

Public Member Functions

 G4LmonSteppingAction (G4LmonDetector *)
 constructor
 
virtual ~G4LmonSteppingAction ()
 destructor
 
bool UserSteppingAction (const G4Step *, bool)
 stepping action
 
- Public Member Functions inherited from PHG4SteppingAction
 PHG4SteppingAction (const std::string &name, const int i=0)
 
virtual ~PHG4SteppingAction ()
 
virtual void Verbosity (const int i)
 
virtual int Verbosity () const
 
virtual int Init ()
 
virtual double GetScintLightYield (const G4Step *step)
 get scintillation photon count. It require a custom set SCINTILLATIONYIELD property to work
 
virtual double GetVisibleEnergyDeposition (const G4Step *step)
 get amount of energy that can make scintillation light, in Unit of GeV.
 
virtual void StoreLocalCoordinate (PHG4Hit *hit, const G4Step *step, const bool do_prepoint, const bool do_postpoint)
 Extract local coordinate of the hit and save to PHG4Hit.
 
virtual void SetInterfacePointers (PHCompositeNode *)
 
virtual void Print (const std::string &) const
 
std::string GetName () const
 
void SetName (const std::string &name)
 
virtual void SetLightCorrection (const double inner_radius, const double inner_corr, const double outer_radius, const double outer_corr)
 
virtual double GetLightCorrection (const double r) const
 
virtual double GetLightCorrection (const double xpos, const double ypos) const
 
virtual bool ValidCorrection () const
 
virtual void SetHitNodeName (const std::string &, const std::string &)
 Set the G4HIT node names from Subsystem rather than constructing your own.
 

Private Attributes

G4LmonDetectorm_Detector
 reimplemented from base class
 

Detailed Description

Definition at line 16 of file G4LmonSteppingAction.h.

View newest version in sPHENIX GitHub at line 16 of file G4LmonSteppingAction.h

Constructor & Destructor Documentation

G4LmonSteppingAction::G4LmonSteppingAction ( G4LmonDetector detector)

constructor

Definition at line 41 of file G4LmonSteppingAction.cc.

View newest version in sPHENIX GitHub at line 41 of file G4LmonSteppingAction.cc

virtual G4LmonSteppingAction::~G4LmonSteppingAction ( )
inlinevirtual

destructor

Definition at line 23 of file G4LmonSteppingAction.h.

View newest version in sPHENIX GitHub at line 23 of file G4LmonSteppingAction.h

Member Function Documentation

bool G4LmonSteppingAction::UserSteppingAction ( const G4Step *  aStep,
bool  was_used 
)
virtual

stepping action

Implements PHG4SteppingAction.

Definition at line 48 of file G4LmonSteppingAction.cc.

View newest version in sPHENIX GitHub at line 48 of file G4LmonSteppingAction.cc

References G4LmonDetector::ExecuteSteppingActions(), and m_Detector.

+ Here is the call graph for this function:

Member Data Documentation

G4LmonDetector* G4LmonSteppingAction::m_Detector
private

reimplemented from base class

pointer to the detector

Definition at line 33 of file G4LmonSteppingAction.h.

View newest version in sPHENIX GitHub at line 33 of file G4LmonSteppingAction.h

Referenced by UserSteppingAction().


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