/*
$Log$
+Revision 1.6 2000/06/09 11:10:07 cblume
+Compiler warnings and coding conventions, next round
+
Revision 1.5 2000/06/08 18:32:58 cblume
Make code compliant to coding conventions
}
//_____________________________________________________________________________
-void AliTRDclusterizerV1::Copy(AliTRDclusterizerV1 &c)
+void AliTRDclusterizerV1::Copy(TObject &c)
{
//
// Copy function
//
- c.fClusMaxThresh = fClusMaxThresh;
- c.fClusSigThresh = fClusSigThresh;
- c.fClusMethod = fClusMethod;
- c.fDigitsManager = NULL;
+ ((AliTRDclusterizerV1 &) c).fClusMaxThresh = fClusMaxThresh;
+ ((AliTRDclusterizerV1 &) c).fClusSigThresh = fClusSigThresh;
+ ((AliTRDclusterizerV1 &) c).fClusMethod = fClusMethod;
+ ((AliTRDclusterizerV1 &) c).fDigitsManager = NULL;
AliTRDclusterizer::Copy(c);
virtual ~AliTRDclusterizerV1();
AliTRDclusterizerV1 &operator=(const AliTRDclusterizerV1 &c);
- virtual void Copy(AliTRDclusterizerV1 &c);
+ virtual void Copy(TObject &c);
virtual void Init();
virtual Bool_t MakeCluster();
virtual Bool_t ReadDigits();
/*
$Log$
+Revision 1.4 2000/06/09 11:10:07 cblume
+Compiler warnings and coding conventions, next round
+
Revision 1.3 2000/06/08 18:32:58 cblume
Make code compliant to coding conventions
}
//_____________________________________________________________________________
-void AliTRDdataArrayF::Copy(AliTRDdataArrayF &a)
+void AliTRDdataArrayF::Copy(TObject &a)
{
//
// Copy function
//
- fElements->Copy(*a.fElements);
+ fElements->Copy(*((AliTRDdataArrayF &) a).fElements);
- a.fThreshold = fThreshold;
+ ((AliTRDdataArrayF &) a).fThreshold = fThreshold;
AliTRDdataArray::Copy(a);
AliTRDdataArrayF &operator=(const AliTRDdataArrayF &a);
virtual void Allocate(Int_t nrow, Int_t ncol,Int_t ntime);
- virtual void Copy(AliTRDdataArrayF &a);
+ virtual void Copy(TObject &a);
virtual void Compress(Int_t bufferType, Float_t threshold);
virtual void Compress(Int_t bufferType);
virtual void Expand();
/*
$Log$
+Revision 1.4 2000/06/09 11:10:07 cblume
+Compiler warnings and coding conventions, next round
+
Revision 1.3 2000/06/08 18:32:58 cblume
Make code compliant to coding conventions
}
//_____________________________________________________________________________
-void AliTRDdataArrayI::Copy(AliTRDdataArrayI &a)
+void AliTRDdataArrayI::Copy(TObject &a)
{
//
// Copy function
//
- fElements->Copy(*a.fElements);
+ fElements->Copy(*((AliTRDdataArrayI &) a).fElements);
- a.fThreshold = fThreshold;
+ ((AliTRDdataArrayI &) a).fThreshold = fThreshold;
AliTRDdataArray::Copy(a);
AliTRDdataArrayI &operator=(const AliTRDdataArrayI &a);
virtual void Allocate(Int_t nrow, Int_t ncol, Int_t ntime);
- virtual void Copy(AliTRDdataArrayI &a);
+ virtual void Copy(TObject &a);
virtual void Compress(Int_t bufferType, Int_t threshold);
virtual void Compress(Int_t bufferType);
virtual void Expand();
/*
$Log$
+Revision 1.3 2000/06/08 18:32:58 cblume
+Make code compliant to coding conventions
+
Revision 1.2 2000/05/08 16:17:27 cblume
Merge TRD-develop
}
//_____________________________________________________________________________
-void AliTRDsegmentArray::Copy(AliTRDsegmentArray &a)
+void AliTRDsegmentArray::Copy(TObject &a)
{
//
// Copy function
AliTRDsegmentArray(AliTRDsegmentArray &a);
virtual ~AliTRDsegmentArray();
- virtual void Copy(AliTRDsegmentArray &a);
+ virtual void Copy(TObject &a);
virtual void Delete();
virtual void Delete(const char *) { Delete(); };
/*
$Log$
+Revision 1.21 2000/06/09 11:10:07 cblume
+Compiler warnings and coding conventions, next round
+
Revision 1.20 2000/06/08 18:32:58 cblume
Make code compliant to coding conventions
}
//_____________________________________________________________________________
-void AliTRDv1::Copy(AliTRDv1 &trd)
+void AliTRDv1::Copy(TObject &trd)
{
//
// Copy function
//
- trd.fIdSens = fIdSens;
+ ((AliTRDv1 &) trd).fIdSens = fIdSens;
- trd.fIdChamber1 = fIdChamber1;
- trd.fIdChamber2 = fIdChamber2;
- trd.fIdChamber3 = fIdChamber3;
+ ((AliTRDv1 &) trd).fIdChamber1 = fIdChamber1;
+ ((AliTRDv1 &) trd).fIdChamber2 = fIdChamber2;
+ ((AliTRDv1 &) trd).fIdChamber3 = fIdChamber3;
- trd.fSensSelect = fSensSelect;
- trd.fSensPlane = fSensPlane;
- trd.fSensChamber = fSensChamber;
- trd.fSensSector = fSensSector;
- trd.fSensSectorRange = fSensSectorRange;
+ ((AliTRDv1 &) trd).fSensSelect = fSensSelect;
+ ((AliTRDv1 &) trd).fSensPlane = fSensPlane;
+ ((AliTRDv1 &) trd).fSensChamber = fSensChamber;
+ ((AliTRDv1 &) trd).fSensSector = fSensSector;
+ ((AliTRDv1 &) trd).fSensSectorRange = fSensSectorRange;
- trd.fDeltaE = NULL;
+ ((AliTRDv1 &) trd).fDeltaE = NULL;
}
virtual ~AliTRDv1();
AliTRDv1 &operator=(const AliTRDv1 &trd);
- virtual void Copy(AliTRDv1 &trd);
+ virtual void Copy(TObject &trd);
virtual void CreateGeometry();
virtual void CreateMaterials();
virtual Int_t IsVersion() const { return 1; };