# Input syntax as follows:
# 
#            QE=
#
#            %.\=\
#
#            PMT=\ \ \
#
#            pmt=\ \ \=\[, \=\]
#
#            file=\
#
# 
# where 
#  - QE   refers to the global quantum efficiency which is reserved for the so-called light scaling;
#  - '\%'        to the default values;
#  - \  to the module identifier;
#  - \     to the readout channel;
#  - \     to one of the data members of the JDETECTOR::JPMTParameters data structure; and 
#  - \   to the corresponding value.
#
# The global QE is applied as a multiplicative factor to the default and PMT specific QEs.
# It is set (read overwritten) in the JTriggerEfficiency[RunByRun].sh scripts.
#
# The default values are provided by the method getDefaultPMTParameters and
# can also be modified using method setDefaultPMTParameters.
# If no optional values are given, the default values are maintained.
#
# Finally, \ corresponds to the list of PMT parameter values that should
# be compatible with the I/O methods of the JDETECTOR::JPMTParameters data structure.
#
# Note that multiple input sequences should be seperated by a semicolumn ';' or be terminated by a newline.
# When multiple input sequences appear for the same target, the last sequence prevails.