 |
Belle II Software
release-05-01-25
|
12 #ifndef VXD_GEOMETRY_GEOVXDRADIATONSENSORS_H
13 #define VXD_GEOMETRY_GEOVXDRADIATONSENSORS_H
15 #include <simulation/kernel/SensitiveDetectorBase.h>
18 #include <G4LogicalVolume.hh>
19 #include <framework/gearbox/GearDir.h>
37 for (
auto sensitive :
m_sensitive)
delete sensitive;
49 void create(
const GearDir& content, G4LogicalVolume& topVolume, G4LogicalVolume& envelopeVolume);
60 #endif // VXD_GEOMETRY_GEOVXDRADIATONSENSORS_H
~GeoVXDRadiationSensors()
delete sensitive detector implementations
void create(const GearDir &content, G4LogicalVolume &topVolume, G4LogicalVolume &envelopeVolume)
create the Sensor geometry and assign the sensitive detector implementation.
Abstract base class for different kinds of events.
GearDir is the basic class used for accessing the parameter store.
std::string m_subdetector
one of "PXD" or "SVD"
GeoVXDRadiationSensors(const std::string &subdetector)
construct the creator with the correct subdetector type
std::vector< Simulation::SensitiveDetectorBase * > m_sensitive
List to all created sensitive detector instances.
class to create the diamond radiation sensor geometry if defined