NAME

FGMperl - Collection of routines for the Cluster FGM calibration.


SYNOPSIS

 Use FGMperl;
 %p=readcalfile($CalFile);
 $p{$FGM_names{$key}}[$j]=$off;
 print CFILE calfilestr(\%p);


DESCRIPTION

This perl module contains a collection of routines and variables which are used by various scripts for the Cluster FGM daily calibration.


EXPORTED VARIABLES

%FGM_names

Correspondence hash between calibration parameter names as saved in the cfgnew files and those appearing in the cls.pro ``calibration table''.


EXPORTED FUNCTIONS

readcalfile($file_name)

returns a hash with the calibration parameters from $file_name.

calfilestr(\%p)

returns the string in cfgnew format for the calibration parameters in the %p hash. If the hash does not include range 7 parameters (introduced later), they will be assigned default (0 offset, unit matrix) values.


AUTHOR

Dragos Constantinescu <d.constantinescu@tu-bs.de>