Forked from
atlas / athena
143023 commits behind the upstream repository.
Elmar Ritsch
authored
Fix accidental overwriting of 'IsSimulation' and 'IsCalibration' variables when writing detector flags in EventInfoTagTool + Code cleanup to remove legacy AOD code in EventInfoTagTool (EventTagUtils-00-05-04) * Modify src/EventInfoTagTool.cxx to fix accidental overwriting of 'IsSimulation' and 'IsCalibration' variables when writing detector flags * Code cleanup to remove legacy AOD code in EventInfoTagTool.h/cxx and cmt/requirements files * Tagging EventTagUtils-00-05-04 2015-03-11 Elmar Ritsch <elmar.ritsch@cern.ch> * Modify EventInfoTagTool.h/cxx to read pileup information from LumiBlockMuTool (rather than xAOD::EventInfo object) ** Update cmt/requirements accordingly * Tagging EventTagUtils-00-05-03 2015-03-05 Gabriele Sabato<gsabato@cern.ch> * Migration of the code to work with xAOD * Modify cmt/requirements in order to get the right container and not the old ones. * Modify share/GlobalEventTagTool_jobOptions.py in order to use the latest definitions. * Modify src/GlobalEventTagTool.cxx * Tagging EventTagUtils-00-05-02.