LDMX Software
RecoilMissesEcalSkimmer.h
Go to the documentation of this file.
1
8#ifndef RECON_SKIMS_RECOILMISSESECALSKIMMER_H_
9#define RECON_SKIMS_RECOILMISSESECALSKIMMER_H_
10
11//----------//
12// LDMX //
13//----------//
16#include "SimCore/Event/SimParticle.h"
17#include "Tools/AnalysisUtils.h"
18
19namespace recon {
20
22 public:
24 RecoilMissesEcalSkimmer(const std::string &name, framework::Process &process);
25
28
35 void produce(framework::Event &event);
36
37}; // RecoilMissesEcalSkimmer
38} // namespace recon
39
40#endif // RECON_SKIMS_RECOILMISSESECALSKIMMER_H_
Collection of utility functions useful for analysis.
Base classes for all user event processing components to extend.
Class which stores simulated calorimeter hit information.
Implements an event buffer system for storing event data.
Definition Event.h:41
Class which represents the process under execution.
Definition Process.h:36
Base class for a module which produces a data product.
void produce(framework::Event &event)
Run the processor and select events where the recoil misses the Ecal.