X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TPC%2FAliTPCcalibTracks.cxx;h=ea5582d78327158f3860a87fb14ec2771a4f9e9f;hp=78685d118c4d55cef6d9d9d65c7205361b839196;hb=c32da87924a459f46841c6e2f09acf834b1db1a2;hpb=d388fdd6b84735c368ddc6f268b613e0862b11fe diff --git a/TPC/AliTPCcalibTracks.cxx b/TPC/AliTPCcalibTracks.cxx index 78685d118c4..ea5582d7832 100644 --- a/TPC/AliTPCcalibTracks.cxx +++ b/TPC/AliTPCcalibTracks.cxx @@ -102,7 +102,7 @@ ClassImp(AliTPCcalibTracks) AliTPCcalibTracks::AliTPCcalibTracks(): - TNamed(), + AliTPCcalibBase(), fClusterParam(0), fDebugStream(0), fROC(0), @@ -145,7 +145,7 @@ AliTPCcalibTracks::AliTPCcalibTracks(): AliTPCcalibTracks::AliTPCcalibTracks(const AliTPCcalibTracks& calibTracks): -TNamed(), + AliTPCcalibBase(), fClusterParam(0), fDebugStream(0), fROC(0), @@ -260,7 +260,7 @@ AliTPCcalibTracks & AliTPCcalibTracks::operator=(const AliTPCcalibTracks& calibT AliTPCcalibTracks::AliTPCcalibTracks(const Text_t *name, const Text_t *title, AliTPCClusterParam *clusterParam, AliTPCcalibTracksCuts* cuts, Int_t logLevel) : - TNamed(name, title), + AliTPCcalibBase(), fClusterParam(0), fDebugStream(0), fROC(0), @@ -304,6 +304,9 @@ AliTPCcalibTracks::AliTPCcalibTracks(const Text_t *name, const Text_t *title, Al // // All histograms are instatiated in this constructor. // + this->SetName(name); + this->SetTitle(title); + if (fDebugLevel > 0) cout << " ***** this is AliTPCcalibTracks' main constructor ***** " << endl; G__SetCatchException(0); @@ -543,8 +546,7 @@ void AliTPCcalibTracks::AddInfo(TChain * chain, char* fileName){ cout << "Clusterparametrization added to the chain." << endl; } - -void AliTPCcalibTracks::Process(AliTPCseed *track, AliESDtrack */*esd*/){ +void AliTPCcalibTracks::Process(AliTPCseed *track){ // // To be called in the selector // first AcceptTrack is evaluated, then calls all the following analyse functions: