Warning, /L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup is written in an unsupported language. File is not indexed.
0001 %% General structure of a calo setup block
0002 %% $(constant) is replaced by one of the three following CONSTANT strings
0003 %% $(content) is filled with a list of conditions
0004 %% $(others) is taken from the OTHERS strings. It depends on condition type
0005
0006 $(constant)
0007 $(content)
0008 $(others)
0009 );
0010
0011 %% CONSTANT strings
0012
0013 #eta
0014 CONSTANT $(particle)_$(type) : templ16_arr_$(type) := (
0015 ##
0016
0017 #phi
0018 CONSTANT $(particle)_$(type) : templ32_arr_$(type) := (
0019 ##
0020
0021 #delta
0022 CONSTANT $(particle)_$(delta) : $(delta)_arr := (
0023 ##
0024
0025 %% Format of OTHERS for all condition types
0026
0027 #eta_4
0028 OTHERS => X"0000_0000_0000_0000"
0029 ##
0030
0031 #phi_4
0032 OTHERS => X"00000000_00000000_00000000_00000000"
0033 ##
0034
0035 #eta_2_s
0036 OTHERS => X"0000_0000"
0037 ##
0038
0039 #phi_2_s
0040 OTHERS => X"00000000_00000000"
0041 ##
0042
0043 #eta_2_wsc
0044 OTHERS => X"0000_0000"
0045 ##
0046
0047 #phi_2_wsc
0048 OTHERS => X"00000000_00000000"
0049 ##
0050
0051 #delta_phi
0052 OTHERS => X"0000000000000000"
0053 ##
0054
0055 #delta_eta
0056 OTHERS => X"00000000"
0057 ##
0058
0059 #eta_1_s
0060 OTHERS => X"0000"
0061 ##
0062
0063 #phi_1_s
0064 OTHERS => X"00000000"
0065 ##
0066