X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2Fhistory.txt;h=8ac4a54485efadc7678d797918aa7666e856ced3;hb=72e5feacfdf3e5a99d1d8f860615a16a04338612;hp=9d6dca40adf1ff14b012df86ed8b329b37ea197b;hpb=64c217000fb030d5aca4cfa83c12194be5e444f8;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/history.txt b/RALICE/history.txt index 9d6dca40adf..8ac4a54485e 100644 --- a/RALICE/history.txt +++ b/RALICE/history.txt @@ -634,6 +634,55 @@ for AliDevice (or derived) objects. 05-aug-2005 NvE Typos fixed in AliAttrib::GetCalFunction and AliAttrib::GetDecalFunction which erroneously always returned a null pointer. - - - \ No newline at end of file +10-aug-2005 NvE AliSignal::GetSignal extended with mode=8 to support dead flag of parent device + in conjunction with the dead flag of the signal itself. +07-oct-2005 NvE Support for the extended AliSignal::GetSignal (de)calibration facilities + introduced in memberfunctions SortHits, GetExtremes, Displayhits and SortDevices + of classes AliDevice and AliEvent. + Note : For DisplayHits this new signal correction mode replaces the marker style + specification parameter. + Also new memberfunction GetDevices introduced in AliEvent. +11-oct-2005 NvE SetMJD invoked at the end of AliTimestamp::Add instead of just updating the + various datamembers. In this way the TTimeStamp parameters are brought in sync + with the (modified) AliTimestamp values. +20-oct-2005 NvE Directory /macros introduced and ROOT macro makedocs.cc added in /macros + to provide a generic method to auto-create the html class documentation + on all supported platforms. + For further details see /macros/makedocs.cc. +24-oct-2005 NvE Protection introduced in AliJet::AddTrack to prevent multiple storage of + the same track in case no private copy of the track is made. + Memberfunction GetOpeningAngle introduced in Ali3Vector and Ali4Vector. +25-oct-2005 NvE Support introduced for user selectable angular units (rad or deg) in Ali3Vector, + Ali4Vector and all derived classes. +27-oct-2005 NvE Memberfunction GetX to access individual vector components also introduced + for Ali4Vector. + Also memberfunction SortJets introduced in AliVertex. + Misleading comment modified in AliDevice.cxx. +29-oct-2005 NvE Forgotten angular unit setting fixed w.r.t. begin point etc... in AliTrack::ListAll + ad begin point etc... info also added in AliTrack::List. + Memberfunction SortTracks introduced in AliJet and comment corrected in AliVertex.h. +07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed by ":") to make + it generic so that it works correctly on all platforms (thanks Axel Naumann). +08-nov-2005 NvE Sorting memberfunctions in AliDevice, AliVertex and AliJet optimised to save + CPU time. In case two values are identical no swap is performed. + Basically the test "val1 < val2" was replaced by "val1 <= val2". +09-nov-2005 NvE DisplayHits memberfunctions in AliDevice updated to fully support all + (de)calibration modes of GetSignal for displaying (and skipping dead) hits. +14-nov-2005 NvE Hit access by name introduced in AliDevice. +15-nov-2005 NvE Support for opening angle calculation between a 3-vector and the 3-vector part + of a 4-vector introduced in Ali4Vector. +16-nov-2005 NvE Support for a reference point introduced in AliJet. +06-dec-2005 NvE Memberfunction GetDistance() introduced in AliTrack to determine the + distance between a track and a certain position. +12-dec-2005 NvE Track selection by name introduced in AliJet. +23-feb-2006 NvE Support for automatic subtask(s) execution introduced in AliJob::ExecuteJob(). +28-feb-2006 NvE Memberfunction ProcessObject() introduced in AliJob for convenience. +14-mar-2006 NvE RemoveTracks() facilities introduced in AliJet. +17-mar-2006 NvE Support for marker of track starting point introduced in AliHelix. + This allows observation of moving direction in event displays. + Also support for ignoring track endpoints introduced in AliHelix to + allow correct display for very long tracks together with observed hits. +18-mar-2006 NvE Support for display of selected track array introduced in AliHelix. + Also copy ctor of AliHelix made complete for new datamembers. +22-mar-2006 NvE Line attribute selections for displays extended in AliHelix. +20-apr-2006 NvE Several small modifications to prevent gcc warnings.