Restoring Analysis<X> containers to DAOD_PHYSLITE in master
This MR restores the following calibrated object types to DAOD_PHYSLITE in master:
- AnalysisElectrons
- AnalysisPhotons
- AnalysisTauJets
- AnalysisMuons
- AnalysisJets
This is achieved largely by uncommenting previously commented blocks of code. The pile-up reweighting tool is run via a sequence set up by the PileupAnalysisSequence.py
, rather than directly.
Numerous error messages of the type 12:36:14 PathResolver ERROR Use of an absolute file name: /cvmfs/atlas.cern.ch/repo/sw/database/GroupData/egammaMVACalib/offline/v7/MVACalib_electron.weights.root
are fixed through a change to the path handling of the calibration files in egammaMVACalib.cxx
Not addressed here:
- MET is currently still broken and commented out, this will be addressed in a separate MR once the issue is understood
- There is a clash with DAOD_PHYS when run in trains, described in ATLASG-1594. This problem is independent of the changes in this MR; to avoid confusion, this will be addressed in a separate MR once the issue is understood
Edited by James Catmore