]> git.uio.no Git - u/mrichter/AliRoot.git/history - ANALYSIS/AliAnalysisManager.cxx
More precise timing for the throughput calculation
[u/mrichter/AliRoot.git] / ANALYSIS / AliAnalysisManager.cxx
2012-07-12 agheataAdded possibility to collect input file information...
2012-06-11 fcaCompatibility with ROOT trunk
2012-05-02 agheataaddition to last fix
2012-05-02 agheataAdded protection for gDirectory=0
2012-04-30 agheataFrom Martin: Added possibity to set the debug level...
2012-03-02 agheataImportant commit for AOD/ESD reading performance !...
2011-11-07 agheataAdded separate flag to mark that the LocalInit phase...
2011-11-04 agheataAvoid doing multiple copies of the same file in AliEn...
2011-11-04 agheataFixed error when copying output files coming from PROOF...
2011-10-14 agheataImproved check on PostData, fix of fix to mgr->GetRunFr...
2011-10-14 agheataImproved version of AliAnalysisManager::GetRunFromAlienPath
2011-10-05 agheataFix in ImportWrappers that changes correctly the curren...
2011-09-30 agheataRemoved TObject::SetObjectStat flag settings
2011-09-26 agheataDo not recreate default containers if existing
2011-09-12 agheataManager ignores now all Notify calls coming from the...
2011-08-25 agheataseveral fixes for automatic train generation mode
2011-05-02 agheataFixed units kB->MB in memory plots
2011-04-26 agheataChecking the number of tasks also in CheckTasks
2011-02-16 agheataProtected cases when the user forgot to load the librar...
2011-02-08 agheatacoverity fixes
2011-02-07 agheatafixed unused variable warning
2011-02-07 agheatasome fixes wrt to the AliAODExtension behavior (Laurent)
2011-02-03 agheatawrite the validation file only in grid
2011-02-03 agheatastatistics file written now only if AddTaskStatistics...
2011-01-24 agheataFixed Coverity 17449
2011-01-21 jgrosseochanging cout to fatal
2011-01-17 jgrosseoproof package support for OADB
2011-01-17 agheatapipe support for the error bar (C.Holm), minor fix...
2011-01-12 agheataImproved progress bar version from Christian Holm
2011-01-06 agheataAdded method mgr->AddStatisticsTask(offlineMask) that...
2011-01-05 agheatafixed circular dependency for AliAnalysisTaskStat
2010-12-20 agheataSome fixes for the mode w/o auto branch loading
2010-12-20 agheatanew method mgr->AddStatisticsTask() that adds a special...
2010-12-10 agheataNew directory examples added, together with the first...
2010-11-22 agheataA task can now declare the list of input branches that...
2010-11-17 agheataSuggestion given if the output object cannot be made...
2010-11-05 agheataAdded method AliAnalysisManager::AddStatisticsMsg(...
2010-11-05 agheataFixed opening of proof file in case of AOD extensions
2010-10-27 morschNew hook needed for fast mixing.
2010-10-04 agheataAdded new static method AliAnalysisManager::GetRunFromA...
2010-09-30 agheataFixed overwriting of an AOD extension if a task wants...
2010-09-24 agheataFix for using AOD handler in CAF (JF)
2010-09-15 agheataAdded SetNworkersPerSlave() and SetProofConnectGrid...
2010-09-13 agheataCorrections for test mode of the plugin in proof.
2010-09-10 agheataImportant update of the grid plugin. Added support...
2010-09-02 agheataFixed few minor coverity issues. Output files are opene...
2010-09-01 agheataProgress bar is optional. Can be enabled via AliAnalysi...
2010-08-23 agheataMake sure that before calling CreateOutputObjects for...
2010-08-04 agheataFrom C.Loizides: Handle manual branch loading if reques...
2010-07-26 agheataIntroduced datamember fIsRemote. Used to disable the...
2010-07-12 agheataFixed 0x%lx warning
2010-07-08 agheataTemporarily removed the check if the provided dataset...
2010-07-06 agheataFixed event counter
2010-07-05 agheataFixed a segv when running with MC having several kinema...
2010-07-01 agheataLast fixes (hopefully) for the kParamContainer mode...
2010-06-29 agheataCorrection for the usage of kParamContainer in grid...
2010-05-27 agheataFixed shadowed variable
2010-05-26 agheataTrees should write now to the current directory
2010-05-26 agheataTemporary removed TDirectory::Clear calls that are...
2010-05-25 agheataOutput files are cleared before closing to release...
2010-05-17 agheataMake sure that all task methods are called having gROOT...
2010-04-22 hristovChanges for report #65142: Prepare PWG1 scripts to...
2010-04-12 agheataExtra files do not have to be mandatory produced anymor...
2010-04-07 agheataThe merging jobs run also the Terminate method of the...
2010-03-24 agheataFix a shadowed variable
2010-03-19 agheataCoding violation fixes
2010-03-14 agheataImplemented possibility to add global objects (like...
2010-03-14 agheataNew analysis profiling implementation. Triggering colle...
2010-03-12 agheataPlot rather virtual memory usage per process than total...
2010-03-03 agheataProtected current event printout by the debug level
2010-02-26 agheataFix for a crash in StartAnalysis. The local selector...
2010-02-18 agheataAliAnalysisManager::StartAnalysis return now a code:
2010-02-15 agheataWarnings removed when setting event handlers to the...
2010-01-27 hristovPossibility to filter the ESD friends and add objects...
2010-01-24 agheataFix in the file open option
2010-01-22 agheataAdded possibility to connect task containers to the...
2010-01-15 agheataIn case of delta AOD production, the file AliAOD.root...
2010-01-11 agheataIn case the AOD handler is declared non-standard and...
2009-12-17 agheataCall to Terminate allowed in case of plugin->SetOutputS...
2009-12-14 agheataProgress bar in analysis manager.
2009-11-26 agheataAliAODEvent: corrected copy constructor and assignment...
2009-11-24 agheataWhen the file specified by an output container must...
2009-11-23 agheataImplemented possibility to register datasets in proof...
2009-11-19 agheataCorrected the way that canvases are saved.
2009-11-19 agheataAdded AliAnalysisManager::SetExternalLoop() to trigger...
2009-11-18 agheataAdded possibility to save canvases created by Terminate...
2009-11-06 agheataBug fix in proof mode when using folders.
2009-11-03 agheataFix for dumb variable redefinition in my last commit.
2009-11-03 agheataAdded support for putting the analysis results in direc...
2009-09-23 agheataOutput files are validated immediately after Terminate...
2009-07-30 agheataA small fix for PROOF to prevent a crash in case output...
2009-07-02 agheataProduction mode can be enabled via AliAnalysisAlien...
2009-05-20 agheataCorrection for delta AOD handling in proof and saving...
2009-05-19 agheataAdded support for copying the outputs of the analysis...
2009-05-04 agheataAnalysis type can be retrieved as a string. Fixed creat...
2009-04-30 agheataAdded support for retrieving and merging dAOD's. The...
2009-04-30 agheataDefault output AOD container created as "special" by...
2009-04-29 agheataFixed initialization of AOD output file.
2009-03-12 agheata- Info message corrected for common output container
2009-02-13 agheata- Added warning when attaching input/output handlers...
next