Belle II Software  release-05-01-25
PlumeCreator.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 PLUMECREATOR_H_
12 #define PLUMECREATOR_H_
13 
14 #include <geometry/CreatorBase.h>
15 
16 class G4LogicalVolume;
17 class G4AssemblyVolume;
18 
19 namespace Belle2 {
25  namespace plume {
26 
27  class SensitiveDetector;
28 
31  public:
32  PlumeCreator();
33  virtual ~PlumeCreator();
34  virtual void create(const GearDir& content, G4LogicalVolume& topVolume, geometry::GeometryTypes type);
35  protected:
38  G4AssemblyVolume* buildSupport1();
39  G4AssemblyVolume* buildSupport2();
40  G4AssemblyVolume* buildSupport3();
41  G4AssemblyVolume* buildSupport4();
42  };
43 
44  }
46 }
47 
48 #endif /* PLUMECREATOR_H_ */
Belle2::plume::PlumeCreator::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: PlumeCreator.cc:65
Belle2::plume::PlumeCreator
The creator for the PLUME geometry.
Definition: PlumeCreator.h:30
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::GearDir
GearDir is the basic class used for accessing the parameter store.
Definition: GearDir.h:41
Belle2::plume::SensitiveDetector
Sensitive Detector implementation of the PLUME detector.
Definition: SensitiveDetector.h:32
Belle2::geometry::CreatorBase
Pure virtual base class for all geometry creators.
Definition: CreatorBase.h:31
Belle2::plume::PlumeCreator::m_sensitive
SensitiveDetector * m_sensitive
SensitiveDetector PLUME.
Definition: PlumeCreator.h:37
Belle2::geometry::GeometryTypes
GeometryTypes
Flag indiciating the type of geometry to be used.
Definition: GeometryManager.h:39