Skip to content
Snippets Groups Projects
Commit 02011251 authored by Zafar's avatar Zafar Committed by Stephen A. Wood
Browse files

Remove some old commented out code.

parent 894ea862
No related branches found
No related tags found
No related merge requests found
......@@ -127,22 +127,6 @@ Int_t THcScintillatorPlane::ReadDatabase( const TDatime& date )
prefix[0]=tolower(GetParent()->GetPrefix()[0]);
prefix[1]='\0';
/* strcpy(parname,prefix);
strcat(parname,"scin_");
strcat(parname,GetName());
Int_t plen=strlen(parname);
strcat(parname,"_nr");
cout << " Getting value of " << parname << endl;
fNelem = *(Int_t *)gHcParms->Find(parname)->GetValuePointer();
parname[plen]='\0';
strcat(parname,"_spacing");
fSpacing = gHcParms->Find(parname)->GetValue(0);
cout <<"fSpacing = "<<fSpacing<<endl;
*/
// need this further down so read them first! GN
strcpy(parname,prefix);
strcat(parname,"scin_");
......
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