ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_FrontEndTool.h
Go to the documentation of this file.
1
14
15#ifndef HGTD_DIGITIZATION_HGTD_FRONTEND_H
16#define HGTD_DIGITIZATION_HGTD_FRONTEND_H
17
20
21#include "GaudiKernel/ToolHandle.h"
23
24class HGTD_FrontEndTool : public extends<AthAlgTool, IFrontEnd> {
25
26public:
28 HGTD_FrontEndTool(const std::string& type, const std::string& name,
29 const IInterface* parent);
31 virtual ~HGTD_FrontEndTool() {}
32
33 void process(SiChargedDiodeCollection& collection, CLHEP::HepRandomEngine* rndmEngine) const;
34
35};
36
37#endif
virtual ~HGTD_FrontEndTool()
Destructor.
HGTD_FrontEndTool(const std::string &type, const std::string &name, const IInterface *parent)
constructor
const std::string process