swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
87c1d2a Releasing ROOT 5.34/19 09 July 2014, 14:50:16 UTC
34af149 Fixes for vc tests when using clang 4.2 (Xcode 4.6.2) )on MacOSX 10.7 09 July 2014, 12:58:13 UTC
ffd7f12 remove un-used _normalised data member in ParamHistFunc 09 July 2014, 11:10:42 UTC
17f59cb Fix un-initialized member , reported by Coverity and also at http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=18309 09 July 2014, 09:09:49 UTC
5dada11 fix typo 09 July 2014, 08:34:17 UTC
5478415 Fix for ROOT-6458 (3) 09 July 2014, 06:38:25 UTC
5bb3ac2 Disabled thread local storage typedefs for MAC (build problems via current Makefile sustem) and for AIX (not tested) 08 July 2014, 21:25:43 UTC
c46c82b Fix for ROOT-6458 08 July 2014, 20:36:40 UTC
76c4028 Fix for ROOT-6458 07 July 2014, 22:27:33 UTC
7f8b68a Fix for ROOT-6466. Disable the unuran test if unuran is not built. 07 July 2014, 20:59:39 UTC
e4860cb Fix for ROOT-6459 07 July 2014, 16:11:37 UTC
c4946b6 Fix for ROOT-6459 07 July 2014, 16:11:26 UTC
8cb221d Added missing help on CMAKE_BUILD_TYPE. 07 July 2014, 12:04:06 UTC
8f5c9e3 updates these numbers in TTreePerfStats::FileReadEvent() (in preparation for multi TTree monitoring) Currently TTreePerfStat reports the number of disk reads, by obtaining the total number of reads and their total size from the TFile, which will include calls from the TFile::Open() which are not strictly caused by TTree. This patch (also in preparation for multi TTree monitoring) updates these numbers in TTreePerfStats::FileReadEvent(). 05 July 2014, 12:42:42 UTC
fce512c Add option for detailed output which is saved in result file 04 July 2014, 15:01:29 UTC
2c7ca55 Fixes for the new parallel world navigation feature with a tutorial macro 04 July 2014, 13:24:22 UTC
2beb7b2 Changes to compile fortran files not using the MSVC fortran compiler (Bertrand) 03 July 2014, 16:31:56 UTC
3aad205 Completed the building internaly or using Davix externally. 03 July 2014, 15:49:54 UTC
aee3bf5 o RooParamHistFunc - Fix compilation warning 03 July 2014, 14:15:15 UTC
ce8829a Modify also for config/make builds 03 July 2014, 14:00:17 UTC
110ebb3 from master patch 05606ae36af3dce0b2254804d7cc59e9eff39252 03 July 2014, 13:53:31 UTC
4f43e26 MinimizerOptions as a container of options in TMinimizer 03 July 2014, 13:53:31 UTC
32501bc MinimizerOptions is modified to provide access for extraoptions 03 July 2014, 13:53:31 UTC
4aebd1b const for the method to retrieve ExtraOptions() 03 July 2014, 13:53:31 UTC
64dca8a remove trailing whitespaces 03 July 2014, 13:53:31 UTC
08edf02 o RooParamHistFunc - Add extra constructor that can be easily used in the workspace factor o RooHistConstraint - Initialize NPs corresponding to zero-content channels as constant 03 July 2014, 13:26:43 UTC
2afa1c9 Better description and management of the drawing options as suggested in ROOT-6444 03 July 2014, 13:22:37 UTC
06a4e3a From Sergey Linev: Introduce GZIP compression on the server side. 03 July 2014, 12:40:08 UTC
46c3d8d Complete the fix for ROOT-6442 03 July 2014, 12:30:36 UTC
f783176 From Sergey Linev: 1. Processing of <!ENTITY name SYSTEM "file.xml"> declarations in xml files is implemented. Main limitation - one should be able to parse data in "file.xml" independent from main file. "file.xml" should have completed node (list of nodes). For instance like this: <child3> <subchild1>subchild1 content</subchild1> <subchild2>subchild2 content</subchild2> <subchild3>subchild3 content</subchild3> </child3> 2. It is allowed to have node content in many places. Like: <child3> This was the only place for content in previous version <subchild1>subchild1 content</subchild1> Now one could put content here <subchild2>subchild2 content</subchild2> Or even here <subchild3>subchild3 content</subchild3> And of course at the end </child3> 3. It is allowed to change/append content to the xml node. Following methods are implemented: void TXMLEngine::SetNodeContent(XMLNodePointer_t xmlnode, const char* content, Int_t len = 0); void TXMLEngine::AddNodeContent(XMLNodePointer_t xmlnode, const char* content, Int_t len = 0); Before only when node was created content can be specified. 4. When navigating via nodes hierarchy, one could get access to nodes content. Following methods were modified: XMLNodePointer_t TXMLEngine::GetChild(XMLNodePointer_t xmlnode, Bool_t realnode = kTRUE); XMLNodePointer_t TXMLEngine::GetNext(XMLNodePointer_t xmlnode, Bool_t realnode = kTRUE); void TXMLEngine::ShiftToNext(XMLNodePointer_t &xmlnode, Bool_t realnode = kTRUE); Here one could decide navigate only between real xml nodes (default) or also get access to special nodes. New methods allow to identify such special nodes: Bool_t TXMLEngine::IsXmlNode(XMLNodePointer_t xmlnode); Bool_t TXMLEngine::IsContentNode(XMLNodePointer_t xmlnode); Bool_t TXMLEngine::IsCommentNode(XMLNodePointer_t xmlnode); 5. Few small errors were fixed concerning xml version writing/verifying. 03 July 2014, 12:21:15 UTC
2a7c470 New TGeoParallelWorld class supporting navigation in a parallel flat node. Currently the parallel world is made by TGeoPhysicalNode objects which has to match paths in the active geometry. Coupling navigation via TGeoManager::SetSetUseParallelWorldNav(true) will prioritize the parallel world objects with respect to the ones in the real geometry. 03 July 2014, 11:28:44 UTC
81af45e Fix for ROOT-6442 03 July 2014, 10:22:28 UTC
4200157 Fix compilation error on Windows 03 July 2014, 09:47:52 UTC
fc4c2c0 Added $ENV{MONALISA_DIR} to look for monalisa 03 July 2014, 08:51:07 UTC
ad0413d allow reading of split part of objects w/o a dictionary for the full object 02 July 2014, 23:59:36 UTC
87dd994 Add an implementation of std::to_string, missing on cygwin/gcc 4.8.2 & 4.8.3 02 July 2014, 13:06:00 UTC
9fcb6d3 Add missing header search path prevent (on Windows) fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory 02 July 2014, 10:17:57 UTC
d90602e Fix for ROOT-6393 02 July 2014, 09:23:56 UTC
8168de1 Add missing dependency on Windows 01 July 2014, 11:44:29 UTC
4e28dcd Fix a bug in VectorUtil::RotateZ (thanks to Lu Shoujun) and add corresponding test in testGenvector.cxx 01 July 2014, 09:20:00 UTC
0f6de08 Fix typo 01 July 2014, 06:47:13 UTC
107c0c6 fix a typo: "defult" should be "default" 30 June 2014, 15:51:20 UTC
0865e16 Fix the dependency for foam_demopers tutorial 27 June 2014, 15:41:31 UTC
7859373 Draw objects only when there is a TApplication 27 June 2014, 15:32:19 UTC
34bb2e2 Optional query string to AliEn dsmgr results 27 June 2014, 13:44:59 UTC
c2d7fb6 Fix for ROOT-6417 (Segmentation violation on fresh compiled ROOT with CMake) 26 June 2014, 16:01:08 UTC
5ef8975 o RooLinkedList - Pending a better solution, pisable for name name-ptr hashing for pointer lookup as this can give hash failures after object name changes. 26 June 2014, 13:34:32 UTC
94a16f8 o RooChangeTracker - Fix bug is storing of initial reference values (forgot to rewind iterator) - Change logic so that hasChanged() always returns kFALSE the very first time it is called, since in some situations the change tracker is created before the expression that is being tracked is final o RooFactoryWSTool - Remove stray print statement o RooWorkspace - Don't import observables of embedded datasets into the global namespace of the workspace 26 June 2014, 08:53:05 UTC
b3cc803 Fix a double delete and control usage of proof 26 June 2014, 08:40:48 UTC
16260c7 Add missing / in a comment block 25 June 2014, 14:38:24 UTC
497cf31 Add a missing lib/, preventing to build libGQt on Windows 24 June 2014, 19:11:56 UTC
2609dac hbars tutorial is not returning anything now 24 June 2014, 13:18:02 UTC
2c8e03e Copy fixed tutorial from master 24 June 2014, 12:58:41 UTC
fd62b96 Fix interpreted calls to Proof from RooFit for Cling. gProof is not a member of TProof !!!! 24 June 2014, 12:31:43 UTC
c7bd156 Fix for ACliC and Cling 24 June 2014, 10:03:07 UTC
2ee16db Prevent spurrious CINT error 24 June 2014, 07:24:18 UTC
d206e9e Fix for AClic (copy version from master) 24 June 2014, 07:07:10 UTC
82d1393 Force recompilation of tutorial with AClic 23 June 2014, 10:07:32 UTC
ca3c6db Fix for http://cdash.cern.ch/viewBuildError.php?buildid=66979 22 June 2014, 19:56:37 UTC
b15cd06 Additional tutorial dependency 22 June 2014, 19:51:40 UTC
8484de5 Fixes bug in TTable.cxx (ROOT-6405) 22 June 2014, 19:40:14 UTC
841f01e Some more fixes to tutorials 22 June 2014, 19:10:23 UTC
9e42712 Add a simple dependencies between hsimple tutorials 20 June 2014, 14:50:57 UTC
d64ae86 Added Python tutorials as tests 20 June 2014, 13:59:24 UTC
a8409f8 Add foam tutorials Speed-up testrandom 20 June 2014, 13:37:56 UTC
c383872 Update foam interface to set a function. Use now also case of function pointer, old interface works only with CINT and not Cling 20 June 2014, 13:36:21 UTC
7cabe42 Update CINT limitation url 20 June 2014, 13:21:12 UTC
728842e In InitInfo support for the case of custom (emulated) collection 20 June 2014, 13:17:44 UTC
3aa7a42 Add missing null ptr protection 20 June 2014, 13:17:44 UTC
5a86121 Fix some more tests (using ACLiC for some of them). 20 June 2014, 11:29:37 UTC
f2461a1 speed-up and fix some of roostats tutorials 20 June 2014, 09:29:09 UTC
08dfabe Put dependency on roostats tutorials 20 June 2014, 09:27:56 UTC
dd4d527 Fixes for Windows 19 June 2014, 15:09:43 UTC
e7f745d Fix file name 19 June 2014, 14:53:44 UTC
d0d6a20 Fix generation of input file in RooStats tutorials to avoid printing the error message when the histfactory file is not found 19 June 2014, 14:15:35 UTC
124a885 Merge from master fixes in multidimfit tutorial 19 June 2014, 12:56:02 UTC
3aba814 Update and fix tutorials for 5.34 19 June 2014, 09:09:10 UTC
7477ee6 Revert "Remove duplicate tutorial" This reverts commit b18cd43e1c962e378a89881a34210bb2ecc4ef1d. 19 June 2014, 07:33:56 UTC
07bf36f set some tutorials to be run with ACliC 18 June 2014, 10:03:26 UTC
cc5ada5 No need to load l ibMathCore 18 June 2014, 09:59:22 UTC
05e119e Improve tutorials 18 June 2014, 09:52:19 UTC
1755e79 Fix tutorial line3Dfit to use Fitter class 18 June 2014, 09:16:37 UTC
b18cd43 Remove duplicate tutorial 18 June 2014, 08:33:06 UTC
84468b5 More tutorials being handled 17 June 2014, 21:18:37 UTC
4b7afd7 Fix print out of warning message in the tutorial 17 June 2014, 21:17:06 UTC
b56d016 Fix the default option in the Fit method 17 June 2014, 21:17:06 UTC
82cee41 Add an error message when tutorials are run with CINT 17 June 2014, 21:17:06 UTC
8ef766c More tutorials being handled 17 June 2014, 16:57:59 UTC
1f12e73 Vetoed roostats/rs_bernsteinCorrection.C for too much output 17 June 2014, 16:34:19 UTC
c35b474 Removed vetoed tutorials. Corrected the location of roocint for ACLiC in case of windows VS. 17 June 2014, 15:43:54 UTC
3384ec4 Add a couple of missing getters (as mentioned on the forum: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18197) 17 June 2014, 12:48:50 UTC
4ec2377 A number of changes to fix tutorials for Windows. 17 June 2014, 11:28:51 UTC
86c2abb remove spurious printout 16 June 2014, 23:09:16 UTC
65c36e7 use casting binding instead of non-casting 16 June 2014, 22:28:20 UTC
a6e512d add more pre-defined dispatch functions 16 June 2014, 22:20:27 UTC
d56a273 Fix setting environment for windows to run tutorials 16 June 2014, 20:00:06 UTC
b02f42f improve/fix TObjArray usage 16 June 2014, 18:45:05 UTC
e9bdd9d Various changes in the tutorial running and fix for roofitcore dictionary. 16 June 2014, 16:26:07 UTC
7c8b893 o RooAbsReal - Remove reference to non-existent class RooBinnedMoment 16 June 2014, 12:45:29 UTC
8708cef *** Overhaul of moment calculation, tuning of integration strategies for binned models ** o HistFactory/PiecewiseInterpolation - Disable forceAnalyticalInt() since it is not used and prevents other optimizations o RooMomentMorph - Change ctor signature to take enum rather thab const enum& since it is equally efficient and the latter allows access from the workspace factory - Make internal cache transparent to optimizer - Delegate _all_ moment calculations (including binned models and integrated moments) to the upgraded roofit core interface that can now handle these efficiently - Attach morphing parameter as explicit server of RooLinearVar that translates input This will result in the correct interpretation of object dependencies in the likelihood optimizer (currently the moments depend on the morphing param, but are represented by constant objects in the internal representation - so the optimizer does not recognize these as dependent on a parameter). Do the same thing for the top-level RooAddPdf - Make moments ignore global inhibitDirty flag. This flag is set in numeric integration and summation, but since moments never depend on observables this would only result in frequent needless recalculation of rather expensive integrals o RooFit/Module.mk - Declare existence of new classes RooAbsMoment, RooFirstMoment, RooSecondMoment o RooAbsArg - Add new option for selected objects to ignore inhibitDirtyFlag global state. o RooAbsReal - Make moment() functions return a RooAbsMoment rather than a RooMoment to take advantage of new class structure with optimized specialized implmenentations - Reimplement moment() functions to return specialied RooFirstMoment and RooSecondMoment objects for 1st and 2nd moment calculations o RooDataHist - Implement caching for (full) sum of histograms, to speed up binned likelihood calculations o RooFormulaVar - Forward binning definitions of underlying objects, so that they can be used as sampling hints for numeric integration when use RooBinnedIntegrator is forced by the user, even if the RooFormulaVar itself will never be declared binned itself o RooMoment - Inherit from RooAbsMoment, remove implementation parts that were moved to RooAbsMoment - Force use of a RooBinIntegrator for moment integrals, if the underlying function is advertised as binned o RooAbsMoment - New base class for moment calculators o RooFirstMoment - New calculator for 1st moments using dedicated optimized implementation for 1st moments o RooSecondMoment - New calculator for 1st moments using dedicated optimized implementation for 1st moments o RooNumIntFactory - Extend interface of factory method createIntegrator() with additional argument that indicates if binned integration is desired. - Use RooBinIntegrator as default numIntegrator strategy for all non-open-ended binned integrals o RooObjCacheManager - Separate internal state flags for allowing cache redirection and forwarding of constant-term optimization calls, where were previously tied together o RooRealSumPdf - Only force internal 'analytical' integration if the observable integrated over is a fundamental. (So that in case it is an RooLinearVar Lx=ax+b, numeric integration can happen over the underlying observable x instead o RooFactoryWSTool - Remove stray debug printouts o RooHistFunc - Extend logic in binBoundaries(): if presented observable is not present in list of pdf observables, check if it is present in the list of histogram observables. If that is the case, _and_ the corresponding pdf observable is an l-value transformation of the histogram observable, report the inverse-transformed binning in the histogram observable as binning for the pdf observable o RooProduct - Fix bug integration logic: explicity allow same function to appear multiple times in argument list (e.g. x*x*a) o RooRealIntegral - Don't do substitution x --> L(x) for (analytical) integration of invertable transforms for binned integrals (instead these are performed in x with inverse-transformed boundaries) - If on analytical integrals are performed, undo any substitution L(x) -> x so that subsequent numeric integration steps are performed in x and not in L. - Always requested binned integration for binned functions that require binned integration 16 June 2014, 11:40:22 UTC
back to top