12#include <framework/core/Module.h>
13#include <framework/datastore/StoreArray.h>
14#include <mdst/dataobjects/MCParticle.h>
41 void event()
override;
double m_propSpeed
Light speed in counter (cm/ns)
void initialize() override
Initialize variables, print info, and start CPU clock.
double m_wOfCounter
full-width of counter (cm)
double m_xOfCounter
x-pos.
void event() override
Actual digitization of all hits in the CDC.
double m_phiOfCounter
phi-angle of counter (deg)
double m_lOfCounter
full-length of counter (cm)
double m_yOfCounter
y-pos.
bool m_cryGenerator
cry or cosmics generator
double m_zOfCounter
z-pos.
CDCCosmicSelectorModule()
Constructor.
StoreArray< MCParticle > m_mcParticles
array of MCParticle
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.