14#ifndef ATHENAKERNEL_ICOLLECTIONSIZE_H
15#define ATHENAKERNEL_ICOLLECTIONSIZE_H
18#include "GaudiKernel/StatusCode.h"
19#include "GaudiKernel/IInterface.h"
Abstract interface for finding the size of an event collection.
virtual int size()=0
Return the size of the collection.
DeclareInterfaceID(ICollectionSize, 1, 0)
virtual ~ICollectionSize()
Destructor.