2003-07-01 16:42 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManagerFrameL.cc, VPlot.cc, VPlot2.cc:
Corrected a bug with the new version of ROOT where the time displayed
on the axis and under the plot were not correct. Hopefully, this also
solves some discrepancies observed earlier.
2003-06-30 18:35 Damir <buskulic@lapp.in2p3.fr>
* mgr/BuildHtml.C:
orrect BuildHtml.C to point to the right place for libraries
2003-06-30 18:34 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VGPSTime.cc, display/VPlot.cc, display/VPlot2.cc,
display/VSPlot.h, display/VSPlot2.h, vhtml/VHtml.cc (tags: v0r91):
Correct the behaviour of time on axis. Follow the changes in time offset
introduced in ROOT v3.05/04 (I think)
2003-06-30 15:05 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number:
Change the version number to v0r95
2003-06-27 17:46 Damir <buskulic@lapp.in2p3.fr>
* doc/VEGA_UsersManual.pdf.gz:
Updated version v0r95 of the manual
2003-06-11 11:37 Damir <buskulic@lapp.in2p3.fr>
* cmt/requirements (tags: v0r95):
update requirements file
2003-06-07 19:35 Damir <buskulic@lapp.in2p3.fr>
* mgr/MakeChangeLog:
Correction in MakeChangeLog
2003-06-07 19:29 Damir <buskulic@lapp.in2p3.fr>
* mgr/configure, src/datadisplay/v8r13_vega.tar.gz,
src/framechannelviewer/Module.mk, src/vhtml/VHtml.cc,
src/xforms/Module.mk (utags: v0r94, v0r95):
Cure some bugs for compilation on alpha/OSF1.
2003-05-21 17:52 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile (tags: v0r95, v0r94), mgr/configure,
mgr/config/Makefile.in (tags: v0r95, v0r94),
src/datadisplay/v8r13_vega.tar.gz,
src/framechannelviewer/Module.mk,
src/framechannelviewer/VFrameChannelViewer.cc (tags: v0r95, v0r94):
New option in configure to use an external version of the data display.
If the version is lower than v8r13, will use the default one in vega
2003-05-15 10:16 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VEGA_CoreLinkDef.h (tags: v0r95, v0r94),
base/VSelector.cc (tags: v0r95, v0r94), base/VSelector.h (tags:
v0r95, v0r94), base/VSelectorCint.cc (tags: v0r95, v0r94),
base/VSelectorCint.h (tags: v0r95, v0r94),
datadisplay/v8r13_vega.tar.gz,
framechannel/VEGA_FrameChannelLinkDef.h (tags: v0r95, v0r94),
framechannel/VSelector.cc (tags: v0r91), framechannel/VSelector.h,
framechannel/VSelectorCint.cc, framechannel/VSelectorCint.h,
framechannelviewer/Module.mk,
framechannelviewer/VEGA_FrameChannelViewerLinkDef.h (tags: v0r95,
v0r94):
Moved VSelector files from framechannel to base to be able to use them
in the framechannel viewer based on dataDisplay. Some changes to dataDisplay
in preparation of user processing classes introduction.
2003-05-09 14:51 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VEGA_CoreLinkDef.h, base/VFrUtil.cc (tags: v0r95,
v0r94), base/VFrUtil.h (tags: v0r95, v0r94),
base/VVirtualFrameChannelPlayer.cc (tags: v0r95, v0r94),
base/VVirtualFrameChannelPlayer.h (tags: v0r95, v0r94),
base/VVirtualFrameChannelViewer.cc (tags: v0r93, v0r91, v0r95,
v0r94), base/VVirtualFrameChannelViewer.h (tags: v0r95, v0r94),
datadisplay/v8r13_vega.tar.gz, framechannel/VFrameChannel.cc (tags:
v0r95, v0r94), framechannel/VFrameChannel.h (tags: v0r95, v0r94),
framechannelplayer/VFrameChannelPlayer.cc (tags: v0r95, v0r94),
framechannelplayer/VFrameChannelPlayer.h (tags: v0r95, v0r94),
framechannelviewer/VEGA_FrameChannelViewerLinkDef.h,
framechannelviewer/VFrameChannelViewer.cc,
framechannelviewer/VFrameChannelViewer.h (tags: v0r95, v0r94):
Many small improvements in the interface with datadisplay :
- global variable gDataViewer pointing to the current viewer. One is able
to get a pointer to any plot drawn by the viewer with
gDataViewer->GetPlot(i) where i is the pad number in the global canvas
gDDCanvas. This returns a TObject* that should be casted to TH1F or TH2F*
depending on the plot drawn.
- gDDCanvas is accessible on the command line. This allows any customization
a posteriori.
- The global title in the datadisplay canvas was removed in the case of vega
use, since it is much less informative than in online use.
- Some tweaking in styles so that the style used in datadisplay doesn't
interfere with the standard one in vega.
- Use of the standard vega colormap (the nice one with many colors) instead
of the dataDisplay one. We assume that the dataDisplay will not be used inside
a VEGA session for time-critical tasks.
- Possibility to launch a datadisplay without conection to a frame channel.
This is useful when one wants to reuse a cards file that was generated online.
- New utility function to launch a datadisplay without frame channel :
dataDisplay()
2003-05-07 17:34 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile, src/datadisplay/v8r13_vega.tar.gz,
src/framechannelviewer/Module.mk (tags: v0r95, v0r94),
src/framechannelviewer/VFrameChannelViewer.cc:
First working version of dataDisplay integrated inside VEGA. When one opens
a frame channel fc, it is started by fc->StartViewer(). Still missing many
interactions between the dataDisplay and the vega environment.
2003-04-25 19:07 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrameMetaDB.cc (tags: v0r95, v0r94):
Correct a bug that could give wrong metadata index for some particular
configuration of frames/slots in the time hash table.
2003-04-25 12:34 Damir <buskulic@lapp.in2p3.fr>
* mgr/system.vegarc (tags: v0r95, v0r94),
src/framechannel/VFrameChannel.cc,
src/framechannel/VFrameChannel.h,
src/framechannelplayer/VFrameChannelPlayer.cc,
src/framechannelviewer/VFrameChannelViewer.cc,
src/framechannelviewer/VFrameChannelViewer.h:
Start the viewer from a frame channel with
fc->StartViewer()
if fc is a valid frame channel. Added a new plugin definition in system.vegarc.
2003-04-24 18:42 Damir <buskulic@lapp.in2p3.fr>
* src/xforms/Module.mk:
Changes to allow building xforms on OSF1 and other platforms
2003-04-23 17:59 Damir <buskulic@lapp.in2p3.fr>
* src/framechannelviewer/VFrameChannelViewer.o:
Remove an object file committed by error
2003-04-23 17:45 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile, mgr/system.vegarc, src/base/VEGA_CoreLinkDef.h,
src/base/VVirtualFrameChannelPlayer.h,
src/base/VVirtualFrameChannelViewer.cc,
src/base/VVirtualFrameChannelViewer.h,
src/datadisplay/v8r13_vega.tar.gz,
src/framechannel/VFrameChannel.cc,
src/framechannelviewer/Module.mk,
src/framechannelviewer/VEGA_FrameChannelViewerLinkDef.h,
src/framechannelviewer/VFrameChannelViewer.cc,
src/framechannelviewer/VFrameChannelViewer.h,
src/framechannelviewer/VFrameChannelViewer.o,
src/framechannelviewer/VGuiDataPlots.C (tags: v0r95, v0r94),
src/framechannelviewer/VGuiDataPlots.cc,
src/framechannelviewer/VGuiParameterSet.C (tags: v0r95, v0r94),
src/framechannelviewer/VGuiParameterSet.cc,
src/framechannelviewer/VGuiPlotTime.C (tags: v0r95, v0r94),
src/framechannelviewer/VGuiPlotTime.cc, src/xforms/Module.mk,
src/xforms/xforms-1.0-release_for_vega.tar.gz (tags: v0r95, v0r94):
Big enhancement in the form of a tentative inclusion of the data display
code to serve as a frame channel viewer. Many more enhancements to come.
Removed the loading of libgrasp at the start of a session.
2003-04-18 11:46 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrameMetaDB.cc:
Expand the last change to other VFrameMetaDB::FindIndex method. The speed improvement
is not very important though.
2003-04-17 18:31 Damir <buskulic@lapp.in2p3.fr>
* src/framechannel/VFrameChannel.h,
src/metadb/VEGA_DatabaseLinkDef.h (tags: v0r95, v0r94),
src/metadb/VFrameMetaDB.cc, src/metadb/VFrameMetaDB.h (tags: v0r95,
v0r94), src/metadb/VHashTable.cc (tags: v0r95, v0r94),
src/metadb/VHashTable.h (tags: v0r95, v0r94),
vegatutorial/plottrig.C (tags: v0r95, v0r94), vegatutorial/sms.C
(tags: v0r95, v0r94):
Solve the problem of speed of SMS loading in meta database. To do that, consider
the groups of frames as the fondamental searching entity. A group of frames
consists of consecutive frames that do not have any "holes" between two of them.
Thus, if a requested time, lies inside the limits of a frame group, it is easy
to find it in the metadb.
Also modified some tutorials to benchmark the loading time.
Unfortunately, I had to change the file format. So for the time being, one has
to rebuild his databases.
2003-04-12 23:05 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/: create_testfr.C (tags: v0r95, v0r94),
display_frames1.C (tags: v0r95, v0r94), display_frames2.C (tags:
v0r95, v0r94), display_frameshis.C (tags: v0r95, v0r94), peak.C
(tags: v0r95, v0r94), peak2.C (tags: v0r95, v0r94), plottrig.C,
scroll2.C (tags: v0r95, v0r94), scrollspectrum.C (tags: v0r95,
v0r94), sms.C:
Modify start time of demo frames generated in vegatutorial in order to comply
with the latest changes in ROOT. We now begin somewhere in 1999. Modify
accordingly all macro tutorials.
2003-04-11 11:15 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManagerFrameL.cc, VStyle.cc, VStyle.h (utags:
v0r94, v0r95):
New flag in VStyle to enable/disable the automatic switch to log/lin axis
for frequency plots. Now, a plot will be drawn with the current pad settings
if, at the session beginning, one calls gVStyle->SetAutoLogPlot(0)
2003-04-10 18:01 Damir <buskulic@lapp.in2p3.fr>
* src/framechannelplayer/VFrameChannelPlayer.cc:
cure a few bugs in VFrameChannel::Process()
2003-04-10 10:10 Damir <buskulic@lapp.in2p3.fr>
* src/: framechannel/VSelectorCint.cc,
framechannelplayer/VFrameChannelPlayer.cc:
Added use of vectors in VFrameChannelPlayer::Process. One is able to fill
the ProcessVect method produced by VFrameChannel::MakeSelector() using
only vectors that are fed by the Process() method.
2003-04-09 14:26 Damir <buskulic@lapp.in2p3.fr>
* src/framechannelplayer/VFrameChannelPlayer.cc:
Correct the deletion of passed frame in VFrameChannelPlayer::Process(),
as well as deletion of vector names when the list of names is empty
2003-04-08 18:36 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VVirtualFrameChannel.cc (tags: v0r95, v0r94),
base/VVirtualFrameChannel.h (tags: v0r95, v0r94),
base/VVirtualFrameChannelPlayer.h, framechannel/VFrameChannel.cc,
framechannel/VFrameChannel.h, framechannel/VSelector.cc,
framechannel/VSelector.h, framechannel/VSelectorCint.cc,
framechannel/VSelectorCint.h,
framechannelplayer/VFrameChannelPlayer.cc,
metadb/VConditionSetFMDB.cc (tags: v0r95, v0r94):
Introduction of the VFrameChannelPlayer::Process() methods, and associated ones.
The user is able to generate VSelector derived classes containing
a Begin, ProcessCut, ProcessFrame, ProcessVect and Terminate methods
that he will adapt to his needs.
These methods are called by the players's Process method to go through all
the data given by a frame channel. This is very similar to ROOT's
TSelector scheme.
2003-04-03 16:50 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VVirtualFrameChannelPlayer.cc,
base/VVirtualFrameChannelPlayer.h, framechannel/VFrameChannel.cc,
framechannel/VFrameChannel.h,
framechannelplayer/VFrameChannelPlayer.cc,
framechannelplayer/VFrameChannelPlayer.h:
implement interface frame channel - frame channel player. Work in progress.
2003-04-03 13:52 Damir <buskulic@lapp.in2p3.fr>
* src/framechannel/: VSelectorCint.cc, VSelectorCint.h:
Make the same patch in VSelectorCint as Philippe Canal's in TSelectorCint
2003-04-03 13:49 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VNtuple.h (tags: v0r95, v0r94):
Included "TCut.h" to make things work with the new version of ROOT
2003-03-28 14:14 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManagerFrameL.cc, VPlot.cc (tags: v0r95, v0r94):
Set the number of entries of a 2D plot to 1 so that it is correctly
drawn. Was using only SetBinContent but the number of entries was left
to 0. This made ROOT return without drawing the 2D plot.
2003-03-28 12:34 Damir <buskulic@lapp.in2p3.fr>
* src/display/VPlot2.cc (tags: v0r95, v0r94),
src/display/VVegaInit.cc (tags: v0r95, v0r94),
vegatutorial/create_testfr.C:
correct the create_testfr.C tutorial for the (not so) new simplified SMS format
2003-03-28 11:33 Damir <buskulic@lapp.in2p3.fr>
* src/display/VVegaInit.cc:
Correct a bug where axis were not displayed in MacOSX. This was due to
gStyle methods not properly seen in TAttAxis::ResetAttAxis(). Not understood,
use a workaround for the time being.
2003-03-27 10:34 Damir <buskulic@lapp.in2p3.fr>
* src/framechannelviewer/: VGuiDataPlots.cc, VGuiDataPlots.h (tags:
v0r95, v0r94), VGuiParameterSet.cc, VGuiParameterSet.h (tags:
v0r95, v0r94), VGuiPlotTime.cc, VGuiPlotTime.h (tags: v0r95,
v0r94):
First import for viewer files. These are just trying to reproduce the DataDisplay
gui with the standard ROOT gui. Still a lot of work to do.
2003-03-26 10:17 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile, mgr/system.vegarc, src/base/VEGA_CoreLinkDef.h,
src/base/VVirtualFrameChannel.h,
src/base/VVirtualFrameChannelPlayer.cc,
src/base/VVirtualFrameChannelPlayer.h,
src/framechannel/VFrameChannel.cc,
src/framechannel/VFrameChannel.h, src/framechannel/VSelector.cc
(tags: v0r93, v0r91), src/framechannel/VSelector.h,
src/framechannel/VSelectorCint.cc,
src/framechannel/VSelectorCint.h, src/main/VGmain.cc:
Change in the main source allowing the use of the plugin manager
changes in other files to support the new frame channel player.
2003-03-26 10:13 Damir <buskulic@lapp.in2p3.fr>
* src/framechannelplayer/: Module.mk,
VEGA_FrameChannelPlayerLinkDef.h (tags: v0r95, v0r94),
VFrameChannelPlayer.cc, VFrameChannelPlayer.h:
New class VFrameChannelPlayer which will play the same role as TTreePlayer in root.
Just a skeleton for the time being, but part of a major improvement in user defined
loops on the data.
2003-03-24 11:34 Damir <buskulic@lapp.in2p3.fr>
* src/framechannel/: VEGA_FrameChannelLinkDef.h, VSelector.cc,
VSelector.h, VSelectorCint.cc, VSelectorCint.h:
New classes VSelector and VSelectorCint that will be used like TSelector
in ROOT but for frame channels instead of trees. Try to keep as much
as possible the ROOT syntax so that users do not have to change analysis
habits if they want to analyze trees.
2003-03-23 00:02 Damir <buskulic@lapp.in2p3.fr>
* src/vhtml/VHtml.cc:
Anonymize the email address on web pages generated automatically from
the source. This will make spambots work more difficult.
Use Hiveware Enkoder to generate the Javascript code
(www.hiveware.com)
2003-03-10 12:15 Damir <buskulic@lapp.in2p3.fr>
* src/display/VManagerFrameL.cc:
Add the "goff" option to VManagerFrameL::Draw()
2003-03-06 17:50 Damir <buskulic@lapp.in2p3.fr>
* mgr/requirements:
remove requirements file in /mgr since now we use /cmt
2003-03-06 16:47 swmgr
* cmt/requirements (tags: v0r94):
archived Cascina latest requirement
2003-02-14 17:07 Damir <buskulic@lapp.in2p3.fr>
* src/display/VStyle.cc:
TStyle::SetNumberContours() does not work for ROOT versions prior to 3.04/02
Test the ROOT version to use it.
2003-02-08 14:52 Damir <buskulic@lapp.in2p3.fr>
* src/display/VStyle.cc:
Modified the standard color palette so that darker red and violet
colors appear at extreme values (like infra-red and ultra-violet)
this makes it more "Matlab-like". Request by Raffaele.
2003-01-24 14:28 Damir <buskulic@lapp.in2p3.fr>
* src/: framechannel/VFrameChannel.cc, metadb/VNtuple.cc (tags:
v0r95, v0r94), metadb/VNtuple.h, ntupleplayer/VNtuplePlayer.cc
(tags: v0r95, v0r94):
Corrected a bug where the time was not correctly printed on SMS plots
(using ntuple->DrawSeries())
2003-01-17 17:40 Damir <buskulic@lapp.in2p3.fr>
* src/display/VPlot.cc:
Remove a bug with new version of ROOT in which resizing of stat box
in VSPlot was impossible. Also update the code to match the new one
in THistPainter.
2003-01-17 11:11 Damir <buskulic@lapp.in2p3.fr>
* mgr/: buildlib.sh (tags: v0r95, v0r94), configure,
config/Makefile.macosx (tags: v0r95, v0r94):
changes in macos X configuration files to adapt to fink installation
2003-01-17 11:10 Damir <buskulic@lapp.in2p3.fr>
* mgr/: MakeChangeLog, cvs2cl.pl, users (utags: v0r94, v0r95):
Include perl script to generate the changelog in mgr. This script is GNU
software (C) 1999 Karl Fogel <kfogel@red-bean.com>
2002-12-05 13:54 Damir <buskulic@lapp.in2p3.fr>
* src/signal/: Module.mk (tags: v0r95, v0r94), VGenericSignal.cc
(tags: v0r95, v0r94, v0r95, v0r94), VGenericSignal.h (tags: v0r95,
v0r94), VSignal.h:
In preparation for integration of Stefano's and Giulio's code,
try to have two possible behaviours for signal, one inside vega,
one independent.
2002-10-29 14:17 Damir <buskulic@lapp.in2p3.fr>
* src/framechannel/VFrameChannel.cc:
Protect VFrameChannel::GetFrameDirectB() from empty rawData
2002-10-25 18:12 Damir <buskulic@lapp.in2p3.fr>
* mgr/buildlib.sh:
nother small bug fix in library building
2002-10-25 18:11 Damir <buskulic@lapp.in2p3.fr>
* src/display/VPlot.cc:
small bug fix. Printed gps time in event status was wrong with the "sameti" option
2002-10-25 11:05 Damir <buskulic@lapp.in2p3.fr>
* src/display/VPlot.cc:
Solve constness problem in VSPlot::GetObjectInfo()
2002-10-25 00:09 Damir <buskulic@lapp.in2p3.fr>
* src/: base/Module.mk (tags: v0r95, v0r94), fftw_bridge/Module.mk
(tags: v0r95, v0r94), filedirectdb/Module.mk (tags: v0r95, v0r94),
framechannel/Module.mk (tags: v0r95, v0r94),
framelib_bridge/Module.mk (tags: v0r95, v0r94), main/Module.mk,
metadb/Module.mk (tags: v0r95, v0r94):
put the necessary -u option for loading shared libs in MacOSX in each
Module.mk
2002-10-25 00:07 Damir <buskulic@lapp.in2p3.fr>
* src/display/: Module.mk (tags: v0r95, v0r94), VPlot.cc, VSPlot.h
(tags: v0r95, v0r94):
print start time in gps and standard local format in status line
for VSPlot
2002-10-23 16:43 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManagerFrameL.cc, VPlot.cc, VPlot2.cc, VSPlot.h,
VSPlot2.h (tags: v0r95, v0r94):
Simplify the behaviour of VManagerFrameL::Draw() with respect to the
offset of the start time of a vector in the startX variable.
This gives a more consistent behaviour.
Remove the mOffset variable in VSPlot and VSPlot2
2002-10-23 12:46 Damir <buskulic@lapp.in2p3.fr>
* mgr/config/: ARCHS (tags: v0r95, v0r94), Makefile.aix (tags:
v0r95, v0r94), Makefile.aix5 (tags: v0r95, v0r94), Makefile.aixegcs
(tags: v0r95, v0r94), Makefile.alphacxx6 (tags: v0r95, v0r94),
Makefile.alphaegcs (tags: v0r95, v0r94), Makefile.alphakcc (tags:
v0r95, v0r94), Makefile.freebsd (tags: v0r95, v0r94),
Makefile.freebsd4 (tags: v0r95, v0r94), Makefile.hpux (tags: v0r95,
v0r94), Makefile.hpuxacc (tags: v0r95, v0r94), Makefile.hpuxegcs
(tags: v0r95, v0r94), Makefile.linux (tags: v0r95, v0r94),
Makefile.linuxalphaegcs (tags: v0r95, v0r94), Makefile.linuxarm
(tags: v0r95, v0r94), Makefile.linuxdeb (tags: v0r95, v0r94),
Makefile.linuxdeb2 (tags: v0r95, v0r94), Makefile.linuxdeb2ppc
(tags: v0r95, v0r94), Makefile.linuxia64ecc (tags: v0r95, v0r94),
Makefile.linuxia64gcc (tags: v0r95, v0r94), Makefile.linuxia64sgi
(tags: v0r95, v0r94), Makefile.linuxicc (tags: v0r95, v0r94),
Makefile.linuxkcc (tags: v0r95, v0r94), Makefile.linuxpgcc (tags:
v0r95, v0r94), Makefile.linuxppcegcs (tags: v0r95, v0r94),
Makefile.linuxrh42 (tags: v0r95, v0r94), Makefile.linuxrh51 (tags:
v0r95, v0r94), Makefile.linuxsuse6 (tags: v0r95, v0r94),
Makefile.lynxos (tags: v0r95, v0r94), Makefile.macosx,
Makefile.mklinux (tags: v0r95, v0r94), Makefile.sgicc (tags: v0r95,
v0r94), Makefile.sgiegcs (tags: v0r95, v0r94), Makefile.sgikcc
(tags: v0r95, v0r94), Makefile.sgin32egcs (tags: v0r95, v0r94),
Makefile.solaris (tags: v0r95, v0r94), Makefile.solarisCC5 (tags:
v0r95, v0r94), Makefile.solarisegcs (tags: v0r95, v0r94),
Makefile.solarisgcc (tags: v0r95, v0r94), Makefile.solariskcc
(tags: v0r95, v0r94), Makefile.win32 (tags: v0r95, v0r94):
Update platform specific Makefiles to stay in sync with ROOT. Not mandatory.
2002-10-22 10:53 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VPlot.cc, VSPlot.h:
Add the "DrawCopy" functionality for VSPlots. vs->DrawCopy() now draws a copy
of the VSPlot in the current pad.
2002-10-21 09:09 Damir <buskulic@lapp.in2p3.fr>
* mgr/buildlib.sh, mgr/configure, src/base/VConditionSet.h (tags:
v0r95, v0r94), src/base/VMetaData.h (tags: v0r95, v0r94),
src/base/VVirtualFrameInfoDB.h (tags: v0r95, v0r94),
src/display/VManager.h (tags: v0r95, v0r94), src/main/Module.mk:
Changes to allow running on MacOsX
- need "using namespace std" in some header files because use "string"
- changed buildlib.sh to build Darwin .dylib and .so libs
- added search for .dylib liraries in configure
- main/Module.mk added many -u options to the compiler to force the
loading of some libraries at start time. This is a temporary solution,
until some more clever one is found.
2002-10-11 15:01 Damir <buskulic@lapp.in2p3.fr>
* mgr/system.vegarc:
Correct the default standard .vegarc file because dynamically loaded libraries
were not found.
2002-10-10 16:48 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManager.h, VManagerFrameL.cc, VManagerFrameL.h
(tags: v0r95, v0r94):
Removed the option parameter in the newly introduced methods of VManagerFrameL,
replaced just by the name param. If name="", change applies to the last generated
plot.
Also, protected against unknown names.
2002-10-10 13:12 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManager.h, VManagerFrameL.cc, VManagerFrameL.h:
The display manager now VManagerFrameL now manages the style of the plotted vectors. This
allows to change color, style, size of graphical components after a gVM->Draw(). New methods
GetXaxis(Option_t* option="last", const char* name="")
GetYaxis(Option_t* option="last", const char* name="")
GetZaxis(Option_t* option="last", const char* name="")
SetBarOffset(Float_t baroff = 0.5, Option_t* option="last", const char* name="")
SetBarWidth(Float_t barwidth = 0.5, Option_t* option="last", const char* name="")
SetFillColor(Color_t color = 1, Option_t* option="last", const char* name="")
SetFillStyle(Style_t styl = 0, Option_t* option="last", const char* name="")
SetLineColor(Color_t color = 1, Option_t* option="last", const char* name="")
SetLineStyle(Style_t styl = 0, Option_t* option="last", const char* name="")
SetLineWidth(Width_t width = 1, Option_t* option="last", const char* name="")
SetLabelColor(Color_t color = 1, Option_t* axis = "X", Option_t* option="last", const char* name="")
SetLabelFont(Style_t font = 62, Option_t* axis = "X", Option_t* option="last", const char* name="")
SetLabelOffset(Float_t offset = 0.005, Option_t* axis = "X", Option_t* option="last", const char* name="")
SetLabelSize(Float_t size = 0.04, Option_t* axis = "X", Option_t* option="last", const char* name="")
SetMarkerColor(Color_t tcolor = 1, Option_t* option="last", const char* name="")
SetMarkerSize(Size_t msize = 1, Option_t* option="last", const char* name="")
SetMarkerStyle(Style_t mstyle = 1, Option_t* option="last", const char* name="")
SetNdivisions(Int_t n = 510, Option_t* axis = "X", Option_t* option="last", const char* name="")
SetTickLength(Float_t length = 0.03, Option_t* axis = "X", Option_t* option="last", const char* name="")
The last two options allow to set the attributes of all plots managed by gVM, with a default being
the last plotted one.
2002-09-12 10:45 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VPlot.cc, VSPlot.h:
Add new option "sameti" to draw vectors. This option superimposes
two plots whith correct position in time, respecting possible time shifts.
Old behaviour is still present with option "same", where two vectors
are superimposed, whatever is their respective start time.
2002-09-11 17:41 Damir <buskulic@lapp.in2p3.fr>
* src/base/VMetaData.h:
Changed VMetaData::IsValid() to accept metadata with run number=0
2002-09-06 14:38 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile:
Protect potential harmful behaviour of distclean target
2002-09-06 14:05 Damir <buskulic@lapp.in2p3.fr>
* mgr/configure:
New option in configure to print the flags of an existing configuration
2002-09-06 12:32 Damir <buskulic@lapp.in2p3.fr>
* test/frcreate.cc (tags: v0r95, v0r94):
adapted test standalone program to FrameLib v6
2002-09-06 12:03 Damir <buskulic@lapp.in2p3.fr>
* cmt/requirements, mgr/InstallVEGA, mgr/Makefile, mgr/configure,
mgr/system.vegarc, mgr/vega-config.in (tags: v0r95, v0r94),
mgr/vegaconfig.in (tags: v0r95, v0r94), mgr/config/Makefile.in,
src/base/Module.mk, src/display/Module.mk,
src/fftw_bridge/Module.mk, src/filedirectdb/Module.mk,
src/framechannel/Module.mk, src/framelib_bridge/Module.mk,
src/frv_bridge/Module.mk (tags: v0r95, v0r94), src/main/Module.mk,
src/main/VGmain.cc, src/metadb/Module.mk,
src/metadbplayer/Module.mk (tags: v0r95, v0r94),
src/ntupleplayer/Module.mk (tags: v0r95, v0r94),
src/signal/Module.mk, src/vhtml/Module.mk (tags: v0r95, v0r94,
v0r93, v0r91, v0r95, v0r94):
New install scheme to allow simultaneous installation
on multiple platforms sharing the same disks.
The standard installation is now that binaries,
libraries and includes are in separate folders
lib bin and include in $VEGA/$UNAME
Also added install and uninstall targets in the
Makefile that allow installation in user decided places
such as /usr/local/
Do configure --help to see new options.
2002-09-03 14:07 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number (tags: v0r95, v0r94, v0r93):
Version is now v0r93. Main changes : adapt to Framelib v6 and
NEED ROOT v3.03/08 or higher
2002-09-03 11:26 Damir <buskulic@lapp.in2p3.fr>
* src/display/VPlot.cc (tags: v0r93):
Cure bug on display of VSPlots for new ROOT 3.03/08
2002-09-02 18:30 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/create_testfr.C (tags: v0r93):
Changes for scripts using Framelib v6
2002-09-02 18:30 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VFrUtil.cc, display/VManagerFrameL.cc,
filedirectdb/VFileDirectDB.cc (tags: v0r95, v0r94),
framechannel/VFrameChannel.cc, metadb/VEGA_DatabaseLinkDef.h,
metadb/VFrameMetaDB.cc, metadb/VFrameMetaDB.h, signal/VSignal.h
(utags: v0r93):
More changes for use of Framelib v6
2002-09-02 18:29 Damir <buskulic@lapp.in2p3.fr>
* src/frv_default/: FrvBuf.c, FrvBuf.h, FrvChi2.c, FrvCopy.c,
FrvCorr.c, FrvFFT.c, FrvFilter.c, FrvLinFilt.c, FrvLinFilt.h,
FrvMath.c, FrvMath.h, FrvTF.c, FrvTF.h, FrvTFTest.c, FrvVersion.c
(utags: v0r93, v0r94, v0r95):
Frv default version is the one adapted to Framelib v6
2002-09-02 18:25 Damir <buskulic@lapp.in2p3.fr>
* src/framelib_bridge/: Module.mk, VEGA_FrLinkDef.h (tags: v0r95,
v0r94), VEGA_FrVALinkDef.h (tags: v0r95, v0r94), VFrVarArg.h (tags:
v0r95, v0r94) (utags: v0r93):
Adaptation to the new library FrameLib version 6. Many changes
in the format and API. The new function FrEventNew uses variable arguments.
To overcome temporarily the inability of CINT to take care of var args
on alphas (it does on Linux), make the interpreter think these are simply
overloaded functions with up yo ten arguments.
Hopefully, the var args use with CINT are under test on alphas, hp-pa, PPCLinux
2002-07-02 15:56 Damir <buskulic@lapp.in2p3.fr>
* test/README (tags: v0r95, v0r94, v0r93):
Add a README file to the test directory
2002-07-02 12:11 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrameMetaDB.cc:
Accept files with executable bit on for inclusion into MetaDB. This is
for compatibility Windows-Linux. Grmbl, grmbl...
2002-06-21 16:29 teuler
* cmt/fragments/: vegaConfig, vegaConfigUtil,
vegaConfigUtil_header, vegaConfigUtil_trailer, vegaConfig_header,
vegaConfig_trailer, vegaIncludes, vegaIncludes_header,
vegaIncludes_trailer, vegaVersion, vegaVersion_header,
vegaVersion_trailer (utags: v0r93, v0r94, v0r95):
The new fragments
2002-06-21 16:29 teuler
* cmt/requirements (tags: v0r93):
The new requirements, using the new fragments
2002-06-21 16:27 teuler
* cmt/fragments/: buildheader, buildheader_header, geneconfig,
geneconfig_header:
Removal of the fragments from Marie-Anne in view of the substitution
by the ones of Jean-Marie
2002-06-10 14:28 Damir <buskulic@lapp.in2p3.fr>
* mgr/: configure (tags: v0r58), config/Makefile.macosx (utags:
v0r93):
small changes in configure to allow compilation under macosx
2002-05-23 16:56 Damir <buskulic@lapp.in2p3.fr>
* cmt/requirements, src/signal/VGenericSignal.h (tags: v0r93),
src/signal/VSignal.h, src/signal/VSignalManager.h (tags: v0r95,
v0r94, v0r93):
adapt cmt requirements and put comments to signal ClassDef
2002-05-23 16:23 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number (tags: v0r93, v0r90), src/signal/VSignal.h
(utags: v0r91):
stamp version v0r91
2002-05-23 15:09 Damir <buskulic@lapp.in2p3.fr>
* src/signal/: Module.mk (tags: v0r93, v0r91), VGenericSignal.cc
(tags: v0r93, v0r91), VGenericSignal.h (tags: v0r91), VSignal.h:
Test operator+ for VSignal, and various statistics methods in VGenericSignal
2002-05-22 23:39 Damir <buskulic@lapp.in2p3.fr>
* src/signal/: VGenericSignal.h, VSignal.h:
Plot manipulation methods in VGenericSignal
2002-05-22 23:01 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VEGA_CoreLinkDef.h (tags: v0r95, v0r94, v0r93, v0r91),
signal/VEGA_SignalLinkDef.h (tags: v0r93, v0r91),
signal/VGenericSignal.h, signal/VSignal.h:
New methods in VFrameChannel to output a VSignal compatible object
Derive VSignal from VGenericSignal in which all common and type independent
methods will be put (drawing, etc...)
2002-05-17 15:37 Damir <buskulic@lapp.in2p3.fr>
* src/signal/: VSignal.cc (tags: v0r95, v0r94, v0r93, v0r91),
VSignal.h:
Add a dummy parameter for instantiation of specialized VSignal utility
functions. Should perhaps use traits instead.
2002-05-17 11:10 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Makefile, system.vegarc (utags: v0r91, v0r93):
signal library is dynamically loaded at startup, only if Frv exists
2002-05-17 11:09 Damir <buskulic@lapp.in2p3.fr>
* src/signal/: Module.mk, VSignal.cc, VSignal.h, VSignalManager.h:
more changes in signal lib
2002-05-16 17:35 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile:
make the new signal module
2002-05-16 17:31 Damir <buskulic@lapp.in2p3.fr>
* src/signal/: Module.mk, VEGA_SignalLinkDef.h, VSignal.cc,
VSignal.h, VSignalManager.cc, VSignalManager.h:
new signal module to allow easy access and manipulation of vectors,
in a "C++" way.
2002-05-14 14:56 Damir <buskulic@lapp.in2p3.fr>
* src/framechannel/VFrameChannel.cc:
Correct a rounding problem appearing on Alpha. Thanks Jean-Marie Teuler
2002-05-07 10:45 Damir <buskulic@lapp.in2p3.fr>
* mgr/MakeDist (tags: v0r95, v0r94, v0r93, v0r91):
Update MakeDist to include cmt folder in the source distribution
2002-05-06 15:18 Damir <buskulic@lapp.in2p3.fr>
* cmt/: requirements, fragments/buildheader,
fragments/buildheader_header, fragments/geneconfig,
fragments/geneconfig_header (utags: v0r90, v0r91):
Add cmt management
2002-05-06 14:17 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/: VHashTable.cc (tags: v0r93, v0r91, v0r90),
VHashTable.h:
moved inlines of VHashTable. pb appeared in CXX
2002-05-06 12:00 Damir <buskulic@lapp.in2p3.fr>
* src/filedirectdb/VFileDirectDB.cc (tags: v0r91, v0r90):
Fix the same small bug
2002-05-06 11:56 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrameMetaDB.cc (tags: v0r91, v0r90):
Fix of a bug in VFrameMetaDB::NextMetaData() visible with cxx
2002-05-06 11:49 Damir <buskulic@lapp.in2p3.fr>
* src/framechannel/VFrameChannel.cc (tags: v0r90):
remove redefined default argument
2002-05-06 11:29 Damir <buskulic@lapp.in2p3.fr>
* cmt/requirements, mgr/Makefile (tags: v0r90), mgr/version_number
(tags: v0r90):
last modifs for new scheme
2002-05-06 11:28 Damir <buskulic@lapp.in2p3.fr>
* doc/VEGA_UsersManual.pdf.gz (tags: v0r95, v0r94, v0r93, v0r91,
v0r90):
new Users's Manual for new access scheme
2002-05-06 11:26 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/: condtreescan.C (tags: v0r95, v0r94), create_DB.C
(tags: v0r95, v0r94), listtriggers.C (tags: v0r95, v0r94),
metatreescan.C (tags: v0r95, v0r94), moveimage.C (tags: v0r95,
v0r94), peak.C, peak2.C, plottrig.C, randomaccess.C (tags: v0r95,
v0r94), scroll.C (tags: v0r95, v0r94), scroll2.C, scroll2spectrum.C
(tags: v0r95, v0r94), scroll3.C (tags: v0r95, v0r94),
scrollspectrum.C, sms.C, speedaccess.C (tags: v0r95, v0r94),
tifrdisplay.C (tags: v0r95, v0r94) (utags: v0r90, v0r91, v0r93):
Changed "VFrDataBase" into "VFrameChannel" in all example files and modified
VConditionSet creation to adapt it to the new scheme
2002-05-06 11:23 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VConditionFormula.cc (tags: v0r95, v0r94, v0r93,
v0r91, v0r90), base/VConditionFormula.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90), base/VConditionNames.cc (tags: v0r95, v0r94, v0r93,
v0r91, v0r90), base/VConditionNames.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90), base/VConditionSet.cc (tags: v0r93, v0r91, v0r90),
base/VConditionSet.h (tags: v0r93, v0r91, v0r90),
base/VEGA_CoreLinkDef.h (tags: v0r90), base/VFrCondition.cc (tags:
v0r95, v0r94, v0r93, v0r91, v0r90), base/VFrCondition.h (tags:
v0r95, v0r94, v0r93, v0r91, v0r90), base/VMetaData.cc (tags: v0r95,
v0r94, v0r93, v0r91, v0r90), base/VMetaData.h (tags: v0r93, v0r91,
v0r90), base/VMetaDataBase.cc, base/VMetaDataBase.h,
base/VVirtualFrameChannel.cc (tags: v0r93, v0r91, v0r90),
base/VVirtualFrameChannel.h (tags: v0r90),
base/VVirtualFrameInfoDB.cc (tags: v0r95, v0r94, v0r93, v0r91,
v0r90), base/VVirtualFrameInfoDB.h (tags: v0r93, v0r91, v0r90),
base/VVirtualMetaDBPlayer.cc (tags: v0r95, v0r94, v0r93, v0r91,
v0r90), base/VVirtualMetaDBPlayer.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90), filedirectdb/Module.mk (tags: v0r93, v0r91, v0r90),
filedirectdb/VEGA_FileDirectLinkDef.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90), filedirectdb/VFileDirectDB.cc,
filedirectdb/VFileDirectDB.h (tags: v0r95, v0r94, v0r93, v0r91,
v0r90), framechannel/Module.mk (tags: v0r93, v0r91, v0r90),
framechannel/VEGA_FrameChannelLinkDef.h (tags: v0r93, v0r91,
v0r90), framechannel/VFrameChannel.cc, framechannel/VFrameChannel.h
(tags: v0r90), metadb/VConditionFormula.cc,
metadb/VConditionFormula.h, metadb/VConditionNames.cc,
metadb/VConditionNames.h, metadb/VConditionSet.cc,
metadb/VConditionSet.h, metadb/VConditionSetFMDB.cc (tags: v0r93,
v0r91, v0r90), metadb/VConditionSetFMDB.h (tags: v0r95, v0r94,
v0r93, v0r91, v0r90), metadb/VEGA_DatabaseLinkDef.h (tags: v0r91,
v0r90), metadb/VFrCondition.cc, metadb/VFrCondition.h,
metadb/VFrDataBase.cc, metadb/VFrDataBase.h,
metadb/VFrameMetaDB.cc, metadb/VFrameMetaDB.h (tags: v0r91, v0r90),
metadb/VFramesBuffer.cc (tags: v0r95, v0r94, v0r93, v0r91, v0r90),
metadb/VFramesBuffer.h (tags: v0r95, v0r94, v0r93, v0r91, v0r90),
metadb/VGroupInfo.h (tags: v0r95, v0r94, v0r93, v0r91, v0r90),
metadb/VHashTable.cc, metadb/VHashTable.h,
metadbplayer/VMetaDBPlayer.cc (tags: v0r95, v0r94, v0r93, v0r91,
v0r90), metadbplayer/VMetaDBPlayer.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90):
Complete rework of the data access scheme. The VFrDataBase class has been
split in two. There is now a "pure" metadatabase without data access
(VFrameMetaDB) and a data access part done by a "frame channel" (VFrameChannel).
A frame channel connects a source of metadata (metadatabase, bookkeeping database,
frame files themselves,...) to the real data and allows access to it (Files,
HPSS, remote,...).
The user now almost only talks to a frame channel, which in turn gets information
from the information database to which it is connected, accesses the frames or
vectors and returns it to the user.
The information is exchanged between the frame channel and the information
database in the form of metadata (VMetaData) and condition sets.
Some classes (VConditionFormula, VConditionNames, VConditionSet, VFrCondition)
have thus been moved to the "base" directory.
2002-03-20 18:57 Damir <buskulic@lapp.in2p3.fr>
* src/frv_default/: Frv.h (tags: v0r95, v0r94, v0r93), FrvBuf.c,
FrvBuf.h, FrvBufTest.c (tags: v0r95, v0r94, v0r93), FrvFFT.c,
FrvFFTTest.c (tags: v0r95, v0r94, v0r93), FrvLinFilt.c,
FrvLinFilt.h, FrvMath.c, FrvSmartDecimate.c (tags: v0r95, v0r94,
v0r93), FrvSmartDecimate.h (tags: v0r95, v0r94, v0r93), FrvTF.c,
FrvTF.h, FrvTFTest.c, FrvVersion.c (utags: v0r90, v0r91):
move to v3r10 of Frv, becomes default version
2002-03-20 18:52 Damir <buskulic@lapp.in2p3.fr>
* src/main/VGmain.cc (tags: v0r93, v0r91, v0r90):
print framelib and frv version at startup
2002-03-13 14:59 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/tifrdisplay.C:
Correction of the tifrdisplay example to cope for change in VSPlot2 code
2002-03-13 14:38 Damir <buskulic@lapp.in2p3.fr>
* mgr/Makefile:
Fix a bug in generation of optional VHTml library
2002-03-08 11:36 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
Protect (really) against overflow in timeOffsetN. Do it for all frames read
before April 22 2002. Arbitrary date, hope the bug in Framelib will
be cured until then
2002-03-07 17:08 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
better protection from timeoffsetN > 10**9 in frames. Not yet corrected in the
Framelib (thanks Olivier Veziant)
2002-03-07 16:44 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
protect against start time = 0 in frames. Do not enter these frames in
the metadb, nor the triggers defined in it
2002-03-07 16:17 Damir <buskulic@lapp.in2p3.fr>
* src/base/VGPSTime.cc (tags: v0r95, v0r94, v0r93, v0r91, v0r90):
fix bug in the way time string was generated
2002-02-21 17:08 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VManagerFrameL.cc, VVegaInit.cc (tags: v0r93)
(utags: v0r90, v0r91):
fix for display of 2D vects. Was not storing correctly bins in a VSPlot2
2002-01-31 17:32 Damir <buskulic@lapp.in2p3.fr>
* mgr/configure (tags: v0r91, v0r90):
Modified configure script to search root libs also in $ROOTSYS/lib/root
2002-01-08 18:23 teuler
* src/metadb/VFrDataBase.cc:
Modification bidon pour voir si le commit est accepte
2002-01-08 18:20 teuler
* src/metadb/VFrDataBase.cc:
Mise a jour pour Damir
2002-01-08 17:23 Damir <buskulic@lapp.in2p3.fr>
* mgr/configure:
added a standard search path for fftw
2001-12-21 10:45 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/metatreescan.C:
change macro metatreescan so it is able to scan any metadb
2001-12-21 10:44 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
When extracting long vectors, if one of the pieces (short vectors) could not
be found, the rest of the vector was set to 0. Now, search for remaining pieces.
Best search if frames all have the same length.
2001-12-17 18:08 Damir <buskulic@lapp.in2p3.fr>
* mgr/: MakeDist (tags: v0r90), vega-config.in, version_number:
small bug fix in vega-config, remove reference to libVSignal
2001-12-13 16:30 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
try to correct nanosecond times in vectors in case they are > 10^9. This is
actually not perfect but a warning is issued so the user knows what is going on
2001-12-13 15:17 Damir <buskulic@lapp.in2p3.fr>
* src/base/VGPSTime.cc:
one more small correction in plotting time
2001-12-11 10:14 Damir <buskulic@lapp.in2p3.fr>
* src/main/Module.mk (tags: v0r93, v0r91, v0r90):
fix the root lib and include directories when building vega-config
2001-12-11 10:13 Damir <buskulic@lapp.in2p3.fr>
* mgr/vega-config.in:
correct the root lib and include location when using vega-config
2001-12-07 12:14 Damir <buskulic@lapp.in2p3.fr>
* src/display/: VPlot.cc, VPlot2.cc (tags: v0r93) (utags: v0r90,
v0r91):
In case of ploting the start time as "local" time, do it also for axis if it
represents time. Was not done.
2001-12-05 17:09 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/: VFrDataBase.cc, VFrDataBase.h:
Added VFrDataBase::GetEnd(), returns the end time of the last frame
in the metadb
2001-12-04 18:52 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
Changed the order in which files are searched in a slot in the time hashtable.
By reversing order, the first files looked are the last ones added to
the metadb. So when adding several files that may cover the same times, only
the LAST added will be looked. Allow a kind of "updating" the database very
simply.
2001-12-03 21:54 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
When building metadb, use only the TOC information, do not read the frame
headers. This should speed up consideraby the building of the metadb. Tests
to come.
2001-11-28 17:05 Damir <buskulic@lapp.in2p3.fr>
* src/: base/Module.mk (tags: v0r93, v0r91, v0r90),
display/Module.mk (tags: v0r93, v0r91, v0r90), main/Module.mk,
metadb/Module.mk (tags: v0r93, v0r91, v0r90),
metadbplayer/Module.mk (tags: v0r93, v0r91, v0r90),
ntupleplayer/Module.mk (tags: v0r93, v0r91, v0r90), vhtml/Module.mk
(tags: v0r93, v0r91, v0r90) (utags: v0r60):
change ../src to $(SRC) to allow debugger to find source files
2001-11-28 16:57 Damir <buskulic@lapp.in2p3.fr>
* mgr/: BuildHtml.C (tags: v0r95, v0r94, v0r93, v0r91, v0r90),
Makefile, configure, config/Makefile.in (tags: v0r93, v0r91, v0r90)
(utags: v0r60):
Allow building of specific html generation code. Forgot in the switch
to configure
2001-11-28 16:54 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/: VFrDataBase.cc, VFrDataBase.h (utags: v0r60):
Cured a bug where some files were not included into the time hash table
because their end time was exactly the same as the upper limit of the database.
also cured another related bug
2001-11-28 16:51 Damir <buskulic@lapp.in2p3.fr>
* src/vhtml/VHtml.cc (tags: v0r93, v0r91, v0r90, v0r60):
removed unused variable
2001-11-22 17:41 Damir <buskulic@lapp.in2p3.fr>
* mgr/: MakeDist (tags: v0r60), Makefile, configure:
Small change in MakeDist to remove the new_files directory from the distribution
2001-11-22 17:39 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VVegaInit.cc, frv_bridge/Module.mk (tags: v0r60),
frv_default/Frv.h (tags: v0r60), frv_default/FrvBuf.c (tags:
v0r60), frv_default/FrvBuf.h (tags: v0r60),
frv_default/FrvBufTest.c (tags: v0r60), frv_default/FrvChi2.c
(tags: v0r91, v0r90, v0r60), frv_default/FrvCopy.c (tags: v0r91,
v0r90, v0r60), frv_default/FrvCopy.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60), frv_default/FrvCorr.c (tags: v0r91, v0r90,
v0r60), frv_default/FrvCorr.h (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60), frv_default/FrvFFT.c (tags: v0r60),
frv_default/FrvFFT.h (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), frv_default/FrvLinFilt.c (tags: v0r60),
frv_default/FrvLinFilt.h (tags: v0r60), frv_default/FrvMath.c
(tags: v0r60), frv_default/FrvMath.h (tags: v0r91, v0r90, v0r60),
frv_default/FrvTF.c (tags: v0r60), frv_default/FrvTF.h (tags:
v0r60), frv_default/FrvVersion.c (tags: v0r60):
include new version of Frv as the standard version
2001-11-20 14:53 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
Remove some obsoleted members in FrVect that were defined an filled
but not used
2001-11-19 12:31 Damir <buskulic@lapp.in2p3.fr>
* cmt/requirements (tags: v0r60), mgr/set_path.csh,
src/main/Module.mk, vegatutorial/scroll2spectrum.C (tags: v0r60),
vegatutorial/scrollspectrum.C (tags: v0r60),
vegatutorial/tifrdisplay.C (tags: v0r60):
fix a bug in automatic compilation. All include paths were not there
2001-11-19 10:39 Damir <buskulic@lapp.in2p3.fr>
* doc/INSTALL_VEGA.html (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), src/metadb/VFrDataBase.cc, src/metadb/VNtuple.cc (tags:
v0r93, v0r91, v0r90, v0r60):
some more warnings removal
2001-11-19 09:40 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VFrUtil.cc (tags: v0r91, v0r90, v0r60),
base/VGPSTime.cc (tags: v0r60), base/VMetaDataBase.cc (tags:
v0r60), display/VManager.cc (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60), display/VManagerFrameL.cc (tags: v0r60),
display/VPlot.cc (tags: v0r60), display/VPlot2.cc (tags: v0r60),
display/VVegaInit.cc (tags: v0r60), metadb/VConditionFormula.cc
(tags: v0r60), metadb/VConditionNames.cc (tags: v0r60),
metadb/VConditionSet.cc (tags: v0r60), metadb/VConditionSet.h
(tags: v0r60), metadb/VFrDataBase.cc (tags: v0r95, v0r94),
metadb/VFrDataBase.h, metadb/VNtuple.cc,
metadbplayer/VMetaDBPlayer.cc (tags: v0r60),
ntupleplayer/VNtuplePlayer.cc (tags: v0r93, v0r91, v0r90, v0r60):
remove all warnings during compilation
2001-11-16 18:00 Damir <buskulic@lapp.in2p3.fr>
* INSTALL (tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60),
mgr/configure, src/main/Module.mk, src/metadbplayer/Module.mk,
src/ntupleplayer/Module.mk:
Allow the possibility to update part of the package (for example
Frv) that VEGA does not depend deeply on. This is done through a new
option --update of configure
2001-11-14 18:54 Damir <buskulic@lapp.in2p3.fr>
* doc/INSTALL_VEGA.html:
Documenting changes in build procedure
2001-11-09 17:42 Damir <buskulic@lapp.in2p3.fr>
* INSTALL:
new INSTALL file. better now than never.
2001-11-09 17:41 Damir <buskulic@lapp.in2p3.fr>
* mgr/: ChangeLog.old (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), MakeDist, Release_Notes.txt:
minor changes in MakeDist
2001-11-09 10:31 Damir <buskulic@lapp.in2p3.fr>
* mgr/configure:
replace "ls -c" by "ls -c -t" in configure script for sorting correctly
directories when searching packages
2001-11-08 23:48 Damir <buskulic@lapp.in2p3.fr>
* src/: base/Module.mk, display/Module.mk, fftw_bridge/Module.mk
(tags: v0r93, v0r91, v0r90, v0r60), framelib_bridge/Module.mk
(tags: v0r91, v0r90, v0r60), frv_bridge/Module.mk,
frv_default/Frv.h, frv_default/FrvBuf.c, frv_default/FrvBuf.h,
frv_default/FrvBufTest.c, frv_default/FrvChi2.c,
frv_default/FrvChi2.h (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), frv_default/FrvCopy.c, frv_default/FrvCopy.h,
frv_default/FrvCopyTest.c (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), frv_default/FrvFFT.c, frv_default/FrvFFT.h,
frv_default/FrvFFTTest.c (tags: v0r60), frv_default/FrvFilter.c
(tags: v0r91, v0r90, v0r60), frv_default/FrvFilter.h (tags: v0r95,
v0r94, v0r93, v0r91, v0r90, v0r60), frv_default/FrvFilterTest.c
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60),
frv_default/FrvMath.c, frv_default/FrvMath.h,
frv_default/FrvMathTest.c (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), frv_default/FrvTF.c, frv_default/FrvTF.h,
frv_default/FrvTFTest.c (tags: v0r60), frv_default/FrvVersion.c,
main/Module.mk (tags: v0r93, v0r91, v0r90), metadb/Module.mk,
metadbplayer/Module.mk, ntupleplayer/Module.mk:
Added a default version for Frv. It is not the latest and bug free but allows
people to go on. Will be updated on a regular basis until needed.
2001-11-08 23:44 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Makefile, configure:
New build system.
One now has to do
configure <architecture> <options>
gmake
try configure --help for more explanations
2001-11-08 23:38 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Make-depend, Make-macros:
Remove obsolete files
2001-11-08 23:37 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number (tags: v0r60):
new development version v0r59
2001-11-08 23:32 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Makefile.linux.egcs, Makefile.linux.gcc,
Makefile.linuxppc.egcs, Makefile.osf1.cxx5, Makefile.osf1.cxx6,
Makefile.osf1.gcc2.8, Makefile.osf1.gcc2.95, Makefile.sunos.egcs:
remove obsolete files
2001-11-08 23:28 Damir <buskulic@lapp.in2p3.fr>
* mgr/config/: ARCHS (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.aix (tags: v0r93, v0r91, v0r90, v0r60), Makefile.aix5
(tags: v0r93, v0r91, v0r90, v0r60), Makefile.aixegcs (tags: v0r93,
v0r91, v0r90, v0r60), Makefile.alphacxx6 (tags: v0r93, v0r91,
v0r90, v0r60), Makefile.alphaegcs (tags: v0r93, v0r91, v0r90,
v0r60), Makefile.alphakcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.freebsd (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.freebsd4 (tags: v0r93, v0r91, v0r90, v0r60), Makefile.hpux
(tags: v0r93, v0r91, v0r90, v0r60), Makefile.hpuxacc (tags: v0r93,
v0r91, v0r90, v0r60), Makefile.hpuxegcs (tags: v0r93, v0r91, v0r90,
v0r60), Makefile.in, Makefile.linux (tags: v0r93, v0r91, v0r90,
v0r60), Makefile.linuxalphaegcs (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxarm (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxdeb (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxdeb2 (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxdeb2ppc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxegcs (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60), Makefile.linuxia64ecc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxia64gcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxia64sgi (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxicc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxkcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxpgcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxppcegcs (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxrh42 (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxrh51 (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.linuxsuse6 (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.lynxos (tags: v0r93, v0r91, v0r90, v0r60), Makefile.macosx
(tags: v0r91, v0r90, v0r60), Makefile.mklinux (tags: v0r93, v0r91,
v0r90, v0r60), Makefile.sgicc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.sgiegcs (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.sgikcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.sgin32egcs (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.solaris (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.solarisCC5 (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.solarisegcs (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.solarisgcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.solariskcc (tags: v0r93, v0r91, v0r90, v0r60),
Makefile.win32 (tags: v0r93, v0r91, v0r90, v0r60), importmake.sh
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60) (utags: v0r59):
New files for new configuration mechanism
2001-11-08 23:24 Damir <buskulic@lapp.in2p3.fr>
* mgr/: TODO (tags: v0r95, v0r94, v0r93, v0r91, v0r90),
vega-config.in (utags: v0r60, v0r59):
small modifs in vega-config
2001-09-25 14:03 Damir <buskulic@lapp.in2p3.fr>
* mgr/system.vegarc (tags: v0r90, v0r60, v0r59), mgr/vega.rootrc,
src/main/VGmain.cc (tags: v0r60):
move all specific vega definitions from .rootrc to .vegarc
2001-09-24 18:54 Damir <buskulic@lapp.in2p3.fr>
* src/main/VGmain.cc:
extension of dynamic shared libs and macro path inside .vegarc
2001-09-24 18:53 Damir <buskulic@lapp.in2p3.fr>
* mgr/: system.vegarc, vega.rootrc:
Changes in the rc files to allow extension of the dynamic shared lib load
and macro paths in the .vegarc file instead of .rootrc. This simplifies things
for default user configurations
2001-09-21 12:19 Damir <buskulic@lapp.in2p3.fr>
* src/: framelib_bridge/VEGA_FrLinkDef.h (tags: v0r91, v0r90,
v0r60), frv_bridge/VEGA_FrvLinkDef.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60), metadb/VFrDataBase.cc:
modified linkdef for framelib and frv (changed x* into .* for regexp evaluation).
protected metadb creation for the case of files not having any table of contents
2001-09-19 16:58 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number (tags: v0r59, v0r58):
update version number (becomes v0r58)
2001-09-19 16:53 Damir <buskulic@lapp.in2p3.fr>
* src/framelib_bridge/: Module.mk, VEGA_FrLinkDef.h (utags: v0r58):
Use linkdef file for inclusion of framelib.
Use wildcarding in the linkdef to circumvent a inclusion bug in root/cint
2001-09-19 16:51 Damir <buskulic@lapp.in2p3.fr>
* src/frv_bridge/: Module.mk, VEGA_FrvLinkDef.h (utags: v0r58):
Use a linkdef file for including frv library into vega.
This seems to cure some problems. Also use wildcarding in the linkdef.
Be Careful ! there is still a bug that is circumvented. Will need to remove one
letter in the pragma lines (Frv* instead of FrvB*) in the future.
2001-09-18 17:26 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/: VFrDataBase.cc (tags: v0r95, v0r94), VNtuple.cc
(tags: v0r93, v0r91, v0r90) (utags: v0r58):
corrected mPlayer initialized in constructors of VNtuple
2001-09-17 12:03 Damir <buskulic@lapp.in2p3.fr>
* src/base/VVirtualMetaDBPlayer.cc (tags: v0r60, v0r58):
Corrected loading of libVMetaDBPlayer
2001-05-31 12:38 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VGPSTime.cc, display/VPlot.cc (tags: v0r93, v0r91),
display/VPlot2.cc, display/VStyle.cc (tags: v0r93, v0r91, v0r90,
v0r60), display/VStyle.h (tags: v0r93, v0r91, v0r90, v0r60) (utags:
v0r58):
Corrected the display of start time below plots. The gmtime function was
used in an incorrect way. Also new argument in VGPSTime, mStartTimeFormat
to allow various formats (local, eur, us, etc...) for the string describing
the start time. Changed the display string to be more explicit.
2001-05-23 18:28 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
Corrected a uninitialised variable causing a crash when trying to build
twice a database in the same session. Visible with cxx on alphas
2001-05-18 18:59 Damir <buskulic@lapp.in2p3.fr>
* src/main/Module.mk, src/main/VGmain.cc, test/main-display.cc
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60) (utags: v0r58):
Solve a problem when linking the executable so as not to need LD_LIBRARY_PATH
2001-05-18 17:03 Damir <buskulic@lapp.in2p3.fr>
* mgr/Make-macros (tags: v0r59, v0r58):
Added creation of the directory containing binaries if it doeqn't exist
2001-05-18 16:02 Damir <buskulic@lapp.in2p3.fr>
* mgr/vega-config.in (tags: v0r58), src/main/VGmain.cc,
vegatutorial/metatreescan.C (tags: v0r60, v0r58):
Forgot to change -lFrame to -lVFrame in vega-config.in
2001-05-18 16:00 Damir <buskulic@lapp.in2p3.fr>
* test/: build-examples (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58), frcreate.cc (tags: v0r93, v0r91, v0r90, v0r60,
v0r58), main-display.cc, main-metadb.cc (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58):
Modified all the mains examples to adapt to ROOT v3.01 I/O scheme
2001-05-18 15:22 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/: VEGA_DatabaseLinkDef.h (tags: v0r60, v0r58),
VFrDataBase.cc:
Modified the SetBranchStatus() calls in FindXXXIndex to adapt for the new
I/O Root scheme (from v3.01 onwards of Root)
2001-05-17 12:07 Damir <buskulic@lapp.in2p3.fr>
* mgr/buildlib.sh (tags: v0r93, v0r91, v0r90, v0r60, v0r59, v0r58):
changed the permissions for the produced shared libs in buildlib.sh.
No more executable.
2001-05-16 15:30 Damir <buskulic@lapp.in2p3.fr>
* src/main/Module.mk:
remove from cvs VLib_LinkDef.h and correct the main/Module.mk makefile
(it had a reference to $(CC) instead of $(CXX) for compiling main
2001-05-09 11:59 Damir <buskulic@lapp.in2p3.fr>
* src/main/Module.mk (tags: v0r57):
Corrected a small bug in the make module of main
2001-05-08 12:23 Damir <buskulic@lapp.in2p3.fr>
* mgr/: InstallVEGA (tags: v0r93, v0r91, v0r90, v0r60, v0r59,
v0r58), Make-macros, MakeDist (tags: v0r59, v0r58), system.vegarc
(tags: v0r58), version_number (utags: v0r57):
Modified InstallVEGA, which will be obsoleted soon
Removed the link to libNew of vega, this was causing errors when running
fftw code.
Version of vega is now v0r57
2001-05-08 12:18 Damir <buskulic@lapp.in2p3.fr>
* src/: base/Module.mk (tags: v0r58, v0r57), display/Module.mk
(tags: v0r58, v0r57), fftw_bridge/Module.mk (tags: v0r58, v0r57),
fftw_bridge/rfftw.h (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57), framelib_bridge/Module.mk (tags: v0r57),
frv_bridge/Module.mk (tags: v0r57), main/Module.mk, main/VGmain.cc
(tags: v0r57), metadb/Module.mk (tags: v0r58, v0r57),
metadbplayer/Module.mk (tags: v0r58, v0r57), ntupleplayer/Module.mk
(tags: v0r58, v0r57), vhtml/Module.mk (tags: v0r58, v0r57):
Modified the Module.mk files to remove the dependency files on clean
2001-05-03 15:13 Damir <buskulic@lapp.in2p3.fr>
* mgr/system.vegarc, mgr/vegalogon.C, src/fftw_bridge/Module.mk,
src/frv_bridge/Module.mk, src/main/Module.mk, src/main/VGmain.cc,
vegatutorial/vegalogon.C (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57):
The frv_bridge and fftw_bridge now produce libraries that are only
loaded at run time, dynamically. In order to simplify this, created
a new rc file .vegarc, containing a list of libraries to be loaded at
the start.
This vegarc file contains also a list of include options for the automatic
compiler, which are added to the standard list. This way, one can use the
automatic compiler much simpler to compile programs with references to
external libraries that are not a priori known to vega.
vega main modified accordingly.
The vegalogon.C file is not needed anymore to do this job, so move it
in the vegatutorial directory, only as an example
2001-05-02 17:35 Damir <buskulic@lapp.in2p3.fr>
* src/: base/Module.mk, base/VEGA_CoreLinkDef.h (tags: v0r60,
v0r58, v0r57), base/VFrUtil.h (tags: v0r93, v0r91, v0r90, v0r60,
v0r58, v0r57), base/VGPSTime.h (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57), base/VMetaDataBase.h (tags: v0r60,
v0r58, v0r57), base/VVirtualMetaDBPlayer.h (tags: v0r60, v0r58,
v0r57), base/VVirtualNtuplePlayer.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57), display/Module.mk,
display/VEGA_DisplayLinkDef.h (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57), display/VManager.h (tags: v0r90,
v0r60, v0r58, v0r57), display/VManagerFrameL.h (tags: v0r90, v0r60,
v0r58, v0r57), display/VSPlot.h (tags: v0r93, v0r91, v0r90, v0r60,
v0r58, v0r57), display/VSPlot2.h (tags: v0r93, v0r91, v0r90, v0r60,
v0r58, v0r57), display/VStyle.h (tags: v0r57), display/VVegaInit.h
(tags: v0r58, v0r57, v0r95, v0r94, v0r93, v0r91, v0r90, v0r60,
v0r58, v0r57), fftw_bridge/Module.mk, fftw_bridge/fftw.h (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57),
fftw_bridge/rfftw.h, framelib_bridge/Module.mk,
framelib_bridge/VEGA_FrLinkDef.h (tags: v0r57),
frv_bridge/Module.mk, main/Module.mk, metadb/Module.mk,
metadb/VConditionFormula.h (tags: v0r60, v0r58, v0r57),
metadb/VConditionNames.h (tags: v0r60, v0r58, v0r57),
metadb/VConditionSet.h (tags: v0r58, v0r57),
metadb/VEGA_DatabaseLinkDef.h (tags: v0r57), metadb/VFrCondition.h
(tags: v0r60, v0r58, v0r57), metadb/VFrDataBase.h (tags: v0r58,
v0r57), metadb/VGroupInfo.h (tags: v0r60, v0r58, v0r57),
metadb/VMetaString.h (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57), metadb/VNtuple.h (tags: v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57), metadbplayer/Module.mk,
metadbplayer/VEGA_MetaDBPlayerLinkDef.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57), metadbplayer/VMetaDBPlayer.h
(tags: v0r60, v0r58, v0r57), ntupleplayer/Module.mk,
ntupleplayer/VEGA_NtuplePlayerLinkDef.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57), ntupleplayer/VNtuplePlayer.h
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57),
vhtml/Module.mk, vhtml/VEGA_VHtmlLinkDef.h (tags: v0r95, v0r94,
v0r93, v0r91, v0r90, v0r60, v0r58, v0r57), vhtml/VHtml.h (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57):
Moved a few files and created the modules part of the makefile.
New "bridge" directories framelib_bridge, fftw_bridge and frv_bridge.
This may be extended to any other external package
2001-05-02 17:27 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Makelib, builddepend.sh (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r59, v0r58, v0r57), buildlib.sh (tags: v0r57):
add some utility scripts for making the package
2001-05-02 17:24 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Make-macros, Makefile.linux.egcs (tags: v0r58, v0r57),
Makefile.linux.gcc (tags: v0r58, v0r57), Makefile.linuxppc.egcs
(tags: v0r57), Makefile.osf1.cxx5 (tags: v0r58, v0r57),
Makefile.osf1.cxx6 (tags: v0r58, v0r57), Makefile.osf1.gcc2.8
(tags: v0r58, v0r57), Makefile.osf1.gcc2.95 (tags: v0r58, v0r57),
Makefile.sunos.egcs (tags: v0r58, v0r57), vega-config.in (tags:
v0r57):
In order to allow easier inclusion of external software and modules,
separated the makefile into modules, each linked with the corresponding
shared library. It is the same principle as in ROOT, except that the organisation
of directories is not quite the same.
This allows the easy inclusion of Frv library and the possibility to have fftw
package directly accesible from command line.
2001-04-19 18:50 Damir <buskulic@lapp.in2p3.fr>
* cmt/requirements (tags: v0r58, v0r57):
Added a cmt directory and requirements file. This should not impact users not using cmt
2001-04-19 18:28 Damir <buskulic@lapp.in2p3.fr>
* src/: metadb/VFrDataBase.cc, metadb/VNtuple.cc,
metadbplayer/VMetaDBPlayer.cc (tags: v0r58) (utags: v0r57):
corrected some default arguments multiply defined
2001-03-28 12:25 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Makefile.linuxppc.egcs, version_number (utags: v0r56):
Stamp version number v0r56
2001-03-26 13:36 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc (tags: v0r56):
fixed a bug in VFramesBuffer::GetVect which was giving the wrong result in VFrDataBase::GetVect
2001-02-02 16:18 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number (tags: v0r55):
Tag version v0r55
2001-01-29 18:46 Damir <buskulic@lapp.in2p3.fr>
* mgr/Make-macros, test/build-examples (tags: v0r57),
test/main-display.cc (tags: v0r57) (utags: v0r56, v0r55):
Created simple script using vega-config for building the programs inside
the test directory. Moved VVegaInit into libVDisplay to remove dependencies
2001-01-29 16:42 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VConditionSet.cc (tags: v0r58, v0r57, v0r56, v0r55):
Changed name VConditionset::EvalCondition() to VConditionset::Eval().
Fixed a bug in VConditionSet::NextGEFormSet()
2001-01-28 00:16 Damir <buskulic@lapp.in2p3.fr>
* test/: main-display.cc, main-metadb.cc (tags: v0r57, v0r56,
v0r55), metadbtest.cc:
Added skeleton main files for standalone applications using VEGA libs
2001-01-28 00:11 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VConditionSet.cc:
New method VConditionSet::EvalCondition that evaluates a formula
on the current set of conditions. Useful in interactive use
2001-01-28 00:08 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Make-macros, vega-config.in (tags: v0r56, v0r55):
Small fix of source path
2001-01-26 18:06 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc (tags: v0r55):
Fixed bug preventing one to give only the name of a proc or sim data
when trying to retrieve a vector
2001-01-26 12:49 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
Fixed bug in VFrDataBase::FrameReadHeader, relocation problem.
2001-01-24 14:52 Damir <buskulic@lapp.in2p3.fr>
* mgr/MakeDist (tags: v0r56, v0r55):
Change to allow transformation of the tarball distribution into a CVS sandbox
2001-01-24 14:38 Damir <buskulic@lapp.in2p3.fr>
* mgr/Make-macros, mgr/Makefile.linuxppc.egcs (tags: v0r55),
src/base/VFrUtilc.c, src/metadb/VFrDataBase.cc:
Now use the FrameHReadT function of the framelib instead of the custom
VFrameReadHeader. This one is not needed anymore.
2001-01-23 16:21 Damir <buskulic@lapp.in2p3.fr>
* src/base/VVegaInit.cc (tags: v0r58, v0r57, v0r56, v0r55):
Add files needed for standalone compilation
2001-01-23 16:17 Damir <buskulic@lapp.in2p3.fr>
* mgr/Make-macros, mgr/MakeDist, mgr/Makefile.linuxppc.egcs,
mgr/vega-config.in, src/main/VGmain.cc (tags: v0r56, v0r55),
src/metadb/VFrDataBase.cc:
first release of the tool for automatic generation of the compilation options.
named vega-config, it is used to generate the command to compile an standalone
executable using vega libraries. Doc to come.
2001-01-23 16:13 Damir <buskulic@lapp.in2p3.fr>
* test/: frcreate.cc (tags: v0r57, v0r56, v0r55), metadbtest.cc:
New files to test the compilation of standalone applications with
vega libraries.
frcreate.cc just creates simple files. It is a copy of the FrCreate utility
except that one uses vega to display frames content being creted
metadbtest.cc tests the access speed of a database including some
conditions
2001-01-14 23:47 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/: condtreescan.C, speedaccess.C (utags: v0r56,
v0r57, v0r58, v0r60, v0r55):
:
New tutorial condtreescan.C aimed at testing the reading speed of the
metadatabase
2001-01-12 15:52 Damir <buskulic@lapp.in2p3.fr>
* src/: base/VNtuple.cc, main/VGmain.cc, metadb/VNtuple.cc (tags:
v0r56, v0r55):
/
Forgot to decouple completely display and trees/ntuples. Now done
Changed some intialisation procedure of globals in VGmain.cc.
2001-01-11 15:18 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Make-macros, Makefile.linux.egcs (tags: v0r56, v0r55),
Makefile.linux.gcc (tags: v0r56, v0r55), Makefile.linuxppc.egcs,
Makefile.osf1.cxx5 (tags: v0r56, v0r55), Makefile.osf1.cxx6 (tags:
v0r56, v0r55), Makefile.osf1.gcc2.8 (tags: v0r56, v0r55),
Makefile.osf1.gcc2.95 (tags: v0r56, v0r55), Makefile.sunos.egcs
(tags: v0r56, v0r55), Makelib (tags: v0r56, v0r55), vega-config.in:
l
Update the new utility vega-config so that it can output only relevant
parameters for metadatabase use or display alone or signal alone.
Modified Make-macros and all Makefiles correspondingly.
2001-01-09 17:36 Damir <buskulic@lapp.in2p3.fr>
* mgr/: Make-macros, Makefile.linuxppc.egcs, vega-config.in:
-
New utility vega-config. It allows the automatic generation of compilation
options for standalone programs. This is meant to ease a user's life
2001-01-08 14:44 Damir <buskulic@lapp.in2p3.fr>
* mgr/version_number:
f
tagged the version v0r54
2001-01-08 14:28 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
.
Forgot to update mIsComplete datamember when rearranging the frames buffer
after a retrieval
2001-01-08 12:22 Damir <buskulic@lapp.in2p3.fr>
* vegatutorial/demovalues.txt:
remove automatically generated files from cvs
2001-01-08 12:13 Damir <buskulic@lapp.in2p3.fr>
* src/display/VManagerFrameL.cc (tags: v0r93, v0r91, v0r58, v0r57,
v0r56, v0r55):
.
In VManagerFrameL::Draw() corrected a bug in case input vector = NULL
2001-01-08 10:57 Damir <buskulic@lapp.in2p3.fr>
* src/base/VFrUtilc.c:
Added some missing files in cvs
2001-01-08 10:53 Damir <buskulic@lapp.in2p3.fr>
* mgr/Make-macros, mgr/TODO (tags: v0r58, v0r57, v0r56, v0r55),
src/base/VFrUtil.cc (tags: v0r58, v0r57, v0r56, v0r55),
src/metadb/VConditionSet.cc, src/metadb/VFrDataBase.cc,
vegatutorial/demovalues.txt:
- use of the new functionalities of the framelib to access only relevant parts
of the frame, i.e. adc, proc or sim. The buffer logic (VFramesBuffer)
was adapted and the various VFrDataBase::GetVect() functions take
advantage of it.
- use of the new functionalities of the framelib to build the database only
from relevant parts of the frames : load only the frame header and trigger
info. Speeds up the build visibly.
- corrected a bug in the create_testfr.C tutorial which caused all the times
to be triggered by trigger Trig1, thus a strange behaviour when using
condition sets
- new option string for all GetVect() methods in VFrDataBase.
If option = "nocast", the data in the original vectors will not be casted
to double, as is the case by default.
2000-12-19 15:12 Damir <buskulic@lapp.in2p3.fr>
* mgr/: BuildHtml.C (tags: v0r59, v0r58, v0r57, v0r56, v0r55),
Make-macros:
Introduced use of CVS. The cvs server is in Cascina. Updated BuildHtml to
build the change log file from the one generated by cvs
Updated Make-macros to handle the new cvs server.
2000-12-11 19:04 Damir <buskulic@lapp.in2p3.fr>
* mgr/: BuildHtml.C, MakeChangeLog (tags: v0r93, v0r91, v0r90,
v0r60, v0r59, v0r58, v0r57, v0r56, v0r55):
Set up the generation of ChangeLog html file instead of 'ReleaseNotes.txt'
Also, for completness, here are the old release notes concerning version v0r53:
- Fixed a memory leak in VNtuple constructor from ascii file.
- New classes VVirtualMetaDBPlayer and VMetaDBPlayer. Inspired from
TVirtualTreePlayer and TTreePlayer in order to decouple database
fonctionalities from drawing.
- New classes VVirtualNtuplePlayer and VNtuplePlayer. Inspired from
TVirtualTreePlayer and TTreePlayer in order to decouple VNtuple
fonctionalities from drawing.
- Database and display functionalities are now decoupled, so one can link
only with libVDatabase or only with libVDisplay.
There are now only two mandatory libraries to link with :
libCore and libFrameL.
- Now that the libraries are decoupled, VManager was transfered from
libVCore to libVDisplay as well as VStyle (which contains only
display parameters anyway)
- In order to prepare the use of the cvs repository in Cascina,
rearanged the source code in as many directories as there are libraries
created directories in src : base, display, include, main, metadb,
metadbplayer, ntupleplayer, vhtml, various(for tests) and signal_lib
adapted the Make-macro as well. Corrected a bug for make depend
- new class VHtml to generate customized html source files. It derives from
THtml and defines one new method MakeVegaIndex() to take into account
the non generation of vega indexes by the standard html routines.
This new class is just a helper and is not loaded at run time
(dynamic loading only). Also overwrite header and footer generation
of all html files produced
2000-12-11 18:53 Damir <buskulic@lapp.in2p3.fr>
* mgr/MakeChangeLog:
Integrated new utility to generate ChangeLog from cvs server
2000-12-11 16:55 Damir <buskulic@lapp.in2p3.fr>
* src/metadb/VFrDataBase.cc:
test
2000-12-11 16:35 Damir <buskulic@lapp.in2p3.fr>
* mgr/InstallVEGA, mgr/Make-depend, mgr/Make-macros,
mgr/Makefile.linux.egcs, mgr/Makefile.linux.gcc,
mgr/Makefile.linuxppc.egcs, mgr/Makefile.osf1.cxx5,
mgr/Makefile.osf1.cxx6, mgr/Makefile.sunos.egcs, mgr/Makelib,
mgr/vega.rootrc, mgr/vegalogon.C, mgr/BuildHtml.C, mgr/MakeDist,
mgr/Makefile.osf1.gcc2.8, mgr/Makefile.osf1.gcc2.95,
mgr/Release_Notes.txt, mgr/TODO, mgr/requirements,
mgr/set_path.csh, mgr/vegaconfig.in, mgr/vegaversion.in,
mgr/version_number, src/base/VFrUtil.cc, src/base/VGPSTime.cc
(tags: v0r95, v0r94, v0r93, v0r91, v0r95, v0r94, v0r93, v0r91),
src/base/VMetaDataBase.cc, src/base/VNtuple.cc,
src/base/VVirtualMetaDBPlayer.cc, src/base/VVirtualNtuplePlayer.cc,
src/display/VManager.cc, src/display/VManagerFrameL.cc,
src/display/VPlot.cc, src/display/VPlot2.cc, src/display/VStyle.cc,
src/metadb/VGroupInfo.cc, src/metadbplayer/VMetaDBPlayer.cc,
src/ntupleplayer/VNtuplePlayer.cc, src/various/VG_c_routines.c,
src/various/WSpectrum.C, src/various/WTSpectrum.C,
src/vhtml/VHtml.cc, src/main/VGmain.cc,
src/metadb/VConditionFormula.cc, src/metadb/VConditionNames.cc,
src/metadb/VConditionSet.cc, src/metadb/VFrCondition.cc,
src/metadb/VFrDataBase.cc, src/metadb/VMetaString.cc,
doc/MAKE_SHLIB_RMAIN.html, doc/MAKE_SHLIB_ROOT.html,
doc/ProjectCommandsVega, doc/VEGA_Tutorial_v0r51.ps,
doc/example_so_build/Makefile, doc/example_so_build/Person.cxx,
doc/example_so_build/Person.h,
doc/example_so_build/Person_LinkDef.h,
doc/example_so_build/rootMain.cxx, doc/gif/DBPrinciple.gif,
doc/gif/bande6down.gif, doc/gif/bande6up.gif,
doc/gif/moveimage.gif, doc/gif/peak.gif, doc/gif/peak2.gif,
doc/gif/scroll2.gif, doc/gif/scroll2spectrum.gif, doc/gif/sms.gif,
doc/gif/tifrdisplay.gif, doc/gif/vegalogo1.gif,
vegatutorial/FrameDBTree.C, vegatutorial/condtreescan.C,
vegatutorial/create_DB.C, vegatutorial/create_testfr.C,
vegatutorial/display_frames1.C, vegatutorial/display_frames2.C,
vegatutorial/display_frameshis.C, vegatutorial/fromtext.C,
vegatutorial/globaltest.C, vegatutorial/listtriggers.C,
vegatutorial/metatreescan.C, vegatutorial/moveimage.C,
vegatutorial/peak.C, vegatutorial/peak2.C, vegatutorial/plottrig.C,
vegatutorial/randomaccess.C, vegatutorial/scroll.C,
vegatutorial/tifrdisplay.C, vegatutorial/demovalues.txt,
vegatutorial/scroll2.C, vegatutorial/scroll2spectrum.C,
vegatutorial/scroll3.C, vegatutorial/scrollspectrum.C,
vegatutorial/shiftplot.C, vegatutorial/sms.C,
vegatutorial/vfile_create.C, vegatutorial/vfill_histo.C,
vegatutorial/vtestfr.C, vegatutorial/vtutorial.C:
Initial revision
2000-12-11 16:35 Damir <buskulic@lapp.in2p3.fr>
* mgr/InstallVEGA (tags: v0r56, v0r55), mgr/Make-depend (tags:
v0r59, v0r58, v0r57, v0r56, v0r55), mgr/Make-macros,
mgr/Makefile.linux.egcs, mgr/Makefile.linux.gcc,
mgr/Makefile.linuxppc.egcs, mgr/Makefile.osf1.cxx5,
mgr/Makefile.osf1.cxx6, mgr/Makefile.sunos.egcs, mgr/Makelib,
mgr/vega.rootrc (tags: v0r58, v0r57, v0r56, v0r55), mgr/vegalogon.C
(tags: v0r56, v0r55), mgr/BuildHtml.C, mgr/MakeDist,
mgr/Makefile.osf1.gcc2.8, mgr/Makefile.osf1.gcc2.95,
mgr/Release_Notes.txt (tags: v0r59, v0r58, v0r57, v0r56, v0r55),
mgr/TODO, mgr/requirements (tags: v0r93, v0r91, v0r90, v0r60,
v0r59, v0r58, v0r57, v0r56, v0r55), mgr/set_path.csh (tags: v0r59,
v0r58, v0r57, v0r56, v0r55), mgr/vegaconfig.in (tags: v0r93, v0r91,
v0r90, v0r60, v0r59, v0r58, v0r57, v0r56, v0r55),
mgr/vegaversion.in (tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60,
v0r59, v0r58, v0r57, v0r56, v0r55), mgr/version_number,
src/base/VFrUtil.cc, src/base/VGPSTime.cc (tags: v0r57, v0r56,
v0r55), src/base/VMetaDataBase.cc (tags: v0r58, v0r57, v0r56,
v0r55), src/base/VNtuple.cc, src/base/VVirtualMetaDBPlayer.cc
(tags: v0r57, v0r56, v0r55), src/base/VVirtualNtuplePlayer.cc
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57,
v0r56, v0r55), src/display/VManager.cc (tags: v0r58, v0r57, v0r56,
v0r55), src/display/VManagerFrameL.cc, src/display/VPlot.cc (tags:
v0r57, v0r56, v0r55), src/display/VPlot2.cc (tags: v0r57, v0r56,
v0r55), src/display/VStyle.cc (tags: v0r57, v0r56, v0r55),
src/metadb/VGroupInfo.cc (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57, v0r56, v0r55),
src/metadbplayer/VMetaDBPlayer.cc (tags: v0r56, v0r55),
src/ntupleplayer/VNtuplePlayer.cc (tags: v0r58, v0r57, v0r56,
v0r55), src/various/VG_c_routines.c (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
src/various/WSpectrum.C (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57, v0r56, v0r55), src/various/WTSpectrum.C (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), src/vhtml/VHtml.cc (tags: v0r58, v0r57, v0r56, v0r55),
src/main/VGmain.cc, src/metadb/VConditionFormula.cc (tags: v0r58,
v0r57, v0r56, v0r55), src/metadb/VConditionNames.cc (tags: v0r58,
v0r57, v0r56, v0r55), src/metadb/VConditionSet.cc,
src/metadb/VFrCondition.cc (tags: v0r60, v0r58, v0r57, v0r56,
v0r55), src/metadb/VFrDataBase.cc, src/metadb/VMetaString.cc (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), doc/MAKE_SHLIB_RMAIN.html (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
doc/MAKE_SHLIB_ROOT.html (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57, v0r56, v0r55), doc/ProjectCommandsVega (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), doc/VEGA_Tutorial_v0r51.ps, doc/example_so_build/Makefile
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57,
v0r56, v0r55), doc/example_so_build/Person.cxx (tags: v0r95, v0r94,
v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
doc/example_so_build/Person.h (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
doc/example_so_build/Person_LinkDef.h (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
doc/example_so_build/rootMain.cxx (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
doc/gif/DBPrinciple.gif (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57, v0r56, v0r55), doc/gif/bande6down.gif (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), doc/gif/bande6up.gif (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55), doc/gif/moveimage.gif
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57,
v0r56, v0r55), doc/gif/peak.gif (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55), doc/gif/peak2.gif (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), doc/gif/scroll2.gif (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
doc/gif/scroll2spectrum.gif (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55), doc/gif/sms.gif (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), doc/gif/tifrdisplay.gif (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55), doc/gif/vegalogo1.gif
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57,
v0r56, v0r55), vegatutorial/FrameDBTree.C (tags: v0r95, v0r94,
v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/condtreescan.C, vegatutorial/create_DB.C (tags: v0r60,
v0r58, v0r57, v0r56, v0r55), vegatutorial/create_testfr.C (tags:
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/display_frames1.C (tags: v0r93, v0r91, v0r90, v0r60,
v0r58, v0r57, v0r56, v0r55), vegatutorial/display_frames2.C (tags:
v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/display_frameshis.C (tags: v0r93, v0r91, v0r90, v0r60,
v0r58, v0r57, v0r56, v0r55), vegatutorial/fromtext.C (tags: v0r95,
v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/globaltest.C (tags: v0r95, v0r94, v0r93, v0r91, v0r90,
v0r60, v0r58, v0r57, v0r56, v0r55), vegatutorial/listtriggers.C
(tags: v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/metatreescan.C (tags: v0r57, v0r56, v0r55),
vegatutorial/moveimage.C (tags: v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/peak.C (tags: v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/peak2.C (tags: v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/plottrig.C (tags: v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/randomaccess.C (tags: v0r60, v0r58, v0r57, v0r56,
v0r55), vegatutorial/scroll.C (tags: v0r60, v0r58, v0r57, v0r56,
v0r55), vegatutorial/tifrdisplay.C (tags: v0r58, v0r57, v0r56,
v0r55), vegatutorial/demovalues.txt, vegatutorial/scroll2.C (tags:
v0r60, v0r58, v0r57, v0r56, v0r55), vegatutorial/scroll2spectrum.C
(tags: v0r58, v0r57, v0r56, v0r55), vegatutorial/scroll3.C (tags:
v0r60, v0r58, v0r57, v0r56, v0r55), vegatutorial/scrollspectrum.C
(tags: v0r58, v0r57, v0r56, v0r55), vegatutorial/shiftplot.C (tags:
v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57, v0r56,
v0r55), vegatutorial/sms.C (tags: v0r60, v0r58, v0r57, v0r56,
v0r55), vegatutorial/vfile_create.C (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55),
vegatutorial/vfill_histo.C (tags: v0r95, v0r94, v0r93, v0r91,
v0r90, v0r60, v0r58, v0r57, v0r56, v0r55), vegatutorial/vtestfr.C
(tags: v0r95, v0r94, v0r93, v0r91, v0r90, v0r60, v0r58, v0r57,
v0r56, v0r55), vegatutorial/vtutorial.C (tags: v0r95, v0r94, v0r93,
v0r91, v0r90, v0r60, v0r58, v0r57, v0r56, v0r55) (utags: v0r53):
First import of vega
- ROOT page - VEGA page - Class index - Top of the page This page has been automatically generated. If you have any comments or suggestions
about the page layout send a mail to
, or
contact
with any questions or problems regarding ROOT or VEGA.