41 TGraph gResponse,
int PIDnb);
46 const std::vector<ldmx::CaloCluster> getEcalClusters(
48 std::string inputClusterPassName);
54 std::string input_ecal_coll_name_;
55 std::string input_hcal_coll_name_;
56 std::string input_track_coll_name_;
57 std::string input_ecal_passname_;
58 std::string input_hcal_passname_;
59 std::string input_tracks_passname_;
61 bool use_existing_ecal_clusters_;
63 std::string output_coll_name_;
65 bool single_particle_;
virtual void produce(framework::Event &event)
Process the event and put new data products into it.
virtual void onProcessEnd()
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
virtual void configure(framework::config::Parameters &ps)
Callback for the EventProcessor to configure itself from the given set of parameters.