Skip to content

Commit

Permalink
AD QA for raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz84 committed Aug 28, 2014
1 parent 1601ce2 commit 44d89b9
Show file tree
Hide file tree
Showing 5 changed files with 639 additions and 3 deletions.
1 change: 1 addition & 0 deletions AD/ADrecLinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
#pragma link C++ class AliADTrigger+;
#pragma link C++ class AliADRecoParam+;
#pragma link C++ class AliADRawStream+;
#pragma link C++ class AliADQADataMakerRec+;

#endif
2 changes: 1 addition & 1 deletion AD/AliADCalibData.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ AliADCalibData::AliADCalibData():
}
for(int t=0; t<32; t++) {
fPedestal[t] = 0.0;
fSigma[t] = 0.0;
fSigma[t] = 100.0;
fADCmean[t] = 0.0;
fADCsigma[t] = 0.0;
}
Expand Down
Loading

0 comments on commit 44d89b9

Please sign in to comment.