PMT-class: Class 'PMT'

Description Usage Arguments Slots Author(s)

Description

Object class containing the properties of a photomultiplier tube (PMT).

Method setPMT

Method getPMT

Usage

1
2
3
4
5
6
7
8
9
setPMT(name, description, efficiency)

## S4 method for signature 'character,character,matrix'
setPMT(name, description, efficiency)

getPMT(object, ref)

## S4 method for signature 'PMT,character'
getPMT(object, ref)

Arguments

name

character: Name of the PMT

description

character: Description of the PMT

efficiency

matrix: Quantum efficiency of the PMT. The first column contains the wavelength [nm] and the second column the corresponding quantum efficiency [0-1].

object

PMT: PMT.

ref

character: Material slot.

Slots

name

character: Name of the PMT

description

character: Description of the PMT

efficiency

matrix: Quantum efficiency of the PMT. The first column contains the wavelength [nm] and the second column the corresponding quantum efficiency [0-1].

Author(s)

David Strebler


gadaviel/LumReader documentation built on May 16, 2019, 5:33 p.m.