![]() |
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 |
Functions | |
| static const InterfaceID | IID_CaloClusterProcessor ("CaloClusterProcessor", 1, 0) |
Base class for cluster processing tools called from CaloClusterMaker that operate on individual clusters.
This class defines an 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.
|
static |