Parent Directory | Revision Log | Patch
revision 1.1 by nikolas, Thu Feb 19 16:50:35 2009 UTC | revision 1.5 by pam-rm2, Fri Jun 12 18:39:16 2009 UTC | |
---|---|---|
# | Line 118 class PamVMCDetGeom : public TObject { | Line 118 class PamVMCDetGeom : public TObject { |
118 | if(fmother) { | if(fmother) { |
119 | TIterator *p= (TIterator *)(*to).MakeIterator(); | TIterator *p= (TIterator *)(*to).MakeIterator(); |
120 | pMotherProp *k; | pMotherProp *k; |
121 | while( k=(pMotherProp *) p->Next()) { | while( (k=(pMotherProp *) p->Next())) { |
122 | fmother->AddNode((*k).fmother,(*k).fcopyNo,(*k).fmothermatrix); | fmother->AddNode((*k).fmother,(*k).fcopyNo,(*k).fmothermatrix); |
123 | } | } |
124 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |