You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#take as input the directory where the step2ntuples are stored and it created soft link such a way that all the root file that make_histo.cxx produces are in histo folder and not mixed with the original files
echo "As input it takes as input the dir where the ntuple are stored"
DIR=${1}
VERSION=${2}
mkdir histos
cd histos
ls ${DIR}*${VERSION}*root | grep -v histos >> fileList.txt