Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Rec
Commits
4a5cc7d3
Commit
4a5cc7d3
authored
6 years ago
by
Viktoriia Chekalina
Browse files
Options
Downloads
Patches
Plain Diff
delete message declare tool component empty string
parent
27306127
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1911
Remove unnecessary COOL dependency
,
!1087
new pi0 gamma separation tool
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Calo/CaloTools/CMakeLists.txt
+0
-2
0 additions, 2 deletions
Calo/CaloTools/CMakeLists.txt
Calo/CaloTools/src/CaloHypoEstimator.h
+0
-1
0 additions, 1 deletion
Calo/CaloTools/src/CaloHypoEstimator.h
Calo/CaloTools/src/GammaPi0XGBoostTool.cpp
+2
-2
2 additions, 2 deletions
Calo/CaloTools/src/GammaPi0XGBoostTool.cpp
with
2 additions
and
5 deletions
Calo/CaloTools/CMakeLists.txt
+
0
−
2
View file @
4a5cc7d3
...
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
Calo/CaloTools/src/CaloHypoEstimator.h
+
0
−
1
View file @
4a5cc7d3
...
...
@@ -31,7 +31,6 @@
* @date 2010-08-18
*/
class
CaloHypoEstimator
:
public
GaudiTool
,
virtual
public
ICaloHypoEstimator
,
virtual
public
IIncidentListener
{
public:
/// Standard constructor
...
...
This diff is collapsed.
Click to expand it.
Calo/CaloTools/src/GammaPi0XGBoostTool.cpp
+
2
−
2
View file @
4a5cc7d3
...
...
@@ -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
){
...
...
This diff is collapsed.
Click to expand it.
Marco Cattaneo
@cattanem
mentioned in commit
ae478c59
·
6 years ago
mentioned in commit
ae478c59
mentioned in commit ae478c59e13cd0be98ea61decec56be98ee52e6d
Toggle commit list
Marco Cattaneo
@cattanem
mentioned in commit
d2b66492
·
6 years ago
mentioned in commit
d2b66492
mentioned in commit d2b66492ddf7526da0177b402c0b29d2306228fd
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment