]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
12 years agoFix to pointer name wrt previous commit
fbellini [Fri, 2 Dec 2011 18:59:11 +0000 (18:59 +0000)]
Fix to pointer name wrt previous commit

12 years agoFix for coverity
fbellini [Fri, 2 Dec 2011 18:46:21 +0000 (18:46 +0000)]
Fix for coverity

12 years agoRe-enable trigger calculation removing STU OCDB access. Improve simulation (L0 time...
guernane [Fri, 2 Dec 2011 18:32:40 +0000 (18:32 +0000)]
Re-enable trigger calculation removing STU OCDB access. Improve simulation (L0 time + time sum including rollback). Clean-up

12 years agobugfix: output of one extra cluster when the last rawcluster was accepted by the...
sgorbuno [Fri, 2 Dec 2011 17:50:08 +0000 (17:50 +0000)]
bugfix: output of one extra cluster when the last rawcluster was accepted by the clustermerger

12 years agoassignment operator update typo - fix from Jochen K - thanks!
dsilverm [Fri, 2 Dec 2011 16:20:32 +0000 (16:20 +0000)]
assignment operator update typo - fix from Jochen K - thanks!

12 years agotreatment of MC labels added
sgorbuno [Fri, 2 Dec 2011 14:22:45 +0000 (14:22 +0000)]
treatment of MC labels added

12 years agoUpdates for EMCal
sma [Fri, 2 Dec 2011 12:25:42 +0000 (12:25 +0000)]
Updates for EMCal

12 years agoattempt to address remaining coverity issues - all involving assignment operators...
dsilverm [Fri, 2 Dec 2011 10:41:36 +0000 (10:41 +0000)]
attempt to address remaining coverity issues - all involving assignment operators. Now just rely on using copy ctor for these operators - for simplicity and to avoid code duplication

12 years agoCoverity
cblume [Fri, 2 Dec 2011 09:20:37 +0000 (09:20 +0000)]
Coverity

12 years agoUsing both central and semi-central classes for kCentral and kSemiCentral also for...
mfloris [Fri, 2 Dec 2011 09:01:43 +0000 (09:01 +0000)]
Using both central and semi-central classes for kCentral and kSemiCentral also for the new classes.

12 years agoNew task for analysis of jet core (L. Cunqueiro)
kleinb [Fri, 2 Dec 2011 06:43:21 +0000 (06:43 +0000)]
New task for analysis of jet core (L. Cunqueiro)

12 years agoo TPC tender updates:
wiechula [Thu, 1 Dec 2011 23:53:54 +0000 (23:53 +0000)]
o TPC tender updates:
  better control of gain corrections
  remove obsolte PID code which is in the PIDResponse now
o Adapt AddTask to allow the PIDResponse task before the tender

12 years agoadd line at end of file to avoid compilation warning
gconesab [Thu, 1 Dec 2011 19:04:16 +0000 (19:04 +0000)]
add line at end of file to avoid compilation warning

12 years agocoverity from Dmitri
gconesab [Thu, 1 Dec 2011 18:51:11 +0000 (18:51 +0000)]
coverity from Dmitri

12 years agoChanges for #89357 commit in STEER and port to release T0 AO
hristov [Thu, 1 Dec 2011 17:34:53 +0000 (17:34 +0000)]
Changes for #89357 commit in STEER and port to release T0 AO

12 years agoFixes for #89368: QA final merging crashes REV-14 (Ionut)
hristov [Thu, 1 Dec 2011 17:15:16 +0000 (17:15 +0000)]
Fixes for #89368: QA final merging crashes REV-14 (Ionut)

12 years agoChanges for #89334 AOD Calorimeters: store distance to matched tracks to clusters...
hristov [Thu, 1 Dec 2011 16:39:35 +0000 (16:39 +0000)]
Changes for #89334 AOD Calorimeters: store distance to matched tracks to clusters in AODs, port to trunk and release

12 years agoAdd function suggested by Uwe
cblume [Thu, 1 Dec 2011 16:29:51 +0000 (16:29 +0000)]
Add function suggested by Uwe

12 years agoNew tags supported by AliAnalysisTaskCfg: \n #Module.OutputFile file.root matching...
agheata [Thu, 1 Dec 2011 16:01:50 +0000 (16:01 +0000)]
New tags supported by AliAnalysisTaskCfg: \n   #Module.OutputFile file.root matching AliAnalysisTaskCfg::Set/GetOutputFileName() (desired output file name)\n   #Module.TerminateFile file.root matching AliAnalysisTaskCfg::Set/GetTerminateFileName() (custom file written by the task in Terminate)

12 years agonow mag field and geo manager configuration done in analysis tasks
gconesab [Thu, 1 Dec 2011 15:41:10 +0000 (15:41 +0000)]
now mag field and geo manager configuration done in analysis tasks

12 years agoReduce number of histograms in QA, added option to load geometry file
gconesab [Thu, 1 Dec 2011 15:36:32 +0000 (15:36 +0000)]
Reduce number of histograms in QA, added option to load geometry file

12 years agoCoverity
cblume [Thu, 1 Dec 2011 15:31:39 +0000 (15:31 +0000)]
Coverity

12 years ago1) Add initialization of magnetic field in case of track matching recalculation,...
gconesab [Thu, 1 Dec 2011 15:19:50 +0000 (15:19 +0000)]
1) Add initialization of magnetic field in case of track matching recalculation, for AOD and ESD
2) Rule checker coding violations

12 years agoAdd positility to import geometry.root at Init
gconesab [Thu, 1 Dec 2011 15:17:24 +0000 (15:17 +0000)]
Add positility to import geometry.root at Init

12 years agoAdd positility to import geometry.root at Init
gconesab [Thu, 1 Dec 2011 15:16:23 +0000 (15:16 +0000)]
Add positility to import geometry.root at Init

12 years agoCaloUtils: Add include to TGeoMatrix
gconesab [Thu, 1 Dec 2011 15:12:27 +0000 (15:12 +0000)]
CaloUtils: Add include to TGeoMatrix
Reader: Add positility to import geometry.root at Init

12 years agoincluding <algorithm>
fca [Thu, 1 Dec 2011 14:42:47 +0000 (14:42 +0000)]
including <algorithm>

12 years agoChanges for #89354 commit in STEER and port to Release AliESDTZERO with fixed const
hristov [Thu, 1 Dec 2011 14:31:23 +0000 (14:31 +0000)]
Changes for #89354 commit in STEER and port to Release AliESDTZERO with fixed const

12 years agoreturning the handler in its own type and not its baseclass
jgrosseo [Thu, 1 Dec 2011 14:14:05 +0000 (14:14 +0000)]
returning the handler in its own type and not its baseclass

12 years agocoverity and RuleChecker viol fixes
dsilverm [Thu, 1 Dec 2011 14:04:18 +0000 (14:04 +0000)]
coverity and RuleChecker viol fixes

12 years agoUpdated macro (Micahael Weber)
pchrist [Thu, 1 Dec 2011 13:56:48 +0000 (13:56 +0000)]
Updated macro (Micahael Weber)

12 years agocluster merging algorithm added
sgorbuno [Thu, 1 Dec 2011 13:47:02 +0000 (13:47 +0000)]
cluster merging algorithm added

12 years agoChanging order of T0 selections (Alla)
mfloris [Thu, 1 Dec 2011 13:09:08 +0000 (13:09 +0000)]
Changing order of T0 selections (Alla)

12 years agoAdditional fix for #88417: Request to commit/port fixes to ANALYSIS/AliFileMerger...
hristov [Thu, 1 Dec 2011 12:29:47 +0000 (12:29 +0000)]
Additional fix for #88417: Request to commit/port fixes to ANALYSIS/AliFileMerger.{h,cxx} (Ruben)

12 years agoCoverity
sma [Thu, 1 Dec 2011 11:56:40 +0000 (11:56 +0000)]
Coverity

12 years agoIntroducing a flag to use V0AND instead of NSD1 for NSD events - turned off by default
hdalsgaa [Thu, 1 Dec 2011 11:27:16 +0000 (11:27 +0000)]
Introducing a flag to use V0AND instead of NSD1 for NSD events - turned off by default

12 years agoCoverity
cvetan [Thu, 1 Dec 2011 11:04:04 +0000 (11:04 +0000)]
Coverity

12 years agoCoding conventions
prino [Thu, 1 Dec 2011 10:29:02 +0000 (10:29 +0000)]
Coding conventions

12 years agoCoverity
fca [Thu, 1 Dec 2011 10:07:06 +0000 (10:07 +0000)]
Coverity

12 years agoCoding conventions
prino [Thu, 1 Dec 2011 10:02:45 +0000 (10:02 +0000)]
Coding conventions

12 years agoFixing copy ctor and ass operator
fca [Thu, 1 Dec 2011 09:32:06 +0000 (09:32 +0000)]
Fixing copy ctor and ass operator

12 years agoUpdates in graphics for MPV
prino [Thu, 1 Dec 2011 09:07:26 +0000 (09:07 +0000)]
Updates in graphics for MPV

12 years agoFix
prino [Thu, 1 Dec 2011 09:06:34 +0000 (09:06 +0000)]
Fix

12 years agowarning + coverity fixes
rpreghen [Thu, 1 Dec 2011 08:53:20 +0000 (08:53 +0000)]
warning + coverity fixes

12 years agosupporting multiple files in CopyLocalDataset
jgrosseo [Thu, 1 Dec 2011 08:39:49 +0000 (08:39 +0000)]
supporting multiple files in CopyLocalDataset

12 years agocoverity
gconesab [Thu, 1 Dec 2011 08:10:05 +0000 (08:10 +0000)]
coverity

12 years agoGetter for phys sel (Zaida)
prino [Thu, 1 Dec 2011 01:06:36 +0000 (01:06 +0000)]
Getter for phys sel (Zaida)

12 years agoCoverity
cvetan [Wed, 30 Nov 2011 22:38:36 +0000 (22:38 +0000)]
Coverity

12 years agoCoverity
cvetan [Wed, 30 Nov 2011 22:33:26 +0000 (22:33 +0000)]
Coverity

12 years agoAliAnaPi0: By default, only invariant mass histograms filled and created, extra histo...
gconesab [Wed, 30 Nov 2011 18:10:58 +0000 (18:10 +0000)]
AliAnaPi0: By default, only invariant mass histograms filled and created, extra histograms filled when requested
AliAnaPi0EbE: Move TH3 histogram to 3 TH2
AliAnaCalorimeterQA: Create ECross histogram only in EMCAL analysis, PHOS not possible for the moment.

12 years agoincreasing ClassDef
jgrosseo [Wed, 30 Nov 2011 17:32:19 +0000 (17:32 +0000)]
increasing ClassDef

12 years agoFix for #89265: VZERO equalization factor not transmitted correctly during filtering
hristov [Wed, 30 Nov 2011 17:27:30 +0000 (17:27 +0000)]
Fix for #89265: VZERO equalization factor not transmitted correctly during filtering

12 years agoAdded run list for LHC11h
dainese [Wed, 30 Nov 2011 17:20:29 +0000 (17:20 +0000)]
Added run list for LHC11h

12 years agoUpdated PbPb systematic errors (close to final)
dainese [Wed, 30 Nov 2011 16:44:02 +0000 (16:44 +0000)]
Updated PbPb systematic errors (close to final)

12 years agoCoverity
dainese [Wed, 30 Nov 2011 16:27:34 +0000 (16:27 +0000)]
Coverity

12 years agoCoverity
dainese [Wed, 30 Nov 2011 16:24:27 +0000 (16:24 +0000)]
Coverity

