"
to the two already existing messages
"L1CAL_to_L1FW Missing_Et_Term Energy_Threshold "
"L1CAL_to_L1FW Total_Et_Term Energy_Threshold "
where the minTower_ET is an energy in GeV (steps of 250 MeV, this gets
transformed into an 8 bit number which TCC sends to the TAB - beware of
pedestals !!!!)
This also requires changing the corresponding XML messages from
where the optional parameter mintowerET is set to the default value
of -2 GeV in case it is not specified in the triggerlist (this
corresponds to 0 ADC counts).
A single value of the minTower_ET parameter is allowed for the
CSWTET and CSWMET triggers.
d) New requirement: tau triggers.
The new TAB/GAB firmware will contain a new version of the tau triggers
which requires a new definition of the messages being sent from COOR to
TCC. The basic features of the new tau triggers are the following:
* the ET reference sets used for taus are the same as the ones used
for jets (i.e. there are only 7 transverse energy thresholds in total for
jets plus taus)
* in addition to the ET threshold the tau trigger also has the
possibility of applying a cut on the ratio of the energy in
a 2x2 region and the energy in a 4x4 region (this ratio is
called tau ratio in the following).
* each TAB sends to the GAB the count of jets passing the ET
cuts and a separate count of objects passing the tau ratio
reference cuts
* only jet objects having an energy above a given threshold
are used for calculating the ratio cuts.
Therefore the TCC has to download the following parameters to each TAB:
* the 7 ET thresholds (used both for jets and taus)
* the 7 tau ratio cut values (use a number between 0 and 1 encoded
in 8 bits)
* the number of the reference set used for selecting the
objects which are used for the calculation of the tau ratio.
COOR will NOT send messages of the type:
"L1CAL_Ref_Set Tau_Et_Ref_Set TT_Eta(-20:20) TT_Phi(1:32) Energy_Threshold "
Therefore the proposed syntax for the COOR download of the tau triggers
is the following (this is the information needed to properly configure the TABs):
"L1CAL_Ref_Set Tau_Ratio_Ref_Set TT_Eta(-20:20) TT_Phi(1:32) Ratio_Threshold Jet_Et_Ref_Set "
where Jet_Et_Ref_Set is one of the Jet ET reference sets
(Since the reference set Tau_Ratio_Ref_Set 0 will never be used in a trigger we can either ignore it or
define it as 0 all the time).
(Apply to the Tau_Ratio_Ref_Set the same rules used for the EM_Et_Ref_Set and Jet_Et_Ref_Set)
The tau triggers will be formed in the GAB by requiring a phi-coincidence between
the jet threshold and the ratio threshold. No change is needed in the message sent
from COOR to the TCC:
"L1CAL_to_L1FW Tau_All_Term Use_Ref_Set Count_Threshold Tau_Ratio "
In addition to trigger terms over the entire calorimeter rapidity range we propose to
add also trigger restricted to the central region. Therefore TCC will deal also with
messages of the type:
"L1CAL_to_L1FW Tau_Central_Term Use_Ref_Set Count_Threshold Tau_Ratio "
These changes in the messages sent from the COOR to the TCC require the following
changes in the XML syntax. The current message:
needs to be expanded to
where "ratio" is a parameter (0-1, using 8 bits) specifying the tau ratio cut,
"rsratio" is an optional parameter specifying the ratio reference set.
"objthres" is the minimal ET used for calculating the tau ratio (corresponds to one
of the jet thresholds).
NB: The tau ET thresholds should be counted together with the jet ET thresholds
when counting the reference thresholds for jets.
POSSIBLE SIMPLIFICATION:
------------------------
Specify the value of rsratio (or Jet_Et_Ref_Set) in the TCC configuration
file (use reference set 1 or 0, most likely 1).
Specify the values of the tau ratios in the TCC configuration file and
use only the tau ratio reference set number in the COOR download.
e) New requirement. Flags to turn on/off the use of the ICR towers in the
EM/Jet sums and in the missing ET/total ET sums (2 flags).
We have two (or three ????) new downloadable parameters which control the
inclusion of the ICR towers in the formation of the EM/Jet and missing ET/total ET
sums inside the TABs. This requires either new messages of the type:
"L1CAL_Ref_Set EM_Use_ICR <0/1>"
"L1CAL_Ref_Set Jet_Use_ICR <0/1>"
"L1CAL_Ref_Set Global`_Use_ICR <0/1>"
or the addition of a Use_ICR flag to all the following mesages:
"L1CAL_Ref_Set EM_Et_Ref_Set ......."
"L1CAL_Ref_Set Jet_Et_Ref_Set ......."
"L1CAL_to_L1FW Global_Sums ......."
This also requires adding the corresponding flag to all XML messages:
POSSIBLE SIMPLIFICATION
-----------------------
Set this flag in the TCC configuration files.
******************************************************************************
4) Things which are still missing:
* configuration of 2 new acoplanarity triggers (ACOKILL and ACOMONO)
* assignment of trigger framework bits (need to count again bits and
reassign map of bits send from GAB to trigger framework, surely
need more tau terms).