ATLAS Offline Software
|
#include "AthenaBaseComps/AthReentrantAlgorithm.h"
#include "GaudiKernel/EventContext.h"
#include "GaudiKernel/ToolHandle.h"
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/WriteHandleKey.h"
#include "AthContainers/ConstDataVector.h"
#include "egammaRecEvent/egammaRecContainer.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
Go to the source code of this file.
Classes | |
class | egammaRecBuilder |
Produces egammaRec objects starting from clusters. The algorithm produces an egammaRec for each input cluster where the matched tracks and vertices are linked. These two matchings are done depending on the flags doTrackMatching and doConversions, by default true. Additionally, if doTrackMatchedView is true a view container of the egammaRecs with matched tracks is created. More... | |