Handle scripts in CMake
The following discussion from !148 (merged) should be addressed:
-
@lmoureau started a discussion: (+1 comment)
About scripts:
-
CommonTools/scripts/template
: I guess this should be ported. Swapping theBuildFile.xml
for aCMakeLists.txt
shouldn't be too hard. Adding theadd_subdirectory()
to the top-levelCMakeLists.txt
might be a bit more annoying. -
Normalisation/scripts/{getLumiFromJSON,getPUfromJSON}
: Install without changes? They'll only work withbrilcalc
in path but that's fine? -
PUprofile/scripts/{getDataDiffPUprofile,getDataPUprofile}
: Same? They requirepileupCalc.py
-
template
has been ported in !148 (merged)