Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_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.types_pkg.ALL;
0007 
0008 PACKAGE $(particle)_setup IS
0009 $(eta_4)
0010 $(phi_4)
0011 $(eta_2_s)
0012 $(phi_2_s)
0013 $(eta_2_wsc)
0014 $(phi_2_wsc)
0015 -- $(control_2_wsc)
0016 $(delta_eta)
0017 $(delta_phi)
0018 $(eta_1_s)
0019 $(phi_1_s)
0020 END $(particle)_setup;