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