32 fESDIndicesStored(kFALSE),
34 fESDVZEROfriend(NULL),
35 fESDTZEROfriend(NULL),
42 fTracks.SetOwner(kTRUE);
43 memset(fNclustersTPC,0,
sizeof(fNclustersTPC));
44 memset(fNclustersTPCused,0,
sizeof(fNclustersTPCused));
49 fESDIndicesStored(f.fESDIndicesStored),
51 fESDVZEROfriend(f.fESDVZEROfriend ? new
AliESDVZEROfriend(*f.fESDVZEROfriend) : NULL),
52 fESDTZEROfriend(f.fESDTZEROfriend ? new
AliESDTZEROfriend(*f.fESDTZEROfriend) : NULL),
53 fESDADfriend(f.fESDADfriend ? new
AliESDADfriend(*f.fESDADfriend) : NULL),
54 fESDCalofriend(f.fESDCalofriend ? new
AliESDCalofriend(*f.fESDCalofriend) : NULL)
68 if(&esd ==
this)
return *
this;
69 TObject::operator=(esd);
133 int ntr=
fTracks.GetEntriesFast();
134 for (
int i=0;i<ntr;i++) {
146 for (Int_t i=0;i<72;i++)
168 for (Int_t i=0;i<72;i++)
void SetTZEROfriend(AliESDTZEROfriend *obj)
void TagSuppressSharedObjectsBeforeDeletion()
void SetVZEROfriend(const AliESDVZEROfriend *obj)
AliESDTZEROfriend * fESDTZEROfriend
AliESDVZEROfriend * fESDVZEROfriend
AliESDCalofriend * fESDCalofriend
Int_t fNclustersTPCused[72]
void SetCalofriend(AliESDCalofriend *obj)
AliESDADfriend * fESDADfriend
void SetADfriend(AliESDADfriend *obj)
AliESDfriend & operator=(const AliESDfriend &esd)