12 years agoCoverity
dainese [Wed, 30 Nov 2011 16:22:45 +0000 (16:22 +0000)]
Coverity

12 years agoCoverity
dainese [Wed, 30 Nov 2011 16:09:07 +0000 (16:09 +0000)]
Coverity

12 years agoCoverity
dainese [Wed, 30 Nov 2011 15:22:55 +0000 (15:22 +0000)]
Coverity

12 years agoFix
prino [Wed, 30 Nov 2011 14:59:50 +0000 (14:59 +0000)]
Fix

12 years agoCoding conventions
prino [Wed, 30 Nov 2011 14:27:24 +0000 (14:27 +0000)]
Coding conventions

12 years agoCoveriry
dainese [Wed, 30 Nov 2011 14:11:16 +0000 (14:11 +0000)]
Coveriry

12 years agoUpdate
dainese [Wed, 30 Nov 2011 14:03:11 +0000 (14:03 +0000)]
Update

12 years agoCoveriry
dainese [Wed, 30 Nov 2011 14:01:46 +0000 (14:01 +0000)]
Coveriry

12 years agoCoveriry
dainese [Wed, 30 Nov 2011 13:59:59 +0000 (13:59 +0000)]
Coveriry

12 years agoCoveriry
dainese [Wed, 30 Nov 2011 13:52:58 +0000 (13:52 +0000)]
Coveriry

12 years agoCoding conventions
prino [Wed, 30 Nov 2011 13:52:15 +0000 (13:52 +0000)]
Coding conventions

12 years agoCoveriry
dainese [Wed, 30 Nov 2011 13:39:35 +0000 (13:39 +0000)]
Coveriry

12 years agoCoveriry
dainese [Wed, 30 Nov 2011 13:37:03 +0000 (13:37 +0000)]
Coveriry

12 years agoCorrection (Raphael)
cvetan [Wed, 30 Nov 2011 13:24:28 +0000 (13:24 +0000)]
Correction (Raphael)

12 years agocompilation warning
dainese [Wed, 30 Nov 2011 13:15:51 +0000 (13:15 +0000)]
compilation warning

12 years agocorrect compilation warning about extra ; in include declaration
gconesab [Wed, 30 Nov 2011 13:03:38 +0000 (13:03 +0000)]
correct compilation warning about extra ; in include declaration

12 years agoCoding conventions
masera [Wed, 30 Nov 2011 11:31:57 +0000 (11:31 +0000)]
Coding conventions

12 years agoCoding conventions
masera [Wed, 30 Nov 2011 11:26:12 +0000 (11:26 +0000)]
Coding conventions

