forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cms-sw#43953 from abdoulline/HCAL_RelVal_update_el9
HCAL proprietary RelVal machinery update
- Loading branch information
Showing
68 changed files
with
30,824 additions
and
8,295 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
18,317 changes: 18,317 additions & 0 deletions
18,317
Validation/CaloTowers/test/macros/InputRelVal.json-2023-12July2023
Large diffs are not rendered by default.
Oops, something went wrong.
11,488 changes: 7,676 additions & 3,812 deletions
11,488
...n/CaloTowers/test/macros/InputRelVal.json → .../macros/InputRelVal.json-phase2-01Dec2021
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
305 changes: 0 additions & 305 deletions
305
Validation/CaloTowers/test/macros/InputRelVal_Medium.txt
This file was deleted.
Oops, something went wrong.
280 changes: 0 additions & 280 deletions
280
Validation/CaloTowers/test/macros/InputRelVal_Pileup.txt
This file was deleted.
Oops, something went wrong.
221 changes: 0 additions & 221 deletions
221
Validation/CaloTowers/test/macros/InputRelVal_SimHits.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file was deleted.
Oops, something went wrong.
252 changes: 0 additions & 252 deletions
252
Validation/CaloTowers/test/macros/MinBias/MinBiasDigis.C
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
Validation/CaloTowers/test/macros/MinBias/MinBiasDigis.csh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.