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 tpCollName_;
46 std::string passCollName_;
48 unsigned int maxCentralTPs_{12};
49 unsigned int maxOuterTPs_{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.
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.