Belle II Software  release-08-01-10
Fei4Creator.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 FEI4CREATOR_H_
10 #define FEI4CREATOR_H_
11 
12 #include <geometry/CreatorBase.h>
13 
14 class G4LogicalVolume;
15 
16 namespace Belle2 {
22  namespace srsensor {
23 
24  class SensitiveDetector;
25 
28  public:
32  Fei4Creator();
36  virtual ~Fei4Creator();
43  virtual void create(const GearDir& content, G4LogicalVolume& topVolume, geometry::GeometryTypes type);
44  protected:
47  };
48 
49  }
51 }
52 
53 #endif /* FEI4CREATOR_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
The creator for the FEI4 geometry.
Definition: Fei4Creator.h:27
virtual void create(const GearDir &content, G4LogicalVolume &topVolume, geometry::GeometryTypes type)
Creation of the detector geometry from Gearbox (XML).
Definition: Fei4Creator.cc:54
virtual ~Fei4Creator()
Destructor.
Definition: Fei4Creator.cc:49
SensitiveDetector * m_sensitive
SensitiveDetector FEI4.
Definition: Fei4Creator.h:46
Sensitive Detector implementation of the SRSENSOR detector.
VXD::SensitiveDetector< PXDSimHit, PXDTrueHit > SensitiveDetector
The PXD Sensitive Detector class.
GeometryTypes
Flag indiciating the type of geometry to be used.
Abstract base class for different kinds of events.