Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4SpacalPrototype4SteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4SpacalPrototype4SteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 // $$Id: PHG4SpacalPrototype4SteppingAction.h,v 1.1 2014/03/24 01:36:44 jinhuang Exp $$
4 
13 #ifndef G4CALOPROTOTYPE_PHG4SPACALPROTOTYPE4STEPPINGACTION_H
14 #define G4CALOPROTOTYPE_PHG4SPACALPROTOTYPE4STEPPINGACTION_H
15 
17 
18 class G4Step;
19 class PHCompositeNode;
20 class PHG4Hit;
21 class PHG4HitContainer;
22 class PHG4Shower;
24 
26 {
27  public:
30 
33  {
34  }
35 
37  virtual bool
38  UserSteppingAction(const G4Step *, bool);
39 
41  virtual void
43 
44  double
45  get_zmin();
46 
47  double
48  get_zmax();
49 
50  private:
53 
60 };
61 
62 #endif // PHG4SpacalPrototype4SteppingAction_h