Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4HcalPrototypeSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4HcalPrototypeSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 // This is the steppingaction heaer file for the hcal prototype
4 // created on 1/27/2014, Liang, HeXC
5 //
6 #ifndef G4CALOPROTOTYPE_PHG4HCALPROTOTYPESTEPPINGACTION_H
7 #define G4CALOPROTOTYPE_PHG4HCALPROTOTYPESTEPPINGACTION_H
8 
10 
11 class G4Step;
12 class PHCompositeNode;
14 class PHG4Hit;
15 class PHG4HitContainer;
16 
18 {
19 
20  public:
21 
24 
27  {}
28 
30  virtual bool UserSteppingAction(const G4Step*, bool);
31 
33  virtual void SetInterfacePointers( PHCompositeNode* );
34 
35  private:
36 
39 
44 };
45 
46 
47 #endif // PHG4HcalPrototypeSteppingAction_h