Skip to content

Commit

Permalink
Store unbinned LTM Z sigma in the voxel info for random data detection
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed May 15, 2016
1 parent 11c732d commit 680b005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TPC/TPCcalib/AliTPCDcalibRes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ void AliTPCDcalibRes::ProcessVoxelResiduals(int np, float* tg, float *dy, float
voxRes.E[kResZ] = zres[4];
voxRes.EXYCorr = corrErr;
voxRes.dYSigMAD = sigMAD;
voxRes.dZSigLTM = zres[2];
//
// store the statistics
ULong64_t binStat = GetBin2Fill(voxRes.bvox,kVoxV);
Expand Down
1 change: 1 addition & 0 deletions TPC/TPCcalib/AliTPCDcalibRes.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class AliTPCDcalibRes: public TNamed
Float_t DC[kResDim]; // Cheb parameterized residual
Float_t EXYCorr; // correlation between extracted X and Y
Float_t dYSigMAD; // MAD estimator of dY sigma (dispersion after slope removal)
Float_t dZSigLTM; // Z sigma from unbinned LTM estimator
Float_t stat[kVoxHDim]; // statistics: averages of each voxel dimension + entries
UChar_t bvox[kVoxDim]; // voxel identifier, here the bvox[0] shows number of Q bins used for Y
UChar_t bsec; // sector ID (0-35)
Expand Down

0 comments on commit 680b005

Please sign in to comment.