All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackCaloSkimmerSelectAllTrack_tool.cc
Go to the documentation of this file.
1 // Framework Includes
2 #include "art/Utilities/ToolMacros.h"
3 #include "fhiclcpp/ParameterSet.h"
4 
5 #include "ITCSSelectionTool.h"
6 
7 namespace sbn {
8 
10 public:
11 
12  TrackCaloSkimmerSelectAllTrack(const fhicl::ParameterSet &p);
14 
15  bool Select(const TrackInfo &t) override;
16 
17 private:
18 };
19 
22 {}
23 
25  return true;
26 }
27 
28 DEFINE_ART_CLASS_TOOL(TrackCaloSkimmerSelectAllTrack)
29 
30 } // end namespace sbn
pdgs p
Definition: selectors.fcl:22
TrackCaloSkimmerSelectAllTrack(const fhicl::ParameterSet &p)
bool Select(const TrackInfo &t) override
For children to implement: Whether to select a given track.