7#ifndef ECALTPSELECTOR_H
8#define ECALTPSELECTOR_H
13#include "Framework/Configure/Parameters.h"
17#include "Recon/Event/HgcrocTrigDigi.h"
18#include "TrigUtilities.h"
19#include "Trigger/Event/TrigCaloHit.h"
20#include "Trigger/Event/TrigEnergySum.h"
44 std::string tp_coll_name_;
46 std::string pass_coll_name_;
48 std::string tp_coll_passname_;
50 std::string tp_coll_event_passname_;
52 unsigned int max_central_t_ps_{12};
53 unsigned int max_outer_t_ps_{8};
Class that translates raw positions of ECal module hits into cells in a hexagonal readout.
Class that defines the relationship between precision cells and trigger cells and provides geometry i...
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
Class that represents a digitized hit in a calorimeter cell readout by an HGCROC.
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.
virtual void process(Event &event) final
Processing an event for a Producer is calling produce.
Class encapsulating parameters for configuring a processor.
Contains the trigger output for a single trigger hgcroc channel.
virtual void produce(framework::Event &event)
Process the event and put new data products into it.
virtual void configure(framework::config::Parameters &ps)
Callback for the EventProcessor to configure itself from the given set of parameters.