Skip to content
Snippets Groups Projects
Commit c806d76b authored by Denis Oliveira Damazio's avatar Denis Oliveira Damazio
Browse files

remove comment

Former-commit-id: a9fd6158
parent 3e08318c
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,6 @@ StatusCode HLTCaloCellMaker::execute_r( const EventContext& context ) const {
if ( roiCollection->size() > 1 )
ATH_MSG_INFO ( "roiMode but multiple rois found, will only use the first one");
//SG::WriteHandle<ConstDataVector<CaloCellContainer> > cellContainer = SG::WriteHandle<ConstDataVector<CaloCellContainer> > ( m_cellContainerKey, context );
SG::WriteHandle<CaloConstCellContainer > cellContainer = SG::WriteHandle< CaloConstCellContainer > ( m_cellContainerKey, context );
auto cdv = CxxUtils::make_unique<CaloConstCellContainer>(SG::VIEW_ELEMENTS);
for( const TrigRoiDescriptor* roiDescriptor : *roiCollection) {
......
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