Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4Prototype3InnerHcalSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4Prototype3InnerHcalSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSTEPPINGACTION_H
4 #define G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSTEPPINGACTION_H
5 
7 
8 class G4Step;
9 class PHCompositeNode;
10 class PHG4Hit;
11 class PHG4HitContainer;
13 class PHG4Shower;
14 class PHParameters;
15 
17 {
18  public:
21 
24 
26  bool UserSteppingAction(const G4Step *, bool);
27 
30 
31  private:
34 
42  // since getting parameters is a map search we do not want to
43  // do this in every step, the parameters used are cached
44  // in the following variables
49 
50 };
51 
52 #endif // G4DETECTORS_PHG4PROTOTYPE2INNERHCALSTEPPINGACTION_H