All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackReducer.h
Go to the documentation of this file.
1 #ifndef _sbnana_TrackReducer_HH_
2 #define _sbnana_TrackReducer_HH_
3 
4 #include "core/SelectionBase.hh"
5 #include "core/Event.hh"
7 
8 #include "Data.h"
9 
10 namespace sbnana {
12 public:
13  void Initialize(fhicl::ParameterSet* config=NULL);
14  void Finalize() {}
15  bool ProcessEvent(const gallery::Event& ev, const std::vector<event::Interaction> &truth, std::vector<event::RecoInteraction>& reco);
16 
17 private:
19 
20 };
21 
22 } // end namespace
23 
24 #endif
Definition: Data.h:32
void Initialize(fhicl::ParameterSet *config=NULL)
process_name standard_reco_uboone reco
Base class for event selections.
bool ProcessEvent(const gallery::Event &ev, const std::vector< event::Interaction > &truth, std::vector< event::RecoInteraction > &reco)