- Jun 25, 2006
-
-
Rene Brun authored
1. Support for MySQL version 3.2.x and 4.0 enabled again. For that old MySQL versions TSQLStatement is not supported. 2. Small fix in TSQLFile. With old MySQL versions it does not try to use TSQLStatement class. 3. Enabling/disabling error output for TSQLStatement class. 4. Fix in error handling in TMySQLServer::Statement() method. Previousely error code was not correctly stored. git-svn-id: http://root.cern.ch/svn/root/trunk@15538 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
being a Double32_t (or any of the paramater's paramater, etc), we do not export the GenerateInitInstance so that it does not conflict with the GenerateInitInstance for the template instantiation with 'double' as its parameter. git-svn-id: http://root.cern.ch/svn/root/trunk@15537 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
chain->SetBranchAddres(branchname,&userdata); // once per chain .... branchptr = chain->GetBranch(branchname); // once per tree in the chain can be replaced by: chain->SetBranchAddres(branchname,&userdata,&branchptr); // once per chain As a result, branchptr will be either set to 0 when the branch does not exist or the tree is not loaded yet and will be 'refreshed' automatically everytime the chain loads a new tree. MakeClass and MakeSelector have been updated to take advantage of this new feature. This removed most the code from the Notify method. git-svn-id: http://root.cern.ch/svn/root/trunk@15536 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15535 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
or the compressed buffer larger than the original buffer. This case may happen in case of small buffers containing random data. git-svn-id: http://root.cern.ch/svn/root/trunk@15534 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15533 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 24, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15532 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-
Rene Brun authored
geombuilder has wrong dependencies. git-svn-id: http://root.cern.ch/svn/root/trunk@15530 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15529 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-
- Jun 23, 2006
-
-
Rene Brun authored
5 new shape editors (TGeoEltu, TGeoHype, TGeoPara, TGeoPcon, TGeoTorus) - modifying shape parameters in their editors allow painting in the same time - fixed editors destructors - fixed a seg fault in selection dialogs git-svn-id: http://root.cern.ch/svn/root/trunk@15527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
signals of used GUI elements and corresponding slots execution. TGedFrame - new data member fAvoidSignal = kFALSE by default. In SetModel method of any editor it is set to kTRUE to avoid executing slot method and in the end of SetModet is set to kFALSE again; TGedEditor - move the call of TGMainFrame::Layout from TGedFrame::SetActive in TGedEditor::SetModel TPadEditor - no need of TGCompositeFrame *f7 as data member - added new data member TGButtonGroup *fBgrop - connected DoBorderMode slot with TGButtonGroup::Released signal TGraphEditor - changed signature of DoShape method - connected DoShape slot with TGButtonGroup::Released signal TH1Editor - new method DoHistView() - fixed problem shown with MSVS 8 (thaks to Timur and Bertrand) - connected DoHistView slot with TGButtonGroup::Released signal TH2Editor - new method DoHistView() - fixed problem shown with MSVS 8 (thaks to Timur and Bertrand) - connected DoHistView slot with TGButtonGroup::Released signal All other editors - follow-up changes in the code related to the fAvoidSignal use. git-svn-id: http://root.cern.ch/svn/root/trunk@15526 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15525 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Simplify and improve proofserv logging. git-svn-id: http://root.cern.ch/svn/root/trunk@15524 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a patch allowing to paint volumes/nodes with a pre-defined global transformation. git-svn-id: http://root.cern.ch/svn/root/trunk@15523 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15522 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15521 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix coding convention violations. git-svn-id: http://root.cern.ch/svn/root/trunk@15520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15519 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a problem reported by Marco Clemencic. " I found the problem in Reflex. If a namespace had only enums was not declared to Reflex as such. It was not visible in the tests included in ROOT because the same namespace was used for other tests and contained other elements. git-svn-id: http://root.cern.ch/svn/root/trunk@15518 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 22, 2006
-
-
Philippe Canal authored
$ROOTSYS/bin in the case where the requested library is not supposed to go to $ROOTSYS/lib. This enable the build of the cintdlls in their proper place git-svn-id: http://root.cern.ch/svn/root/trunk@15517 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15516 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15515 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15514 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15513 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
1. Implementation of TDirectory I/O for TSQLFile and TXMLFile 2. In TSQLFile identifier length is now controled. Important for Oracle, where table or column name cannot be more than 32 symbols. 3. Adding usage of TSQLStatement class where possible. 4. Small performance improvment. git-svn-id: http://root.cern.ch/svn/root/trunk@15512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
1. Bug fix for Oracle plugin - new TOracleServer::Exec() method did not release memory correctly. 2. Small changes in TSQLServer class git-svn-id: http://root.cern.ch/svn/root/trunk@15511 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15510 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 21, 2006
-
-
Rene Brun authored
- Fix for bug #17592, problem with enum in PyCintex... - Added by default the conversion to CINT of all enums declared in a class - Added more enum tests git-svn-id: http://root.cern.ch/svn/root/trunk@15509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
By running ProofBench on the CAF with Jan we have found a couple of issues due to the fact that we need to use XROOTD also to access (in write) local files. make_event_trees.C - use TFile::Open to create the files instead of the TFile constructor. Run_Node_Tests.C - use consistently basedir everywhere. git-svn-id: http://root.cern.ch/svn/root/trunk@15508 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
The patch implements the following new functionality: - Shutdown of idle sessions when quitting ROOT; if not idle the session is shutdown as soon as processing terminates; it is possible to delay the automatic shutdown by a tunable amount of time via a new directive in the xrootd config file 'xpd.shutdown' (see xpd.cf.example). - New static method TProof::Reset(const char *url) to hard-cleanup an user area (implemented for Xproofd only); this implied quite some additions in XrdProofdProtocol. - Possibility to temporary remove / re-insert a worker from the active list TProof::DeactivateWorker(const char *ord) TProof::ActivateWorker(const char *ord) with 'ord' the ordinal numer, e.g. "0.3" . - A default url for the disk pool const char *TVirtualProof::GetDataPoolUrl() It is set by default to a string send back by the master, but it can be changed via void TVirtualProof::SetDataPoolUrl(const char *url) Jan should then adapt his code to use this as default. - Posibility to timeout Collect; for now this is only used at forced termination. The patch includes many small changes and bug fixes. One of the most important is in TXNetSystem (a bug preventing correct treatment of multiple request to the same redirector). git-svn-id: http://root.cern.ch/svn/root/trunk@15507 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15506 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
comment out calls to broken gfal_access(). git-svn-id: http://root.cern.ch/svn/root/trunk@15505 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
"gfal:srm://host/file.root" where "srm://host/file.root" is returned as file and the // should not be removed. git-svn-id: http://root.cern.ch/svn/root/trunk@15504 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- fixed behavior of Ctrl+End in TGTextEdit git-svn-id: http://root.cern.ch/svn/root/trunk@15503 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
split off configcint generation in seperate file to reduce make dependency. git-svn-id: http://root.cern.ch/svn/root/trunk@15502 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15500 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15499 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15498 27541ba8-7e3a-0410-8455-c3a389f83636
-