Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
MaterialEffects
interface
VolumeMediumProperties.h
Go to the documentation of this file.
1
#ifndef VOLUMEMEDIUMPROPERTIES_H_
2
#define VOLUMEMEDIUMPROPERTIES_H_
3
11
class
VolumeMediumProperties
12
{
13
public
:
14
VolumeMediumProperties
(
float
x0
,
float
xi
) :
15
x0_
(x0),
xi_
(xi) {}
16
17
// Radiation length (in cm)
18
float
x0
()
const
{
return
x0_
;}
19
// Scaling factor for energy loss (see class description)
20
float
xi
()
const
{
return
xi_
;}
21
22
private
:
23
float
x0_
;
24
float
xi_
;
25
};
26
27
#endif
VolumeMediumProperties::VolumeMediumProperties
VolumeMediumProperties(float x0, float xi)
Definition:
VolumeMediumProperties.h:14
VolumeMediumProperties::xi_
float xi_
Definition:
VolumeMediumProperties.h:24
VolumeMediumProperties
Definition:
VolumeMediumProperties.h:11
VolumeMediumProperties::x0
float x0() const
Definition:
VolumeMediumProperties.h:18
VolumeMediumProperties::x0_
float x0_
Definition:
VolumeMediumProperties.h:23
VolumeMediumProperties::xi
float xi() const
Definition:
VolumeMediumProperties.h:20
Generated for CMSSW Reference Manual by
1.8.5