From 36821f5421f5af703e40c39fb7bb01645b7930d8 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Thu, 3 Jan 2019 00:16:50 +0100 Subject: [PATCH] Remove README as obsolete --- RecoTracker/MkFit/README.md | 64 ------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 RecoTracker/MkFit/README.md diff --git a/RecoTracker/MkFit/README.md b/RecoTracker/MkFit/README.md deleted file mode 100644 index 56bf4222e315f..0000000000000 --- a/RecoTracker/MkFit/README.md +++ /dev/null @@ -1,64 +0,0 @@ -# MkFit integration to CMSSW - -## MkFit as an external - -### Build mkFit - -Here with CMSSW toolchain - -```bash -cmsrel CMSSW_10_2_0_pre3 -pushd CMSSW_10_2_0_pre3/src -cmsenv -git cms-init -scram setup icc-ccompiler -source $(scram tool tag icc-ccompiler ICC_CCOMPILER_BASE)/bin/iccvars.sh intel64 -popd -git clone -b cmsswIntegration git@github.com:makortel/mictest.git -pushd mictest -TBB_PREFIX=$(dirname $(cd $CMSSW_BASE && scram tool tag tbb INCLUDE)) make -j 12 -popd -``` - -### Setup as external - -```bash -pushd CMSSW_10_2_0_pre3/src -cat <mkfit.xml - - - - - - - - - - -EOF -scram setup mkfit.xml -cmsenv -``` - -### Obtain CMSSW code and build - -```bash -# in CMSSW_10_2_0_pre3/src -git cms-remote add makortel -git fetch makortel -git checkout -b mkfit_1020pre3_tsg makortel/mkfit_1020pre3_tsg -git cms-addpkg $(git diff $CMSSW_VERSION --name-only | cut -d/ -f-2 | uniq) -git cms-checkdeps -a -scram b -j -``` - -## Using MkFit in InitialStep - -Example below uses 2018 trackingOnly workflow -```bash -# Generate configuration -runTheMatrix.py -l 10824.1 --apply 2 --command "--customise RecoTracker/MkFit/customizeInitialStepToMkFit.customizeInitialStepToMkFit" -j 0 -cd 10824.1* -# edit step3*RECO*.py to contain your desired (2018 RelVal MC) input files -cmsRun step3*RECO*.py -```