{
a=new AliAttribObj();
a->SetEdgeOn(col);
- fAttributes->AddAt(a,col-1);
+ fAttributes->AddAt(a,row-1);
}
AliCalmodule* m=GetModule(row,col);
{
a=new AliAttribObj();
a->SetGain(gain,col);
- fAttributes->AddAt(a,col-1);
+ fAttributes->AddAt(a,row-1);
}
AliCalmodule* m=GetModule(row,col);
{
a=new AliAttribObj();
a->SetOffset(offset,col);
- fAttributes->AddAt(a,col-1);
+ fAttributes->AddAt(a,row-1);
}
AliCalmodule* m=GetModule(row,col);
and Ali4Vector respectively. This allows to use this memberfunction also in
all the derived classes (e.g. AliPosition, AliSignal, AliTrack, etc...).
Therefore the Load() memberfunction has been removed from AliPositionObj.
+03-oct-2003 NvE Typos fixed in AliCalorimeter.cxx.