2006-05-18 Matevz Tadel EVE-dev branch * TPCData.cxx: * TPCData.h: Added member fLoadPedestal to support subtraction of common pedestal during data loading. * TPCSector2D.cxx: * TPCSector2D.h: * TPCSector2DEditor.cxx: * TPCSector2DEditor.h: * TPCSector2DGL.cxx: Added option fAverage to divide the integrated time-bin contents by window width; fShowMax now works within the given time window. Added flags to control rendering of inner/outer1/outer2 segments. Widgets have been extended to display numeric values for threshold, max-value and min/max time (there were only sliders and print-out before). 2006-05-18 Matevz Tadel EVE-dev branch * ITSModule.cxx: * TPCSector2D.cxx: * TPCSector2D.h: * TPCSector2DEditor.cxx: * TPCSector2DEditor.h: * TPCSector2DGL.cxx: Fixed all occurrences of misspelled 'treshold'. 2006-05-18 Matevz Tadel EVE-dev branch * TPCData.cxx: * TPCData.h: In LoadRaw(AliTPCRawStreamOld&): added protection for pad id exceeding number of pads in row; optionally warn of the occurrences. * TPCSectorData.cxx: Fix compilation warnings. 2006-05-17 Matevz Tadel EVE-dev branch Introduce support for reading of raw TPC data. At the same time the TPCSegment* classes have been renamed to TPCSector*. * TPCDigitsInfo.cxx: * TPCDigitsInfo.h: * TPCSegment.cxx: * TPCSegment.h: * TPCSegmentEditor.cxx: * TPCSegmentEditor.h: * TPCSegmentGL.cxx: * TPCSegmentGL.h: Removed files; functionality moved to TPCData* and TPCSector* classes. * TPCData.cxx: * TPCData.h: * TPCSector2D.cxx: * TPCSector2D.h: * TPCSector2DEditor.cxx: * TPCSector2DEditor.h: * TPCSector2DGL.cxx: * TPCSector2DGL.h: * TPCSectorData.cxx: * TPCSectorData.h: New files: most of the code was scavenged from TPCDigitsInfo and TPCSegment* classes. * LinkDef.h: Reflect new class-names. * .SKEL.cxx: Moved using declarations to front. * ChangeLog: New file.