Skip to content
Snippets Groups Projects
Commit 4a5cc7d3 authored by Viktoriia Chekalina's avatar Viktoriia Chekalina
Browse files

delete message declare tool component empty string

parent 27306127
No related branches found
No related tags found
2 merge requests!1911Remove unnecessary COOL dependency,!1087new pi0 gamma separation tool
......@@ -25,8 +25,6 @@ gaudi_add_module(CaloTools
INCLUDE_DIRS Tr/TrackInterfaces
LINK_LIBRARIES CaloUtils CaloDetLib LinkerEvent RecEvent TrackEvent GaudiAlgLib LHCbKernel LHCbMathLib RelationsLib)
message("hello world!")
set(CMAKE_PREFIX_PATH /cvmfs/lhcb.cern.ch/lib/lcg/releases/LCG_88/xgboost/0.60/x86_64-slc6-gcc49-opt/lib)
include_directories(/cvmfs/lhcb.cern.ch/lib/lcg/releases/LCG_88/xgboost/0.60/x86_64-slc6-gcc49-opt/rabit/include/)
message(${CMAKE_PREFIX_PATH})
......
......@@ -31,7 +31,6 @@
* @date 2010-08-18
*/
class CaloHypoEstimator : public GaudiTool, virtual public ICaloHypoEstimator, virtual public IIncidentListener {
public:
/// Standard constructor
......
......@@ -145,7 +145,7 @@ private:
}
// Declaration of the Tool Factory
DECLARE_TOOL_FACTORY( GammaPi0XGBoostTool )
DECLARE_COMPONENT( GammaPi0XGBoostTool )
//=============================================================================
// Standard constructor, initializes variables
......@@ -262,7 +262,7 @@ bool GammaPi0XGBoostTool::GetRawEnergy(const LHCb::CaloHypo* hypo, int& cluster_
std::vector<int> col_numbers = {(int)centerID.col() - 2, (int)centerID.col() - 1, (int)centerID.col(), (int)centerID.col() + 1, (int)centerID.col() + 2};
std::vector<int> row_numbers = {(int)centerID.row() - 2, (int)centerID.row() - 1, (int)centerID.row(), (int)centerID.row() + 1, (int)centerID.row() + 2};
if (cluster_type > 2)
{
for (auto& col_number: col_numbers){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment