src/tools/geant4/SensitiveDetectorAndFieldConstruction.hpp
Constructs the sensitive detectors and field for each worker. More…
Namespaces
Name |
---|
allpix Helper class to hold support layers for a detector model. |
Classes
Name | |
---|---|
class | allpix::SensitiveDetectorAndFieldConstruction Constructs the sensitive detectors and field for each worker. |
Detailed Description
Constructs the sensitive detectors and field for each worker.
Copyright: Copyright (c) 2019-2024 CERN and the Allpix Squared authors. This software is distributed under the terms of the MIT License, copied verbatim in the file “LICENSE.md”. In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction. SPDX-License-Identifier: MIT
Source code
#ifndef ALLPIX_SENSITIVE_DETECTOR_AND_FIELD_CONSTRUCTION_H
#define ALLPIX_SENSITIVE_DETECTOR_AND_FIELD_CONSTRUCTION_H
namespace allpix {
class SensitiveDetectorAndFieldConstruction {
public:
virtual ~SensitiveDetectorAndFieldConstruction() = default;
virtual void ConstructSDandField() {} // NOLINT
};
} // namespace allpix
#endif /* ALLPIX_SENSITIVE_DETECTOR_AND_FIELD_CONSTRUCTION_H */
Updated on 2024-12-13 at 08:31:37 +0000