Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ singlePi.exe : SinglePi.C
$(GCC)

RelValMacro.so : RelValMacro.C
$(eval tpypath := $(shell python get.py '$(CMSSW_FWLITE_INCLUDE_PATH)'))
$(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`
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/RelValHarvest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re

Expand Down
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/RelValHarvest_2018A.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re

Expand Down
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/RelValHarvest_2018B.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re

Expand Down
Loading