]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/starlightStandalone.h
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / starlightStandalone.h
index b1a249faa8a273071dec40b73461f38696bebe6c..505ad8003565626f269f2e3b2c2e5ed7cd0fcae4 100644 (file)
@@ -56,8 +56,8 @@ public:
        const std::string& configFileName   () const { return _configFileName;      }  ///< returns path to config file
        const std::string& eventDataFileName() const { return _eventDataFileName;   }  ///< returns path to output file
 
-       void setConfigFileName   (const std::string& configFileName_   ) { _configFileName    = configFileName_;    }  ///< sets path to config file
-       void setEventDataFileName(const std::string& eventDataFileName_) { _eventDataFileName = eventDataFileName_; }  ///< sets path to output file
+       void setConfigFileName   (const std::string& configFileName   ) { _configFileName    = configFileName;    }  ///< sets path to config file
+       void setEventDataFileName(const std::string& eventDataFileName) { _eventDataFileName = eventDataFileName; }  ///< sets path to output file
        
        void boostEvent(upcEvent &e); ///< Boost event from beam CMS to lab system