ATLAS Offline Software
Loading...
Searching...
No Matches
G4mplEqMagElectricFieldTool.h
Go to the documentation of this file.
1#ifndef MONOPOLE_G4mplEqMagElectricFieldTool_H
2#define MONOPOLE_G4mplEqMagElectricFieldTool_H
3
4// Include files
7
13class G4mplEqMagElectricFieldTool: public extends<AthAlgTool, IEquationOfMotionTool> {
14public:
16 G4mplEqMagElectricFieldTool( const std::string& type , const std::string& name,
17 const IInterface* parent ) ;
18
21 virtual G4Mag_EqRhs* makeEquationOfMotion(G4MagneticField *emField) const override final;
22
23
24protected:
25
26
27
28
29
30};
31#endif //MONOPOLE_G4mplEqMagElectricFieldTool_H
virtual G4Mag_EqRhs * makeEquationOfMotion(G4MagneticField *emField) const override final
Implements.
G4mplEqMagElectricFieldTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.