jackfrost373 / LHCb_Xic_production

Honours programme analysis at MSP for MSP honours students, measuring the production ratio of Xi_c over L_c in the LHCb experiment.
2 stars 4 forks source link

Fix fit,py not deleting the Model.root file #79

Open cpawley opened 2 years ago

cpawley commented 2 years ago

MassFitLib produces a file_name_model.root file and saves it in /MassFitting/ (for use in things like sWeights)

In Fit.py, we can tidy this up by deleting this file (it's not needed) after each massfitting procedure is complete or in bulk at the end of the script.

cpawley commented 1 year ago

@Jan-03 did you notice if this is still happening or is it fixed?