The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Physics::UEMColumn::Laser

SYNOPSIS

use strict;
use warnings;

use Physics::UEMColumn alias => ':standard';

my $laser = Laser->new(
  energy   => '4.75 eV',
  width    => '500 um',
  duration => '4 ps',
);

DESCRIPTION

Physics::UEMColumn::Laser is a class representing a laser object for Physics::UEMColumn. Physics::UEMColumn::Column objects need a laser object in order to be able create a Physics::UEMColumn::Pulse object.

ATTRIBUTES

energy

A number representing the photon energy of the laser. Unit: J

width

A number representing the HW1/eM Gaussian beam width of the laser (at the photocathode). Unit: m

duration

A number representing the pulse duration of the laser (at the photocathode). Unit: s

SOURCE REPOSITORY

http://github.com/jberger/Physics-UEMColumn

AUTHOR

Joel Berger, <joel.a.berger@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012-2013 by Joel Berger

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.