Belle II Software
release-05-01-25
PindiodeCreator.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 PINDIODECREATOR_H_
12
#define PINDIODECREATOR_H_
13
14
#include <geometry/CreatorBase.h>
15
16
class
G4LogicalVolume;
17
18
namespace
Belle2
{
24
namespace
pindiode {
25
26
class
SensitiveDetector
;
27
29
class
PindiodeCreator
:
public
geometry::CreatorBase
{
30
public
:
31
PindiodeCreator
();
32
virtual
~
PindiodeCreator
();
33
virtual
void
create
(
const
GearDir
& content, G4LogicalVolume& topVolume,
geometry::GeometryTypes
type);
34
protected
:
36
SensitiveDetector
*
m_sensitive
;
37
};
38
39
}
41
}
42
43
#endif
/* PINDIODECREATOR_H_ */
Belle2::pindiode::SensitiveDetector
Sensitive Detector implementation of the PINDIODE detector.
Definition:
SensitiveDetector.h:32
Belle2::pindiode::PindiodeCreator
The creator for the PINDIODE geometry.
Definition:
PindiodeCreator.h:29
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::pindiode::PindiodeCreator::m_sensitive
SensitiveDetector * m_sensitive
SensitiveDetector PINDIODE.
Definition:
PindiodeCreator.h:36
Belle2::GearDir
GearDir is the basic class used for accessing the parameter store.
Definition:
GearDir.h:41
Belle2::pindiode::PindiodeCreator::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:
PindiodeCreator.cc:63
Belle2::geometry::CreatorBase
Pure virtual base class for all geometry creators.
Definition:
CreatorBase.h:31
Belle2::geometry::GeometryTypes
GeometryTypes
Flag indiciating the type of geometry to be used.
Definition:
GeometryManager.h:39
beast
pindiode
geometry
include
PindiodeCreator.h
Generated on Fri Nov 5 2021 03:48:04 for Belle II Software by
1.8.17