Belle II Software  release-05-01-25
MicrotpcCreator.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Martin Ritter, Igal Jaegle *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #ifndef MICROTPCCREATOR_H_
12 #define MICROTPCCREATOR_H_
13 
14 #include <geometry/CreatorBase.h>
15 
16 class G4LogicalVolume;
17 
18 namespace Belle2 {
24  namespace microtpc {
25 
26  class SensitiveDetector;
27 
30  public:
32  virtual ~MicrotpcCreator();
33  virtual void create(const GearDir& content, G4LogicalVolume& topVolume, geometry::GeometryTypes type);
34  protected:
37  };
38 
39  }
41 }
42 
43 #endif /* MICROTPCCREATOR_H_ */
Belle2::microtpc::MicrotpcCreator
The creator for the MICROTPC geometry.
Definition: MicrotpcCreator.h:29
Belle2::microtpc::SensitiveDetector
Sensitive Detector implementation of the MICROTPC detector.
Definition: SensitiveDetector.h:32
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::microtpc::MicrotpcCreator::m_sensitive
SensitiveDetector * m_sensitive
SensitiveDetector micro-tpc.
Definition: MicrotpcCreator.h:36
Belle2::GearDir
GearDir is the basic class used for accessing the parameter store.
Definition: GearDir.h:41
Belle2::geometry::CreatorBase
Pure virtual base class for all geometry creators.
Definition: CreatorBase.h:31
Belle2::microtpc::MicrotpcCreator::create
virtual void create(const GearDir &content, G4LogicalVolume &topVolume, geometry::GeometryTypes type)
Function to actually create the geometry, has to be overridden by derived classes.
Definition: MicrotpcCreator.cc:62
Belle2::geometry::GeometryTypes
GeometryTypes
Flag indiciating the type of geometry to be used.
Definition: GeometryManager.h:39