Warning, /L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg is written in an unsupported language. File is not indexed.
0001 %% This file contains the prototypes for def_val_pkg.vhd
0002
0003 %% Body
0004
0005 CONSTANT $(def_val_id) : $(calo_or_muon)_maxnr$(max_nr)vector8_arr :=
0006 (
0007 $(content)
0008 $(others)
0009 );
0010
0011 %% The following string will be inserted for $(def_val_id) in the body
0012
0013 #def_val_id
0014 $(particle)_$(type)$(defvaltype)_def_val
0015 ##
0016
0017 %% max_nr for all condition types - the last part of each string has to be
0018 %% a valid condition type! ESUMS conditions for the moment also use #max_nr_jet_cnts
0019
0020 #max_nr_1_s
0021 _
0022 ##
0023
0024 #max_nr_jet_cnts
0025 _
0026 ##
0027
0028 #max_nr_2_s
0029 _two_
0030 ##
0031
0032 #max_nr_2_wsc
0033 _two_
0034 ##
0035
0036 #max_nr_3
0037 _three_
0038 ##
0039
0040 #max_nr_4
0041 _four_
0042 ##
0043
0044 %% Muon defvaltypes
0045
0046 #ptl
0047 _ptl
0048 ##
0049
0050 #pth
0051 _pth
0052 ##
0053
0054 #quality
0055 _qual
0056 ##
0057
0058 #charge
0059 _charge
0060 ##
0061
0062 %% Esums types
0063
0064 #esums_low
0065 l
0066 ##
0067
0068 #esums_high
0069 h
0070 ##
0071
0072 %% The OTHERS strings for each condition type (The identifier has to be a valid condition type)
0073
0074 #1_s
0075 OTHERS => "00000000"
0076 ##
0077
0078 #jet_cnts
0079 OTHERS => "00000000"
0080 ##
0081
0082 #2_s
0083 OTHERS => ("00000000", "00000000")
0084 ##
0085
0086 #2_wsc
0087 OTHERS => ("00000000", "00000000")
0088 ##
0089
0090 #3
0091 OTHERS => ("00000000", "00000000", "00000000")
0092 ##
0093
0094 #4
0095 OTHERS => ("00000000", "00000000", "00000000", "00000000")
0096 ##