12 years ago(1) add option for LHC11a which allows to read only events with SDD included. (2...
esicking [Wed, 30 Nov 2011 11:13:46 +0000 (11:13 +0000)]
(1) add option for LHC11a which allows to read only events with SDD included. (2) Add possibility to select only tracks from primaries in analysis loop, in order to check reconstruction efficiency and contamination separately

12 years agocoding violations
gconesab [Wed, 30 Nov 2011 10:31:36 +0000 (10:31 +0000)]
coding violations

12 years agocoverity and coding violations
gconesab [Wed, 30 Nov 2011 09:57:58 +0000 (09:57 +0000)]
coverity and coding violations

12 years agocoverity
gconesab [Wed, 30 Nov 2011 09:38:08 +0000 (09:38 +0000)]
coverity

12 years agoTry to fix coverity defects
cblume [Wed, 30 Nov 2011 08:53:03 +0000 (08:53 +0000)]
Try to fix coverity defects

12 years agoPossibility of varying the density of the materials for material budget studies ...
masera [Wed, 30 Nov 2011 08:51:14 +0000 (08:51 +0000)]
Possibility of varying the density of the materials for material budget studies (M. Sitta)

12 years agoremove GetFiredTriggerClasses method from header, forgot in previous commit
gconesab [Wed, 30 Nov 2011 07:55:38 +0000 (07:55 +0000)]
remove GetFiredTriggerClasses method from header, forgot in previous commit

12 years agomove the trigger name recovery to the Reader mother class, and check there the input...
gconesab [Wed, 30 Nov 2011 07:52:37 +0000 (07:52 +0000)]
move the trigger name recovery to the Reader mother class, and check there the input event AOD or ESD existence

12 years agoUpdated task
coppedis [Wed, 30 Nov 2011 07:21:07 +0000 (07:21 +0000)]
Updated task

12 years agoFixes from Marcelo to get tender supply working
cnattras [Wed, 30 Nov 2011 04:50:43 +0000 (04:50 +0000)]
Fixes from Marcelo to get tender supply working

12 years agoAdd histo with TOF flags
prino [Tue, 29 Nov 2011 23:25:13 +0000 (23:25 +0000)]
Add histo with TOF flags

12 years agoSolve RuleChecker violations
guernane [Tue, 29 Nov 2011 21:43:10 +0000 (21:43 +0000)]
Solve RuleChecker violations

12 years agointroduce the option to analyze with PROOF, plus cosmetics
gconesab [Tue, 29 Nov 2011 21:10:02 +0000 (21:10 +0000)]
introduce the option to analyze with PROOF, plus cosmetics

12 years ago rule checker
loizides [Tue, 29 Nov 2011 19:13:08 +0000 (19:13 +0000)]
 rule checker

12 years agoattempt to address RuleChecker reports re. comments etc
dsilverm [Tue, 29 Nov 2011 17:22:05 +0000 (17:22 +0000)]
attempt to address RuleChecker reports re. comments etc

12 years agoana.C: add option for plugin and few other fixes
gconesab [Tue, 29 Nov 2011 17:08:26 +0000 (17:08 +0000)]
ana.C: add option for plugin and few other fixes
AddTaskPartCorr.C: Add PHOS bad channels map configuration, modify track selection cut to no itsrefit

12 years agoUpdated DA
coppedis [Tue, 29 Nov 2011 17:02:36 +0000 (17:02 +0000)]
Updated DA

12 years agoremove print
gconesab [Tue, 29 Nov 2011 17:02:17 +0000 (17:02 +0000)]
remove print

12 years agoCoverity fixes
decaro [Tue, 29 Nov 2011 17:00:11 +0000 (17:00 +0000)]
Coverity fixes

12 years agoCoding Conventions (Ruban)
masera [Tue, 29 Nov 2011 16:04:09 +0000 (16:04 +0000)]
Coding Conventions (Ruban)

12 years agoRemoving obsolete functions
fca [Tue, 29 Nov 2011 15:22:13 +0000 (15:22 +0000)]
Removing obsolete functions

12 years agofeed the new clusters with the matching residuals, either recalculated or from the...
gconesab [Tue, 29 Nov 2011 14:39:59 +0000 (14:39 +0000)]
feed the new clusters with the matching residuals, either recalculated or from the input clusters

12 years agocoding violations
gconesab [Tue, 29 Nov 2011 14:38:58 +0000 (14:38 +0000)]
coding violations

12 years agoTest track FilterBit and not FilterMask for AOD analysis
gconesab [Tue, 29 Nov 2011 14:38:32 +0000 (14:38 +0000)]
Test track FilterBit and not FilterMask for AOD analysis

12 years agocommented out some couts
fronchet [Tue, 29 Nov 2011 14:31:27 +0000 (14:31 +0000)]
commented out some couts

12 years agoAliCalorimeterUtils: Fix to be able to use PHOS bad map and geometry matrices
gconesab [Tue, 29 Nov 2011 13:43:32 +0000 (13:43 +0000)]
AliCalorimeterUtils: Fix to be able to use PHOS bad map and geometry matrices
AliAnaInsideClusterInvariantMass: Coverity mem leak
PartCorr* coding violations