ATLAS Offline Software
Loading...
Searching...
No Matches
LArG4H6BeamSDTool.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 __LArG4H6BeamSDTool_H__
6#define __LArG4H6BeamSDTool_H__
7
9
11{
12public:
13 LArG4H6BeamSDTool(const std::string& type, const std::string& name, const IInterface *parent);
14 virtual ~LArG4H6BeamSDTool() {}
15
16 G4VSensitiveDetector* makeSD() const override final;
17};
18
19#endif // __LArG4H6BeamSDTool_h__
LArG4H6BeamSDTool(const std::string &type, const std::string &name, const IInterface *parent)
G4VSensitiveDetector * makeSD() const override final
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.