Skip to content

WIP: Adding egammaRecContainer as EDM object to collect the electron candidate after precision step

We need to add egammaRecContainer as EDM object in Trigger/TrigSteer/TrigOutputHandling/src/HLTEDMCreator which will collect electron candidate after precisionTracking step (which in this WIP merge: !22816 (closed)). #include "egammaRecEvent/egammaRecContainer.h" in https://gitlab.cern.ch/dbakshig/athena/blob/containerforEgammaRec/Trigger/TrigSteer/TrigOutputHandling/src/HLTEDMCreator.h#L50 raising an error /afs/cern.ch/work/d/dbakshig/public/adding_EDM1/athena/Trigger/TrigSteer/TrigOutputHandling/src/HLTEDMCreator.h:50:10: fatal error: egammaRecEvent/egammaRecContainer.h: No such file or directory #include "egammaRecEvent/egammaRecContainer.h" during compile time. To produce this error cd athena git remote add debo https://:@gitlab.cern.ch:8443/dbakshig/athena.git git fetch debo containerforEgammaRec git checkout -b containerforEgammaRec FETCH_HEAD git atlas addpkg TrigOutputHandling compilation steps: cd ../build cmake ../athena/Projects/WorkDir make -j 8 source x86_64-centos7-gcc8-opt/setup.sh test_trigUpgr_runMenuTest_build.sh 2>&1 | tee log.txt

Merge request reports