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

minor changes in resBaseLh

parent cd845c97
No related branches found
No related tags found
No related merge requests found
......@@ -153,14 +153,15 @@ void resBaseLh::initialize(){
_withPolarization=resEnv->polarizedMother();
int noOfHelStates(2.*_Jmother+1);
for( Spin itLam=-_Jmother; itLam<=_Jmother; ++itLam){
std::string currentName=resEnv->motherParticle()->name();
std::stringstream tmpStrStreamlamJ;
tmpStrStreamlamJ << itLam;
currentName+= tmpStrStreamlamJ.str();
_polParamNames[itLam]=currentName;
_currentPolVec[itLam]=1.;
if(_withPolarization) _currentPolVec[itLam]=1./noOfHelStates;
else _currentPolVec[itLam]=1.;
}
}
......
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