#include "cdas_ed_config.h"" std::string tit2=((std::string)"What's new in ")+((std::string)CDAS_VERSION_STR); tf=this->AddTab(tit2.c_str()); tf->ChangeBackground(colourdefault); fTextInfo=new TGTextView(tf,10,10,""); tf->AddFrame(fTextInfo,fMax); fTextInfo->AddLine("ED v4 is a simple yet powerfull tool to read Auger data. Here is the history of recent changes:"); fTextInfo->AddLine(""); fTextInfo->AddLine("Version v4r2 provides the following new options:"); fTextInfo->AddLine("================================================"); fTextInfo->AddLine("o Some changes in design gave a much faster display"); fTextInfo->AddLine("o Shortcuts are now available: try up and down arrow, space (or return)..."); fTextInfo->AddLine("o SdRecLpnhe has been greatly improved"); fTextInfo->AddLine("o Options in SdRecLpnhe work properly now"); fTextInfo->AddLine("o Showers asymmetries are accounted for"); fTextInfo->AddLine("o Better trace calibration"); fTextInfo->AddLine("o Saturated stations get their signal extrapolated"); fTextInfo->AddLine(""); fTextInfo->AddLine(""); fTextInfo->AddLine("Version v4r0 main changes:"); fTextInfo->AddLine("================================================"); fTextInfo->AddLine("o This ED reads and displays Fd data."); fTextInfo->AddLine(" Fd data is still not available for reconstruction (might be in next release)"); fTextInfo->AddLine(" Sd reconstucted shower direction is plotted on Fd eyes"); fTextInfo->AddLine("o New CDAS packages Ec and Es are used, giving improved event selection"); fTextInfo->AddLine("o Official (as of February 2005) event and station selection is implemented"); fTextInfo->AddLine("o More reconstruction options are available, and a new reconstruction can be selected"); fTextInfo->AddLine(""); fTextInfo->AddLine(""); fTextInfo->AddLine("Version v3r4 main changes:"); fTextInfo->AddLine("================================================"); fTextInfo->AddLine("o This ED reads the new Auger data format, enclosing both Sd and Fd data."); fTextInfo->AddLine(" Fd data is still not available for display (might be in next release)"); fTextInfo->AddLine("o Data File Path is no more defined at compile time, allowing you to switch between various data file directories"); fTextInfo->AddLine(" (hybrids, Sdm, Auger full data...)"); fTextInfo->AddLine("o Automatic removal of casual stations has been improved"); fTextInfo->AddLine(" (when activated, a green triangle indicates the 3 stations selected for casual removal)"); fTextInfo->AddLine("o Saturated tanks are used only as a lower bound for the LDF fit and are marked with a red triangle in the LDF fit panel"); fTextInfo->AddLine(" (silent stations are once again visible in this panel in light blue)"); fTextInfo->AddLine("o Some calibration issues solved (ToT is 13 bins as it should, rate based D/A is offline-corrected...)"); fTextInfo->AddLine(""); fTextInfo->AddLine(""); fTextInfo->AddLine("Version v3r2 main changes:"); fTextInfo->AddLine("=========================="); fTextInfo->AddLine("o Lightning stations are flagged and removed by default"); fTextInfo->AddLine("o An option to remove stations without neighbours is available"); fTextInfo->AddLine("o A variable slope LDF fit is available"); fTextInfo->AddLine("o One can limit the selection to T4 events"); fTextInfo->AddLine("o The 100ns jumps of US UBs is corrected on data from April 1st 2004 on. "); fTextInfo->AddLine(""); fTextInfo->AddLine(""); fTextInfo->AddLine("Version v3r0 main changes:"); fTextInfo->AddLine("=========================="); fTextInfo->AddLine("o New data format, more efficient both in memory, disk usage, and speed to access."); fTextInfo->AddLine("o The calibration is based on the charge histograms"); fTextInfo->AddLine("o The map can be zoomed and tanks can be selected by clicking on them");