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

Upload New File

parent c1f8843e
No related branches found
No related tags found
No related merge requests found
#ifndef DETECTOR_HH
#define DETECTOR_HH
#include "G4VSensitiveDetector.hh"
#include "G4RunManager.hh"
#include "g4root.hh"
class MySensitiveDetector : public G4VSensitiveDetector
{
public:
MySensitiveDetector(G4String);
~MySensitiveDetector();
private:
virtual G4bool ProcessHits(G4Step *, G4TouchableHistory *);
};
#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