Skip to content

Commit

Permalink
Merge pull request cms-sw#43953 from abdoulline/HCAL_RelVal_update_el9
Browse files Browse the repository at this point in the history
HCAL proprietary RelVal machinery update
  • Loading branch information
cmsbuild authored Mar 20, 2024
2 parents 47ae9ae + fb1e348 commit 5a810f4
Show file tree
Hide file tree
Showing 68 changed files with 30,824 additions and 8,295 deletions.
471 changes: 0 additions & 471 deletions Validation/CaloTowers/test/macros/CombinedCaloTowers.C

This file was deleted.

18,317 changes: 18,317 additions & 0 deletions Validation/CaloTowers/test/macros/InputRelVal.json-2023-12July2023

Large diffs are not rendered by default.

11,488 changes: 7,676 additions & 3,812 deletions ...n/CaloTowers/test/macros/InputRelVal.json → .../macros/InputRelVal.json-phase2-01Dec2021
100644 → 100755

Large diffs are not rendered by default.

283 changes: 0 additions & 283 deletions Validation/CaloTowers/test/macros/InputRelVal_High.txt

This file was deleted.

278 changes: 0 additions & 278 deletions Validation/CaloTowers/test/macros/InputRelVal_Low.txt

This file was deleted.

305 changes: 0 additions & 305 deletions Validation/CaloTowers/test/macros/InputRelVal_Medium.txt

This file was deleted.

280 changes: 0 additions & 280 deletions Validation/CaloTowers/test/macros/InputRelVal_Pileup.txt

This file was deleted.

221 changes: 0 additions & 221 deletions Validation/CaloTowers/test/macros/InputRelVal_SimHits.txt

This file was deleted.

16 changes: 9 additions & 7 deletions Validation/CaloTowers/test/macros/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
GCC=g++ -g `root-config --cflags --glibs` $< -o $@

PYTHON_INCLUDE = /cvmfs/cms.cern.ch/el9_amd64_gcc12/external/python3/3.9.14-8e02587b42992e07ed46b00eca9dfc3a/include/python3.9/
PYTHON_LIB = /cvmfs/cms.cern.ch/el9_amd64_gcc12/external/python3/3.9.14-8e02587b42992e07ed46b00eca9dfc3a/lib
BOOST_INC = /cvmfs/cms.cern.ch/el9_amd64_gcc12/external/boost/1.80.0-e4b2127ad40e46379cea2f9087beeda8/include
BOOST_LIB = /cvmfs/cms.cern.ch/el9_amd64_gcc12/external/boost/1.80.0-e4b2127ad40e46379cea2f9087beeda8/lib

all : singlePi.exe RelValMacro.so
TARGET = RelValMacro_ext

singlePi.exe : SinglePi.C
$(GCC)
$(TARGET).so: $(TARGET).o
g++ -shared -Wl,--export-dynamic $(TARGET).o -L$(BOOST_LIB) -lboost_python39 -L${PYTHON_LIB} -lpython3.9 -o $(TARGET).so -g `root-config --cflags --glibs`
$(TARGET).o: $(TARGET).C
g++ -I$(PYTHON_INCLUDE) -I$(BOOST_INC) -fPIC -c $(TARGET).C -g `root-config --cflags --glibs`

RelValMacro.so : RelValMacro.C
$(eval tpypath := $(shell python3 get.py '$(CMSSW_FWLITE_INCLUDE_PATH)'))
g++ -fPIC -shared RelValMacro.C -o RelValMacro.so -I $(tpypath)/include/ -I /cvmfs/cms.cern.ch/slc6_amd64_gcc491/external/python/2.7.6-eccfad/include/python2.7 -L /cvmfs/cms.cern.ch/slc6_amd64_gcc491/external/python/2.7.6-eccfad/lib -lpython2.7 -L $(tpypath)/lib -lboost_python -g `root-config --cflags --glibs`
57 changes: 0 additions & 57 deletions Validation/CaloTowers/test/macros/MinBias/MinBias.csh

This file was deleted.

252 changes: 0 additions & 252 deletions Validation/CaloTowers/test/macros/MinBias/MinBiasDigis.C

This file was deleted.

58 changes: 0 additions & 58 deletions Validation/CaloTowers/test/macros/MinBias/MinBiasDigis.csh

This file was deleted.

Loading

0 comments on commit 5a810f4

Please sign in to comment.