ATLAS Offline Software
|
Base class for cluster processing tools called from CaloClusterMaker
that operate on individual clusters.
More...
#include "CaloUtils/CaloClusterCollectionProcessor.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
#include "GaudiKernel/EventContext.h"
Go to the source code of this file.
Classes | |
class | CaloClusterProcessor |
Base class for cluster processing tools called from CaloClusterMaker
that operate on individual clusters.
execute
method that takes as an argument a CaloCluster
. It derives from CaloClusterCollectionProcessor
, and defines the collection execute
method as looping over all clusters in the collection and calling execute
on each individually. Definition in file CaloClusterProcessor.h.