PandaRoot
BSEmcClusteringData.h
Go to the documentation of this file.
1 #ifndef BSEMCCLUSTERINGDATA_HH
2 #define BSEMCCLUSTERINGDATA_HH
3 
4 #include "PndContainerI.h"
5 #include "PndOutputContainerI.h"
6 
7 #include "BSEmcCluster.h"
8 #include "BSEmcDigi.h"
9 #include "BSEmcPrecluster.h"
10 #include "BSEmcRecoHit.h"
11 #include "BSEmcSubCluster.h"
12 
22  virtual ~BSEmcClusteringData() {}
28 
29  void Reset() {}
30 };
31 
32 #endif /*BSEMCCLUSTERINGDATA_HH*/
PndOutputContainerI< BSEmcRecoHit > * RecoHits
PndOutputContainerI< BSEmcSubCluster > * SubCluster
PndOutputContainerI< BSEmcPrecluster > * Precluster
Container of addresses for data Container used by BSEmcClusteringTask and passed to Clustering Proces...
PndOutputContainerI< BSEmcCluster > * Cluster
Interface to a datacontainer to be used in PandaROOT.
PndContainerI< BSEmcDigi > * Digis