1#ifndef __MCTRACKERHIT_PROCESSOR_H__
2#define __MCTRACKERHIT_PROCESSOR_H__
14#include <EVENT/LCCollection.h>
15#include <EVENT/SimTrackerHit.h>
16#include <EVENT/MCParticle.h>
17#include <UTIL/BitField64.h>
22#include "TClonesArray.h"
Class defining methods used to access event information and data collections.
Class used to encapsulate mc tracker hit information.
Base classes for all user event processing components to extend.
Insert description here. more details.
virtual void configure(const ParameterSet ¶meters)
Callback for the Processor to configure itself from the given set of parameters.
virtual void finalize()
Callback for the Processor to take any necessary action when the processing of events finishes.
virtual void initialize(TTree *tree)
Callback for the Processor to take any necessary action when the processing of events starts.
std::string hitCollRoot_
description
std::vector< MCTrackerHit * > trackerhits_
std::string hitCollLcio_
description
Base class for all event processing components.
virtual bool process()
Process the histograms and generate analysis output.