Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kazuya Mochizuki
athena
Commits
2a9beb20
Commit
2a9beb20
authored
Oct 05, 2021
by
Frank Winklmeier
Browse files
egammaTools: fix build failure due to CaloDetDescrManager migration
parent
9ff8baf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Reconstruction/egamma/egammaTools/src/egammaLargeClusterMaker.cxx
View file @
2a9beb20
/*
Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
*/
#include "egammaLargeClusterMaker.h"
...
...
@@ -224,7 +224,7 @@ egammaLargeClusterMaker::execute(const EventContext& ctx,
// If FCAL need to add cell to cluster in a cone
std
::
vector
<
const
CaloCell
*>
cells
;
cells
.
reserve
(
300
);
CaloCellList
myList
(
dd_man
,
cellcoll
.
ptr
());
CaloCellList
myList
(
calodetdescrmgr
,
cellcoll
.
ptr
());
myList
.
select
(
cluster
->
etaSample
(
sam
),
cluster
->
phiSample
(
sam
),
m_drFWD
,(
CaloSampling
::
CaloSample
)
sam
);
cells
.
insert
(
cells
.
end
(),
myList
.
begin
(),
myList
.
end
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment