15#include "GaudiKernel/IHiveWhiteBoard.h"
16#include "GaudiKernel/ServiceHandle.h"
37 getNSlots_hiveMgrName = s;
49 if (!svc.retrieve().isSuccess())
51 IHiveWhiteBoard* hivesvc =
dynamic_cast<IHiveWhiteBoard*
> (svc.get());
52 if (!hivesvc)
return 1;
53 unsigned int nslots = hivesvc->getNumberOfStores();
54 if (nslots < 1)
return 1;
Maintain a set of objects, one per slot.
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
#define ATLAS_THREAD_SAFE
size_t getNSlots_once()
Return the number of event slots.
size_t getNSlots()
Return the number of event slots.