Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd is written in an unsupported language. File is not indexed.

0001 $(header)
0002 
0003 LIBRARY ieee;
0004 USE ieee.std_logic_1164.ALL;
0005 LIBRARY work;
0006 USE work.muon_types.ALL;
0007 
0008 PACKAGE $(particle)_setup IS
0009 $(eta_4)
0010 $(phi_l_4)
0011 $(phi_h_4)
0012 $(eta_3)
0013 $(phi_l_3)
0014 $(phi_h_3)
0015 $(eta_2_s)
0016 $(phi_l_2_s)
0017 $(phi_h_2_s)
0018 $(eta_2_wsc)
0019 $(phi_l_2_wsc)
0020 $(phi_h_2_wsc)
0021 $(delta_eta)
0022 $(delta_phi)
0023 $(eta_1_s)
0024 $(phi_l_1_s)
0025 $(phi_h_1_s)
0026 END $(particle)_setup;