/[PAMELA software]/PamVMC/include/PamVMCDetGeom.h
ViewVC logotype

Diff of /PamVMC/include/PamVMCDetGeom.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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      }      }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23