Skip to content
Snippets Groups Projects
Commit 8da39920 authored by Yessica Dominguez's avatar Yessica Dominguez
Browse files

Upload New File

parent cad0141d
No related branches found
No related tags found
No related merge requests found
#ifndef ACTION_HH
#define ACTION_HH
#include "G4VUserActionInitialization.hh"
//#include "generator.hh"
#include "PrimaryGeneratorAction.hh"
#include "stepping.hh"
//#include "run.hh"
//#include "event.hh"
//#include "stepping.hh"
class MyActionInitialization : public G4VUserActionInitialization
{
public:
MyActionInitialization();
~MyActionInitialization();
virtual void Build() const;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment