When running the daqprocessor_single_calibrate.py I get an error
*** Break *** segmentation violation
after both analyzer.C and ecal.C went into get_source_id. I figured out that the following lines seem to break down (which are identical in both files)
analyzer.C: line 822
ecal.C: line 144
_f_tmp->cd("info/active");
Peter also had a look at it but we couldn't figure out what's wrong, maybe the code is trying to get into the directory info/active which isn't there, but we don't know where it would be either. Has anyone encountered this before and knows a solution? Thanks!