Skip to content
Snippets Groups Projects
Commit 2ce4385d authored by Clemens Lange's avatar Clemens Lange
Browse files

Switch from MyAnalysis to AnalysisCode

parent a4da95b7
Branches
No related tags found
No related merge requests found
Pipeline #1404119 failed
......@@ -65,10 +65,10 @@ cmssw_compile:
- cmsrel ${CMSSW_RELEASE}
- cd ${CMSSW_RELEASE}/src
- cmsenv
# For a single package analysis, the repository would be called "MyAnalysis"
# For a single package analysis, the repository would be called "AnalysisCode"
# Here we mimick this by creating the directory by hand
- mkdir -p MyAnalysis
- cp -r "${CI_PROJECT_DIR}/ZPeakAnalysis" "${CMSSW_BASE}/src/MyAnalysis/"
- mkdir -p AnalysisCode
- cp -r "${CI_PROJECT_DIR}/ZPeakAnalysis" "${CMSSW_BASE}/src/AnalysisCode/"
- scram b
cmssw_addpkg:
......
......@@ -2,6 +2,6 @@
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="PhysicsTools/UtilAlgos"/>
<library file="*.cc" name="MyAnalysisZPeakAnalysisPlugins">
<library file="*.cc" name="AnalysisCodeZPeakAnalysisPlugins">
<flags EDM_PLUGIN="1"/>
</library>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment