ATLAS Offline Software
Loading...
Searching...
No Matches
LArG4TBECBeamChSDTool.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 __LArG4TBECBeamChSDTool_H__
6#define __LArG4TBECBeamChSDTool_H__
7
9
10class G4VSensitiveDetector;
11
13{
14public:
15 LArG4TBECBeamChSDTool(const std::string& type, const std::string& name, const IInterface *parent);
17
18 G4VSensitiveDetector* makeSD() const override final;
19};
20
21#endif // __LArG4H8CalibSD_H__
G4VSensitiveDetector * makeSD() const override final
LArG4TBECBeamChSDTool(const std::string &type, const std::string &name, const IInterface *parent)
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.