Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCAL proprietary RelVal machinery update #43953

Merged
merged 5 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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