LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
CBAlgoMergeAll.cxx
Go to the documentation of this file.
1 #ifndef RECOTOOL_CBALGOMERGEALL_CXX
2 #define RECOTOOL_CBALGOMERGEALL_CXX
3 
4 #include "CBAlgoMergeAll.h"
5 
6 namespace cmtool {
7 
8  //----------------------------------------
10  //----------------------------------------
11  {
12 
13  }
14 
15  //--------------------------------------------------------
16  bool CBAlgoMergeAll::Bool(const ::cluster::ClusterParamsAlg &cluster1,
17  const ::cluster::ClusterParamsAlg &cluster2)
18  //--------------------------------------------------------
19  {
20  if(cluster1.GetNHits() && cluster2.GetNHits()) return true;
21  else return false;
22  }
23 
24 }
25 
26 #endif
Class def header for a class CBAlgoAngleSeparate.
virtual bool Bool(const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2)
CBAlgoMergeAll()
Default constructor.