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

Changed name of the name argument in constructor

parent 002aafbf
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class RPD : public Detector{ ...@@ -18,7 +18,7 @@ class RPD : public Detector{
public: public:
RPD( ); RPD( );
RPD( std::vector< Channel* > _readOut, int _runNumber, std::string m_name ); RPD( std::vector< Channel* > _readOut, int _runNumber, std::string _name );
~RPD( ); ~RPD( );
Channel* GetElement(int row, int column); Channel* GetElement(int row, int column);
......
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