I recently ran some simulations and had the problem that heppy_hadd.py wouldn't recognize the chunks.
The reason was that haddChunks only used relative paths, but heppy.bin.heppy_check.comp_dirs couldn't find the file with those.
I changed all paths to absolute ones and it works now.
Hi Colin,
I recently ran some simulations and had the problem that heppy_hadd.py wouldn't recognize the chunks. The reason was that haddChunks only used relative paths, but heppy.bin.heppy_check.comp_dirs couldn't find the file with those.
I changed all paths to absolute ones and it works now.
Cheers,
Jonas