cbernet / heppy

A python event processing framework for high energy physics based on ROOT
Other
8 stars 59 forks source link

Hadd fix #46

Closed jndrf closed 6 years ago

jndrf commented 6 years ago

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