seems to work with different geometries
This commit is contained in:
@@ -56,9 +56,6 @@ class EventAction : public G4UserEventAction
|
||||
void BeginOfEventAction(const G4Event* event) override;
|
||||
void EndOfEventAction(const G4Event* event) override;
|
||||
|
||||
void setConstructionWrapper(const ConstructionWrapper * Cw){
|
||||
this->cw = Cw;
|
||||
}
|
||||
void setPrimaryGeneratorAction(const B4::PrimaryGeneratorAction * Gen){
|
||||
this->gen = Gen;
|
||||
}
|
||||
@@ -67,7 +64,6 @@ class EventAction : public G4UserEventAction
|
||||
}
|
||||
|
||||
private:
|
||||
const ConstructionWrapper * cw=nullptr;
|
||||
const B4::PrimaryGeneratorAction * gen=nullptr;
|
||||
const B4::RunAction * run=nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user