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

remove comment

parent c676c98f
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