Skip to content
Snippets Groups Projects
Commit ce943b6d authored by Bertram Kopf's avatar Bertram Kopf
Browse files

removed some comments

parent c20767ae
No related branches found
No related tags found
No related merge requests found
...@@ -95,16 +95,6 @@ double epemBaseLh::calcEvtIntensity(EvtData* theData, fitParams& theParamVal){ ...@@ -95,16 +95,6 @@ double epemBaseLh::calcEvtIntensity(EvtData* theData, fitParams& theParamVal){
} }
// void epemBaseLh::getDefaultParams(fitParams& fitVal, fitParams& fitErr){
// std::vector< boost::shared_ptr<AbsXdecAmp> >::iterator itDecs;
// for(itDecs=_decAmps.begin(); itDecs!=_decAmps.end(); ++itDecs){
// (*itDecs)->getDefaultParams(fitVal, fitErr);
// }
// }
void epemBaseLh::print(std::ostream& os) const{ void epemBaseLh::print(std::ostream& os) const{
} }
......
...@@ -39,7 +39,7 @@ public: ...@@ -39,7 +39,7 @@ public:
pawian::Collection::SharedPtrLess > pbarpAmps); pawian::Collection::SharedPtrLess > pbarpAmps);
virtual complex<double> calcSpinDensity(Spin M1, Spin M2, std::string& nameDec, EvtData* theData); virtual complex<double> calcSpinDensity(Spin M1, Spin M2, std::string& nameDec, EvtData* theData);
// virtual void getDefaultParams(fitParams& fitVal, fitParams& fitErr);
virtual void print(std::ostream& os) const; virtual void print(std::ostream& os) const;
......
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