ATLAS Offline Software
Loading...
Searching...
No Matches
SimpleFastKillerTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4FASTSIMULATION_SIMPLEFASTKILLERTOOL_H
6#define G4FASTSIMULATION_SIMPLEFASTKILLERTOOL_H
7
9
10class G4VFastSimulationModel;
11
13{
14 public:
15 SimpleFastKillerTool(const std::string& type, const std::string& name, const IInterface *parent);
17
18protected:
22 virtual G4VFastSimulationModel* makeFastSimModel() override final;
23};
24
25#endif //G4FASTSIMULATION_SIMPLEFASTKILLERTOOL_H
FastSimulationBase(const std::string &type, const std::string &name, const IInterface *parent)
SimpleFastKillerTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual G4VFastSimulationModel * makeFastSimModel() override final
Method to make the actual fast simulation model itself, which will be owned by the tool.