Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes
CaloClusterProcessor.h File Reference

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"
Include dependency graph for CaloClusterProcessor.h:

Go to the source code of this file.

Classes

class  CaloClusterProcessor
 

Detailed Description

Base class for cluster processing tools called from CaloClusterMaker that operate on individual clusters.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
March, 2006 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.