2#ifndef RECON_ELECTRONCOUNTER_H
3#define RECON_ELECTRONCOUNTER_H
6#include "Framework/Configure/Parameters.h"
10#include "TrigScint/Event/TrigScintCluster.h"
11#include "TrigScint/Event/TrigScintTrack.h"
Base classes for all user event processing components to extend.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Base class for a module which produces a data product.
Class encapsulating parameters for configuring a processor.
Electron counting processor.
void configure(framework::config::Parameters ¶meters) override
Configure the processor using the given user specified parameters.
void produce(framework::Event &event) override
Process the event and put new data products into it.
std::string inputColl_
The name of the input collection used for counting electrons.
int nElectronsSim_
The number of electrons actually simulated in the event.
int useSimElectronCount_
Use the number of electrons actually simulated in the event as the electron count.
~ElectronCounter()
Destructor.
std::string outputColl_
The name of the output collection used to save some electron counting variables.
std::string inputPassName_
The pass name of the input collection used for counting electrons.