7#ifndef TRIGGER_HCALTPSELECTOR_H
8#define TRIGGER_HCALTPSELECTOR_H
12#include "Framework/Configure/Parameters.h"
15#include "Recon/Event/CaloTrigPrim.h"
16#include "TrigUtilities.h"
17#include "Trigger/Event/TrigCaloHit.h"
18#include "Trigger/Event/TrigEnergySum.h"
37 std::string combined_quad_coll_name_;
39 std::string pass_coll_name_;
41 std::string tp_coll_passname_;
43 std::string tp_coll_event_passname_;
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
Class that defines an HCal trigger cell detector ID.
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.
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.