ATLAS Offline Software
Loading...
Searching...
No Matches
ZDC_FiberSDTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ZDC_SD_ZDC_FIBER_SDTOOL_H
6#define ZDC_SD_ZDC_FIBER_SDTOOL_H
7
9
10// STL headers
11#include <string>
12
13class G4VSensitiveDetector;
14
16{
17
18 public:
19 // Constructor
20 ZDC_FiberSDTool(const std::string& type, const std::string& name, const IInterface* parent);
21 // Destructor
24 StatusCode Gather() override final; //FIXME would be good to be able to avoid this.
25
27 // Make me an SD!
28 G4VSensitiveDetector* makeSD() const override final;
29
31 float m_readoutPos; // Y position of the top of the readout fibers
32
33};
34
35#endif //ZDC_SD_ZDC_STRIP_SDTOOL_H
#define protected
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
G4VSensitiveDetector * makeSD() const override final
ZDC_FiberSDTool(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode Gather() override final
End of an athena event.
#define private