Skip to content
Snippets Groups Projects
Commit c1eb9f4f authored by Chad Lantz's avatar Chad Lantz
Browse files

Added cout for successful creation of RPD object

parent b1433ed5
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,9 @@ void RPD::LoadElements( std::vector < Channel* > _elements, int _runNumber){ ...@@ -122,7 +122,9 @@ void RPD::LoadElements( std::vector < Channel* > _elements, int _runNumber){
} }
} }
if(GetChannelsVector().size() > 0)
std::cout << std::endl << GetName() << " object created with " << m_nRows << " rows and " << m_nColumns << " columns" << std::endl;
} }
......
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