ATLAS Offline Software
Loading...
Searching...
No Matches
LArG4H6WarmTCSDTool.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 __LArG4H6WarmTCSDTool_H__
6#define __LArG4H6WarmTCSDTool_H__
7
9
11{
12public:
13 LArG4H6WarmTCSDTool(const std::string& type, const std::string& name, const IInterface *parent);
15
16 G4VSensitiveDetector* makeSD() const override final;
17
18 // Calls down to all the SDs to get them to pack their hits into a central collection
19 StatusCode Gather() override final;
20};
21
22#endif // __LArG4H6WarmTCSDTool_h__
LArG4H6WarmTCSDTool(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode Gather() override final
End of an athena event.
G4VSensitiveDetector * makeSD() const override final
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.