Skip to content
Snippets Groups Projects
  1. Jun 25, 2006
  2. Jun 24, 2006
    • Rene Brun's avatar
      Update the tutorial to show an example of the new function TSpectrum::Background. · 5613dd2a
      Rene Brun authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@15532 27541ba8-7e3a-0410-8455-c3a389f83636
      5613dd2a
    • Rene Brun's avatar
      Implement an interface to find the background in a 1-d histogram. · 53377344
      Rene Brun authored
      TH1 *TSpectrum::Background(const TH1 * h, int numberIterations, Option_t * option)
      //   ONE-DIMENSIONAL BACKGROUND ESTIMATION FUNCTION
      //   This function calculates the background spectrum in the input histogram h.
      //   The background is returned as a histogram.
      //
      //   Function parameters:
      //   -h: input 1-d histogram
      //   -numberIterations, (default value = 2)
      //      Increasing numberIterations make the result smoother and lower.
      //   -option: may contain one of the following options
      //      - to set the direction parameter
      //        "BackDecreasingWindow". By default the direction is BackIncreasingWindow
      //      - filterOrder-order of clipping filter,  (default "BackOrder2"
      //                  -possible values= "BackOrder4"
      //                                    "BackOrder6"
      //                                    "BackOrder8"
      //      - "nosmoothing"- if selected, the background is not smoothed
      //           By default the background is smoothed.
      //      - smoothWindow-width of smoothing window, (default is "BackSmoothing3")
      //                  -possible values= "BackSmoothing5"
      //                                    "BackSmoothing7"
      //                                    "BackSmoothing9"
      //                                    "BackSmoothing11"
      //                                    "BackSmoothing13"
      //                                    "BackSmoothing15"
      //      - "nocompton"- if selected the estimation of Compton edge
      //                  will be not be included   (by default the compton estimation is set)
      //      - "same" : if this option is specified, the resulting background
      //                 histogram is superimposed on the picture in the current pad.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@15531 27541ba8-7e3a-0410-8455-c3a389f83636
      53377344
    • Rene Brun's avatar
      From Axel: · 5dfe5802
      Rene Brun authored
      geombuilder has wrong dependencies.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@15530 27541ba8-7e3a-0410-8455-c3a389f83636
      5dfe5802
    • Rene Brun's avatar
      Fix coding convention violations · 8ec94fd0
      Rene Brun authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@15529 27541ba8-7e3a-0410-8455-c3a389f83636
      8ec94fd0
    • Rene Brun's avatar
      From Mihaela: · 16fd2095
      Rene Brun authored
      a small patch that fixes volume editor behaviour after the latest modifications in Ged by Ilka (Layout() for main Ged frame moved).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@15528 27541ba8-7e3a-0410-8455-c3a389f83636
      16fd2095
  3. Jun 23, 2006
  4. Jun 22, 2006
  5. Jun 21, 2006
Loading