Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 901 Bytes

L1TMenu

Package to put together code and configuration file to prepare Winter13 version of the 2015 L1 menu

Installation instructions:


export MY_CMSSW_VERSION="CMSSW_6_2_5"
cmsrel $MY_CMSSW_VERSION 
cd $MY_CMSSW_VERSION/src

cmsenv

# The PR for the RCT in 62X from Maria
## git cms-merge-topic 2525
git cms-addpkg DataFormats/L1CaloTrigger
git cms-addpkg L1TriggerConfig/L1ScalesProducers
git cms-addpkg L1Trigger/RegionalCaloTrigger     

# The UCT2015 code
git clone https://github.com/uwcms/UCT2015.git L1Trigger/UCT2015
cd L1Trigger/UCT2015
git checkout 2014-Menus-V46
cd ../..

git clone https://github.com/cms-l1-dpg/L1Ntuples.git L1TriggerDPG/L1Ntuples
git clone https://github.com/cms-l1-dpg/L1Menu.git L1TriggerDPG/L1Menu

export USER_CXXFLAGS="-Wno-delete-non-virtual-dtor -Wno-error=unused-but-set-variable -Wno-error=unused-variable"

scramv1 b -j 9