Skip to content

Commit

Permalink
ATO-108, ATO-321 - 1.) Adding error message in case of missing delta…
Browse files Browse the repository at this point in the history
…T and sigmaT intput. 2.) Fixing formatting problems (Int/double)
  • Loading branch information
miranov25 committed Feb 11, 2016
1 parent 2969f1e commit 86da871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TPC/TPCcalib/AliTPCcalibAlignInterpolation.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public :
THn * GetHisITSTOFDZ() const {return fHisITSTOFDZ;}
// Drawing map methods
static TTree* AddFriendDistortionTree(TTree * tree, const char * fname, const char *treeName, const char *friendAlias);
static TTree* LoadDistortionTrees(const char * maplist="map.list", Int_t cacheSize=100000000, Int_t markerStyle=25, Int_t markerSize=0.4 );
static TTree* LoadDistortionTrees(const char * maplist="map.list", Int_t cacheSize=100000000, Int_t markerStyle=25, Float_t markerSize=0.4 );
static Bool_t LoadNDLocalFit(TTree * tree, const char *chTree);
static void DrawMapEstimatorComparison(TTree * tree, const char* chtree, Float_t radius, Float_t kZ, const char *figType=0);
static Bool_t DrawScalingComparison(TTree * tree, const char* chRef, const char *chBin0, const char *chBin1, Float_t R0, Float_t R1, Float_t kZ, const char *figType);
Expand Down

0 comments on commit 86da871

Please sign in to comment.