11#include <framework/core/Module.h>
13#include <analysis/dataobjects/FlavorTaggerInfo.h>
14#include <analysis/dataobjects/RestOfEvent.h>
15#include <analysis/dataobjects/FlavorTaggerInfoMap.h>
17#include <framework/datastore/StoreArray.h>
40 virtual void event()
override;
Creates for each Particle and RestOfEvent object in the DataStore a FlavorTaggerInfo dataobject and m...
virtual void initialize() override
initialize the module (setup the data store)
virtual void event() override
process event
StoreArray< FlavorTaggerInfoMap > m_flavorTaggerInfoMaps
StoreArray of FlavorTaggerInfoMaps.
StoreArray< FlavorTaggerInfo > m_flavorTaggerInfos
StoreArray of FlavorTaggerInfos.
StoreArray< RestOfEvent > m_roes
StoreArray of ROEs.
FlavorTaggerInfoBuilderModule()
constructor
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.