TMap * objectMap = (TMap*) fObjectMap->GetValue( detector );
-
+#if 0
if ( ! objectMap->FindObject( name ) ) {
cout << "DET..." << detector.Data() << endl;
source->SetSourceName( name, srcObject->GetClassName() );
source->SetSourceType( srcObject->GetSpecification(), srcObject->GetDataType() );
}
+#endif
return iResult;
}