Garfield++
v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
MediumConductor.hh
Go to the documentation of this file.
1
// Conducting medium
2
3
#ifndef G_MEDIUM_CONDUCTOR_H
4
#define G_MEDIUM_CONDUCTOR_H
5
6
#include "
Medium.hh
"
7
8
namespace
Garfield
{
9
10
class
MediumConductor
:
public
Medium
{
11
12
public
:
13
// Constructor
14
MediumConductor
() :
Medium
() {
15
m_className
=
"MediumConductor"
;
16
m_name
=
"Conductor"
;
17
}
18
// Destructor
19
~MediumConductor
() {}
20
21
void
EnableDrift
() {}
22
void
EnableIonisation
() {}
23
};
24
}
25
26
#endif
Medium.hh
Garfield::MediumConductor
Definition:
MediumConductor.hh:10
Garfield::MediumConductor::MediumConductor
MediumConductor()
Definition:
MediumConductor.hh:14
Garfield::MediumConductor::EnableIonisation
void EnableIonisation()
Definition:
MediumConductor.hh:22
Garfield::MediumConductor::EnableDrift
void EnableDrift()
Definition:
MediumConductor.hh:21
Garfield::MediumConductor::~MediumConductor
~MediumConductor()
Definition:
MediumConductor.hh:19
Garfield::Medium
Definition:
Medium.hh:11
Garfield::Medium::m_name
std::string m_name
Definition:
Medium.hh:291
Garfield::Medium::m_className
std::string m_className
Definition:
Medium.hh:284
Garfield
Definition:
HeedChamber.hh:10
garfieldpp-v1r0
Include
MediumConductor.hh
Generated by
1.9.6