7#ifndef CALOEVENT_CALOCLUSTERCONTAINER_H
8#define CALOEVENT_CALOCLUSTERCONTAINER_H
29#include "CaloEvent/CaloCluster.h"
#define SG_BASE(D, B)
Declare that class D derives from class B.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
#define DATAVECTOR_VIRTBASES1(T, B1)
Declare base class info to DataVector.
Define macros for attributes used to control the static checker.
Storable container for CaloCluster.
virtual const CaloTowerSeg & getTowerSeg() const
Retrieve tower segmentation.
virtual const std::string & getROIAuthor() const
Retrieve ROI ID and author.
void print()
Print size (probably obsolete)
virtual void setTowerSeg(const CaloTowerSeg &towerSeg)
Set tower segmentation into CaloClusterContainer.
virtual ~CaloClusterContainer()
Default destructor.
virtual void setROIAuthor(const std::string &RoiAuthor)
Set ROI ID and author into CaloClusterContainer.
CaloClusterContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Principal data class for CaloCell clusters.
Data object stores CaloTower segmentation.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
SG::OwnershipPolicy ownPolicy() const
@ OWN_ELEMENTS
this data object owns its elements