Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4Prototype2InnerHcalSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4Prototype2InnerHcalSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4CALOPROTOTYPE_PHG4PROTOTYPE2INNERHCALSTEPPINGACTION_H
4 #define G4CALOPROTOTYPE_PHG4PROTOTYPE2INNERHCALSTEPPINGACTION_H
5 
7 
8 class G4Step;
9 class PHCompositeNode;
10 class PHG4Hit;
11 class PHG4HitContainer;
12 class PHParameters;
14 class PHG4Shower;
15 
17 {
18  public:
21 
24 
26  virtual bool UserSteppingAction(const G4Step *, bool);
27 
29  virtual void SetInterfacePointers(PHCompositeNode *);
30 
31  double GetLightCorrection(const double r) const;
32 
33  private:
36 
44  // since getting parameters is a map search we do not want to
45  // do this in every step, the parameters used are cached
46  // in the following variables
51 
56 };
57 
58 #endif