1#ifndef __SVT_DATA_PROCESSOR_H__
2#define __SVT_DATA_PROCESSOR_H__
14#include <EVENT/LCCollection.h>
15#include <EVENT/Track.h>
16#include <EVENT/TrackerHit.h>
17#include <EVENT/TrackState.h>
18#include <IMPL/LCGenericObjectImpl.h>
19#include <IMPL/TrackerHitImpl.h>
20#include <UTIL/LCRelationNavigator.h>
Class defining methods used to access event information and data collections.
Base classes for all user event processing components to extend.
Class used to encapsulate track information.
Class used to encapsulate tracker hit information.
Base class for all event processing components.
virtual bool process()
Process the histograms and generate analysis output.
Insert description here. more details.
virtual void finalize()
Callback for the Processor to take any necessary action when the processing of events finishes.
std::vector< Track * > tracks_
virtual void initialize(TTree *tree)
Callback for the Processor to take any necessary action when the processing of events starts.
std::vector< TrackerHit * > hits_