[root] / trunk / hist / spectrum / src / TSpectrum.cxx Repository:
ViewVC logotype

Log of /trunk/hist/spectrum/src/TSpectrum.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 47784 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 3 13:43:09 2012 UTC (2 years, 1 month ago) by moneta
File length: 120932 byte(s)
Diff to previous 41040
from Gabriel: modify TSpectrum API to use double * instead of float *
see https://savannah.cern.ch/task/?19053

Revision 41040 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 28 09:13:16 2011 UTC (3 years, 3 months ago) by pcanal
File length: 120662 byte(s)
Diff to previous 35945
From <http://root.cern.ch/phpBB3/viewtopic.php?t=12971>:

Optionally disable the call to hin->Draw() in TSpectrum's Search() function for when we want to do the drawing externally, but still like the polymarker creation code.

Revision 35945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 16:05:07 2010 UTC (4 years, 3 months ago) by brun
File length: 120371 byte(s)
Diff to previous 34991
use snprintf

Revision 34991 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 10:32:26 2010 UTC (4 years, 5 months ago) by brun
File length: 120363 byte(s)
Diff to previous 32010
Fix memory leaks reported by coverity

Revision 32010 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 14 14:01:14 2010 UTC (5 years ago) by brun
File length: 120211 byte(s)
Diff to previous 30749
In TSpectrum::Search recompute a better sigma only if the input parameter sigma
is <1 instead of <=1

Revision 30749 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 15 16:33:04 2009 UTC (5 years, 3 months ago) by brun
File length: 120212 byte(s)
Diff to previous 27939
From Matthew Strait:
This patch fixes the spelling of "function" in the root source code
and documentation, which is misspelled (sometimes as part of larger
"function"-based words) at least 152 times:

* "funciton" 48 times
* "funcion" 36 times
* "funtion" 23 times
* "fucntion" 17 times
* "functionn" 6 times
* "fuction" 6 times
* "fuunction" 4 times
* "functioin" 3 times
* "fonction" 3 times
* "funstion" twice
* "fnuction" once
* "functiom" once
* "functio" once
* "funcition" once

Revision 27939 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 26 10:20:11 2009 UTC (5 years, 10 months ago) by couet
File length: 120212 byte(s)
Diff to previous 27902
- Finish the help cleanup (finally !)

Revision 27902 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 20 17:44:03 2009 UTC (5 years, 10 months ago) by couet
File length: 186869 byte(s)
Diff to previous 27580
- More cleanup in the help (still more to do)

Revision 27580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 23 15:36:02 2009 UTC (5 years, 11 months ago) by couet
File length: 199618 byte(s)
Diff to previous 22694
- Clean up the comment in the function "Background".
  (more to be done, the comments in this class are a mess...)

Revision 22694 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 17 20:23:21 2008 UTC (6 years, 10 months ago) by rdm
File length: 220260 byte(s)
Diff to previous 22488
move hist, histpainter, spectrum and spectrumpainter in the hist package.

Revision 22488 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 6 16:04:47 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220260 byte(s)
Diff to previous 20882
remove first batch of warning reported by gcc 4.3:
- warning: suggest parentheses around && within ||
- warning: suggest explicit braces to avoid ambiguous if else

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220244 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220244 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220295 byte(s)
Diff to previous 17612
remove :$ from tag line

Revision 17612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 1 14:58:44 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220305 byte(s)
Diff to previous 17468
Use a forward declaration of TList instead of including TList.h

Revision 17468 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 11:09:42 2007 UTC (8 years ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220286 byte(s)
Diff to previous 16592
use forward declaration of TH1 instead of TH1.h

Revision 16592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 23 08:18:21 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220269 byte(s)
Diff to previous 16554
Move html documentation blocks and examples in the functions documentation.

Revision 16554 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 19 10:54:29 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220279 byte(s)
Diff to previous 16423
Reorganize html documentation within the functions.

Revision 16423 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 4 10:46:49 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220280 byte(s)
Diff to previous 16394
Change the default from "noMarkov" to "Markov" in the peak finder.

Revision 16394 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 2 10:58:42 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220276 byte(s)
Diff to previous 16370
Fix a problem with DOS windows format in all TSpectrum files.

Change the default arguments in TSpectrum::Search and TSpectrum::Background

Revision 16370 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Sep 28 19:19:52 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/spectrum/src/TSpectrum.cxx
File length: 220364 byte(s)
Add new package spectrum.
This new package includes the preclasses previously in hist: TSpectrum
and TSpectrum2.
It includes a new class TSpectrum3 and also new classes to foit spectra
or to make spectra transformation.
See documentation in the new classes.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9