Log of /trunk/core/base/inc/TVirtualFFT.h
Parent Directory
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 5913 byte(s)
Diff to
previous 20877
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
18024 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 19 18:51:48 2007 UTC (7 years, 11 months ago) by
brun
Original Path:
trunk/base/inc/TVirtualFFT.h
File length: 5974 byte(s)
Diff to
previous 17996
Undo all the changes excluding functions from the abstract interface
to be visible from CINT.
Too many side-effects and not enough energy to solve the problem.
a real pity: we are waisting 1 MByte of real memory with ROOT Core.
Revision
17996 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 14:56:42 2007 UTC (7 years, 11 months ago) by
brun
Original Path:
trunk/base/inc/TVirtualFFT.h
File length: 5997 byte(s)
Diff to
previous 16648
For abstract interfaces, generate the CINT stub functions only for
the strict minimum of functions.
Keep only one pure function known to CINT such that CINT can
recognize that the class is abstract and has pure functions.
This optimization gains about one megabyte of generated code.
Revision
14642 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 11 16:17:37 2006 UTC (8 years, 9 months ago) by
brun
Original Path:
trunk/base/inc/TVirtualFFT.h
File length: 5972 byte(s)
Diff to
previous 14623
From Anna:
-Simplification of the TVirtualFFT API and derived classes. Only one
argument Option_t is required.
-New interface functions in TH1 for Fast Fourier Transforms
virtual TH1 *FFT(TH1* h_output, Option_t *option);
static TH1 *TransformHisto(TVirtualFFT *fft, TH1* h_output, Option_t *option);
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.