Belle II Software development
He3tubeCreator.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#ifndef HE3TUBECREATOR_H_
10#define HE3TUBECREATOR_H_
11
12#include <geometry/CreatorBase.h>
13
14class G4LogicalVolume;
15
16namespace Belle2 {
22 namespace he3tube {
23
25
28 public:
36 virtual ~He3tubeCreator();
43 virtual void create(const GearDir& content, G4LogicalVolume& topVolume, geometry::GeometryTypes type);
44 protected:
47 };
48
49 }
50
51}
52
53#endif /* HE3TUBECREATOR_H_ */
GearDir is the basic class used for accessing the parameter store.
Definition GearDir.h:31
Pure virtual base class for all geometry creators.
Definition CreatorBase.h:28
virtual ~He3tubeCreator()
Destructor.
virtual void create(const GearDir &content, G4LogicalVolume &topVolume, geometry::GeometryTypes type)
Creation of the detector geometry from Gearbox (XML).
SensitiveDetector * m_sensitive
SensitiveDetector He-3 tube.
Sensitive Detector implementation of the HE3TUBE detector.
GeometryTypes
Flag indicating the type of geometry to be used.
Namespace to encapsulate code needed for the HE3TUBE detector.
Abstract base class for different kinds of events.