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

Delete detector.hh

parent df28c79f
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 "G4SystemOfUnits.hh"
#include "g4root.hh"
class MySensitiveDetector : public G4VSensitiveDetector
{
public:
MySensitiveDetector(G4String);
~MySensitiveDetector();
private:
virtual G4bool ProcessHits(G4Step *, G4TouchableHistory *);
G4PhysicsOrderedFreeVector *quEff;
};
#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