12#include <ecl/dataobjects/ECLCalDigit.h>
13#include <ecl/dataobjects/ECLShower.h>
16#include <framework/core/Module.h>
17#include <framework/datastore/StoreArray.h>
18#include <mdst/dataobjects/ECLCluster.h>
19#include <mdst/dataobjects/Track.h>
20#include <tracking/dataobjects/ExtHit.h>
49 virtual void event()
override;
This module calculates some properties of ECL clusters.
std::string m_trackClusterRelationName
name of relation array between tracks and ECL clusters
StoreArray< ECLShower > m_eclShowers
Required input array of ECLShowers.
virtual void initialize() override
Initialize the required input arrays.
virtual void event() override
Event loop.
void computeDepth(const ECLShower &shower, double &lTrk, double &lShower) const
Computation of depths / distances.
StoreArray< Track > m_tracks
Required input array of Tracks.
virtual ~ECLClusterPropertiesModule()
Destructor.
StoreArray< ECLCluster > m_eclClusters
Required input array of ECLClusters.
double computeTrkMinDistance(const ECLShower &, StoreArray< Track > &, unsigned short &trackID) const
Minimal distance between track and shower.
ECLClusterPropertiesModule()
Constructor: Sets the description, the properties and the parameters of the module.
StoreArray< ExtHit > m_extHits
Required input array of ExtHits.
StoreArray< ECLCalDigit > m_eclCalDigits
Required input array of ECLCalDigits.
Class to store ECL Showers.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.