7#ifndef RECON_RECOILFIDUCIALITYPROCESSOR_H_
8#define RECON_RECOILFIDUCIALITYPROCESSOR_H_
11#include "Ecal/Event/EcalHit.h"
12#include "Framework/Configure/Parameters.h"
16#include "SimCore/Event/SimParticle.h"
Collection of utility functions useful for analysis.
Base classes for all user event processing components to extend.
Class that holds truth-level fiduciality flags on the signal recoil electron.
Class which stores simulated calorimeter hit information.
Class which encapsulates information from a hit in a simulated tracking detector.
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.
Producer(const std::string &name, Process &process)
Class constructor.
Class encapsulating parameters for configuring a processor.
Flags events with a fiducial recoil electron, based on truth information.
bool inverse_skim_
Inverse option for skimming.
std::string ecal_collection_
The name of the ecal collection.
RecoilFiducialityProcessor(const std::string &name, framework::Process &process)
Class constructor.
std::string hcal_collection_
The name of the hcal collection.
std::string output_collection_
The name of the output collection.
std::string recoil_collection_
The name of the recoil tracker collection.
int min_tracker_hits_
Minimum number of recoil electron hits in the recoil tracker.
virtual ~RecoilFiducialityProcessor()=default
Class destructor.
void configure(framework::config::Parameters ¶meters) override
Configure the processor using the given user specified parameters.
double min_p_mag_
Minimum recoil electron momentum at production.
void produce(framework::Event &event) override
Create a FiducialFlag object to contain info about whether the recoil electron satisfies certain fidu...
std::string input_pass_name_
The pass name of the input collections.
All classes in the ldmx-sw project use this namespace.