]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoIn loadmacros.C:
ivana [Wed, 16 Mar 2011 16:11:45 +0000 (16:11 +0000)]
In loadmacros.C:
Adding MUONGenerateGentleGeometry.C

13 years agoIn MUONGenerateGentleGeometry.C:
ivana [Wed, 16 Mar 2011 16:10:11 +0000 (16:10 +0000)]
In MUONGenerateGentleGeometry.C:
Adding copyright, Id, includes and setting svn:keywords, svn:eol-style
properties.

13 years agoFixing bug introduced by me caught by Marcelo
cnattras [Wed, 16 Mar 2011 15:55:28 +0000 (15:55 +0000)]
Fixing bug introduced by me caught by Marcelo

13 years agoFixing some minor problems in implementation of centrality corrections
cnattras [Wed, 16 Mar 2011 15:53:48 +0000 (15:53 +0000)]
Fixing some minor problems in implementation of centrality corrections

13 years agoOpening more the TDC check window
coppedis [Wed, 16 Mar 2011 15:45:18 +0000 (15:45 +0000)]
Opening more the TDC check window

13 years agoCoverity fixes (Dmitri Peressounko)
fca [Wed, 16 Mar 2011 14:49:36 +0000 (14:49 +0000)]
Coverity fixes (Dmitri Peressounko)

13 years agoadded TOF calibration library and code for pass0/passX calibration
rpreghen [Wed, 16 Mar 2011 14:26:00 +0000 (14:26 +0000)]
added TOF calibration library and code for pass0/passX calibration

13 years agoCoveriti fix
prsnko [Wed, 16 Mar 2011 13:37:16 +0000 (13:37 +0000)]
Coveriti fix

13 years agoadding PrimaryVertexFinder and V0Finder component to registration, to be consolidated...
richterm [Wed, 16 Mar 2011 12:44:05 +0000 (12:44 +0000)]
adding PrimaryVertexFinder and V0Finder component to registration, to be consolidated with current GlobalVertexer

13 years agousing AliCDBRunRange::Infinity() instead of number
richterm [Wed, 16 Mar 2011 12:42:48 +0000 (12:42 +0000)]
using AliCDBRunRange::Infinity() instead of number

13 years agonull pointer check for v0 data block added
richterm [Wed, 16 Mar 2011 12:31:27 +0000 (12:31 +0000)]
null pointer check for v0 data block added

13 years agoFix coding conventions
cholm [Wed, 16 Mar 2011 12:13:50 +0000 (12:13 +0000)]
Fix coding conventions

13 years agoFixed coding convention issues as given by the automatic
cholm [Wed, 16 Mar 2011 12:13:22 +0000 (12:13 +0000)]
Fixed coding convention issues as given by the automatic
rule checker in a mail from the 3rd of march, 2011.

All issues fixed, except

- FMD/AliFMDParameters.cxx:832
Rule RC19: In parameters of a method, objects that are passed
by pointer or by reference and that are not modified should be
declared const.  Violation: Parameter declaration UShort_t&
det in method AliFMDParameters::Hardware2Detector can be
declared as const type & param

+ This is a false negative - which is obvious from the code

- FMD/AliFMDReconstructor.cxx:332
Rule RC19: In parameters of a method, objects that are passed
by pointer or by reference and that are not modified should be
declared const.  Violation: Parameter declaration AliRawReader
reader in method AliFMDReconstructor::Digitize can be declared
as const type param

+ Again, this is a false negative, since the AliRawReader object _is_
  modified - the state is changed

- FMD/AliFMDHitDigitizer.cxx:213
Rule RC19: In parameters of a method, objects that are passed
by pointer or by reference and that are not modified should be
declared const.  Violation: Parameter declaration AliFMD fmd
in method AliFMDHitDigitizer::AliFMDHitDigitizer can be
declared as const type param

+ Again, false negative.  The member fFMD is assigned to the passed
  parameter and this is indeed modified several times throughout the
  life time of the AliFMDHitDigitizer object.

- FMD/AliFMD3.cxx:123
Rule RC19: In parameters of a method, objects that are passed
by pointer or by reference and that are not modified should be
declared const.  Violation: Parameter declaration Option_t opt
in method AliFMD3::ConeR can be declared as const type param

+ False negative.  Strange actually, since typedef const char Option_t

- FMD/AliFMDBaseDigitizer.cxx:605
Rule RC19: In parameters of a method, objects that are passed
by pointer or by reference and that are not modified should be
declared const.  Violation: Parameter declaration AliLoader
loader in method AliFMDBaseDigitizer::StoreDigits can be
declared as const type param

+ Again, false negative.

- FMD/AliFMDSpectraDisplay.cxx:237
Rule RC19: In parameters of a method, objects that are passed
by pointer or by reference and that are not modified should be
declared const.  Violation: Parameter declaration
TGListTreeItem entry in method
AliFMDSpectraDisplay::AliFMDSpectraDisplayTop::HandleEntry can
be declared as const type param

+ This cannot be changed, since the call back from ROOT does not allow
  that.

13 years agocoverity 15108 fixed
sgorbuno [Wed, 16 Mar 2011 12:06:57 +0000 (12:06 +0000)]
coverity 15108 fixed

13 years agoReworked to include track matching
loizides [Wed, 16 Mar 2011 11:40:51 +0000 (11:40 +0000)]
Reworked to include track matching

13 years agoincrease array to cope with pbpb
loizides [Wed, 16 Mar 2011 11:36:22 +0000 (11:36 +0000)]
increase array to cope with pbpb

13 years agoFixing memory leask
slindal [Wed, 16 Mar 2011 10:59:08 +0000 (10:59 +0000)]
Fixing memory leask

13 years agoMust use either edtrack or kfparticle
slindal [Wed, 16 Mar 2011 10:51:34 +0000 (10:51 +0000)]
Must use either edtrack or kfparticle

13 years agocoverity fix
slindal [Wed, 16 Mar 2011 10:49:32 +0000 (10:49 +0000)]
coverity fix

13 years agoCorrection objects for the Pb+Pb analysis
hdalsgaa [Wed, 16 Mar 2011 09:14:47 +0000 (09:14 +0000)]
Correction objects for the Pb+Pb analysis

13 years agoAdd background map task
hdalsgaa [Wed, 16 Mar 2011 09:05:40 +0000 (09:05 +0000)]
Add background map task

13 years agoFixing FEP if the number of findable clusters is not set (Matthias Richter)
mfloris [Wed, 16 Mar 2011 09:02:51 +0000 (09:02 +0000)]
Fixing FEP if the number of findable clusters is not set (Matthias Richter)

13 years agoFix in centrality sel (Giacomo)
dainese [Wed, 16 Mar 2011 01:20:14 +0000 (01:20 +0000)]
Fix in centrality sel (Giacomo)

13 years agoNew macro for SDD QA plots from ESD tracks
prino [Wed, 16 Mar 2011 00:51:57 +0000 (00:51 +0000)]
New macro for SDD QA plots from ESD tracks

13 years agoAdd protections for empty histos
prino [Wed, 16 Mar 2011 00:33:39 +0000 (00:33 +0000)]
Add protections for empty histos

13 years agoremove unnecessary return
gconesab [Tue, 15 Mar 2011 22:28:56 +0000 (22:28 +0000)]
remove unnecessary return

13 years agoRemoved printout
dainese [Tue, 15 Mar 2011 22:27:30 +0000 (22:27 +0000)]
Removed printout

13 years agoImplementing centrality dependence in corrections
cnattras [Tue, 15 Mar 2011 21:54:05 +0000 (21:54 +0000)]
Implementing centrality dependence in corrections

13 years agoUpdating macros for hadronic et. Implements centrality dependence of efficiency.
cnattras [Tue, 15 Mar 2011 21:50:38 +0000 (21:50 +0000)]
Updating macros for hadronic et.  Implements centrality dependence of efficiency.

13 years agoFixing problem in QA checker for 2011 RUN
coppedis [Tue, 15 Mar 2011 18:32:07 +0000 (18:32 +0000)]
Fixing problem in QA checker for 2011 RUN

13 years agotrick to fill missing histograms
gconesab [Tue, 15 Mar 2011 17:50:22 +0000 (17:50 +0000)]
trick to fill missing histograms

13 years agocoverity fix
rpreghen [Tue, 15 Mar 2011 17:35:35 +0000 (17:35 +0000)]
coverity fix

13 years agocoveritiy
rpreghen [Tue, 15 Mar 2011 17:24:26 +0000 (17:24 +0000)]
coveritiy

13 years agochange phi range of histograms to accomodate new EMCAL acceptance
gconesab [Tue, 15 Mar 2011 16:45:17 +0000 (16:45 +0000)]
change phi range of histograms to accomodate new EMCAL acceptance

13 years agosettings for 2011 data taking
gconesab [Tue, 15 Mar 2011 16:24:09 +0000 (16:24 +0000)]
settings for 2011 data taking

13 years agoAlicoverity bug 16201
slindal [Tue, 15 Mar 2011 16:07:46 +0000 (16:07 +0000)]
Alicoverity bug 16201

13 years agoImproved settings of B in AliMedium for Si
amastros [Tue, 15 Mar 2011 16:05:38 +0000 (16:05 +0000)]
Improved settings of B in AliMedium for Si

13 years agoFixing coverity bug 10803
slindal [Tue, 15 Mar 2011 15:51:50 +0000 (15:51 +0000)]
Fixing coverity bug 10803

13 years ago- remove the configuration for running the V0histo component
kkanaki [Tue, 15 Mar 2011 15:51:45 +0000 (15:51 +0000)]
- remove the configuration for running the V0histo component

13 years agoFixing coverity warning 16283
slindal [Tue, 15 Mar 2011 15:47:47 +0000 (15:47 +0000)]
Fixing coverity warning 16283

13 years agoMoving gamma jet ana to separate folder. Addding several ana processors.
slindal [Tue, 15 Mar 2011 15:37:40 +0000 (15:37 +0000)]
Moving gamma jet ana to separate folder. Addding several ana processors.

13 years agoadded ntuple
loizides [Tue, 15 Mar 2011 15:32:00 +0000 (15:32 +0000)]
added ntuple

13 years ago- coverity fix 10070
kkanaki [Tue, 15 Mar 2011 15:15:00 +0000 (15:15 +0000)]
- coverity fix 10070

13 years ago- coverity fix 10181
kkanaki [Tue, 15 Mar 2011 15:11:27 +0000 (15:11 +0000)]
- coverity fix 10181

13 years agoMC specific event inspector
cholm [Tue, 15 Mar 2011 15:11:19 +0000 (15:11 +0000)]
MC specific event inspector

13 years agoCode update for handling centrality in the dN/deta analysis.
cholm [Tue, 15 Mar 2011 15:10:21 +0000 (15:10 +0000)]
Code update for handling centrality in the dN/deta analysis.
New MC specific event inspector
Various updates to run script
More flags for the histogram collector
and a few other things

13 years ago- coverity fix 10184
kkanaki [Tue, 15 Mar 2011 15:02:19 +0000 (15:02 +0000)]
- coverity fix 10184

13 years ago- coverity fix 14329
kkanaki [Tue, 15 Mar 2011 14:49:46 +0000 (14:49 +0000)]
- coverity fix 14329

13 years agoSort the cells incoming to the clusterizer and not afterwards.
loizides [Tue, 15 Mar 2011 14:41:32 +0000 (14:41 +0000)]
Sort the cells incoming to the clusterizer and not afterwards.

13 years agomember array initialization added (Theo)
richterm [Tue, 15 Mar 2011 14:12:32 +0000 (14:12 +0000)]
member array initialization added (Theo)

13 years agomaking function parameters const
richterm [Tue, 15 Mar 2011 14:02:16 +0000 (14:02 +0000)]
making function parameters const

13 years agochanging some names to fulfill coding rules
richterm [Tue, 15 Mar 2011 13:32:38 +0000 (13:32 +0000)]
changing some names to fulfill coding rules

13 years ago- component for plotting the Y and Z track residuals (Timur)
kkanaki [Tue, 15 Mar 2011 13:30:18 +0000 (13:30 +0000)]
- component for plotting the Y and Z track residuals (Timur)

13 years agoAdding macro the regenerate the gentle geometry for EVE (Bogdan)
laphecet [Tue, 15 Mar 2011 13:20:29 +0000 (13:20 +0000)]
Adding macro the regenerate the gentle geometry for EVE (Bogdan)

13 years agoUpdated macro
laphecet [Tue, 15 Mar 2011 13:18:24 +0000 (13:18 +0000)]
Updated macro

13 years agoRaw data analysys for pedestal runs
kharlov [Tue, 15 Mar 2011 13:11:02 +0000 (13:11 +0000)]
Raw data analysys for pedestal runs

13 years agocoverity
rvernet [Tue, 15 Mar 2011 13:01:23 +0000 (13:01 +0000)]
coverity

13 years agoCoverity fix
marian [Tue, 15 Mar 2011 12:40:11 +0000 (12:40 +0000)]
Coverity fix
(Juri)

13 years agofix for bug report https://savannah.cern.ch/bugs/index.php?78827#comment6
abercuci [Tue, 15 Mar 2011 12:34:06 +0000 (12:34 +0000)]
fix for bug report https://savannah.cern.ch/bugs/index.php?78827#comment6

13 years agoFixed macro from Francesca
agheata [Tue, 15 Mar 2011 10:54:07 +0000 (10:54 +0000)]
Fixed macro from Francesca

13 years agoDo not call to use the event pointer before the analysis starts
gconesab [Tue, 15 Mar 2011 10:53:36 +0000 (10:53 +0000)]
Do not call to use the event pointer before the analysis starts

13 years agocoverty warning fixed
alla [Tue, 15 Mar 2011 09:42:38 +0000 (09:42 +0000)]
coverty warning fixed

13 years agoFixes for #77589, Setting optimisation with cmake (Natalia)
hristov [Tue, 15 Mar 2011 08:40:05 +0000 (08:40 +0000)]
Fixes for #77589, Setting optimisation with cmake (Natalia)

13 years agoAdded Centrality cut to event mixing.
mvala [Tue, 15 Mar 2011 08:31:13 +0000 (08:31 +0000)]
Added Centrality cut to event mixing.

13 years agoloading also TRD alignment objects
agheata [Tue, 15 Mar 2011 07:46:32 +0000 (07:46 +0000)]
loading also TRD alignment objects

13 years agounused variable removed
morsch [Tue, 15 Mar 2011 07:32:04 +0000 (07:32 +0000)]
unused variable removed

13 years agoOADB for spectra
morsch [Tue, 15 Mar 2011 07:20:52 +0000 (07:20 +0000)]
OADB for spectra
M. Floris

13 years agoOptimisation
morsch [Tue, 15 Mar 2011 07:14:40 +0000 (07:14 +0000)]
Optimisation
C. Loizides

13 years agoadded LHS gaus fit (Marta)
kleinb [Tue, 15 Mar 2011 07:07:18 +0000 (07:07 +0000)]
added LHS gaus fit (Marta)

13 years agoCleanup
loizides [Tue, 15 Mar 2011 06:08:07 +0000 (06:08 +0000)]
Cleanup

13 years agoMerged new code from Fengchou and Ermes.
loizides [Mon, 14 Mar 2011 21:29:47 +0000 (21:29 +0000)]
Merged new code from Fengchou and Ermes.

13 years agoAdded new cuts on number of crossed rows and findable clusters
mfloris [Mon, 14 Mar 2011 17:14:49 +0000 (17:14 +0000)]
Added new cuts on number of crossed rows and findable clusters

13 years agoChanges from S. Rossegger :
amastros [Mon, 14 Mar 2011 14:03:12 +0000 (14:03 +0000)]
Changes from S. Rossegger :
1. Many fixes to comply with the AliRoot coding conventions
2. Improvement in "lowest pt tracked" -> now uses helix parametrization for calc. of a,b
3. Added a more sophisticaed efficiency calculation which includes the possibility to make chi2 cuts via Confidence Levels (method of Ruben Shahoyan) plus adding 'basic' detection efficiencies per layer
4.  Adding "ITS Stand alone" tracking capabilities via forward+backward tracking -> Kalman smoothing is then used for the parameter estimates (important for efficiencies)

13 years ago fix to prevent perprocessor crash when data is strange
alla [Mon, 14 Mar 2011 13:42:12 +0000 (13:42 +0000)]
 fix to prevent perprocessor crash when data is strange

13 years agonew histogram in online monitoring to show satellite bunches online
alla [Mon, 14 Mar 2011 13:40:46 +0000 (13:40 +0000)]
new histogram in online monitoring to show  satellite bunches online

13 years agoFixing some minor coding violations
cnattras [Mon, 14 Mar 2011 12:56:28 +0000 (12:56 +0000)]
Fixing some minor coding violations

13 years agoAnother pass at fixing coverity issues
cnattras [Mon, 14 Mar 2011 12:23:39 +0000 (12:23 +0000)]
Another pass at fixing coverity issues

13 years agoadded phit correlation again, accidentally taken out in last commit
kleinb [Mon, 14 Mar 2011 12:09:40 +0000 (12:09 +0000)]
added phit correlation again, accidentally taken out in last commit

13 years agoGetIndexFromRun made public.
morsch [Mon, 14 Mar 2011 11:22:18 +0000 (11:22 +0000)]
GetIndexFromRun made public.

13 years agoI have included the new multiplicity distribution for tpc tracks, just for reference
morsch [Mon, 14 Mar 2011 11:15:22 +0000 (11:15 +0000)]
I have included the new multiplicity distribution for tpc tracks, just for reference
So nothing should change for the performances but it makes it easier to check.
(A. Toia)

13 years agoOrphan file removed.
morsch [Mon, 14 Mar 2011 11:03:56 +0000 (11:03 +0000)]
Orphan file removed.

13 years agosmall adjustments
loizides [Mon, 14 Mar 2011 10:22:12 +0000 (10:22 +0000)]
small adjustments

13 years agoUpgrades and fixes for coding violations from FC
hdalsgaa [Mon, 14 Mar 2011 10:05:52 +0000 (10:05 +0000)]
Upgrades and fixes for coding violations from FC

13 years agocoverity
rvernet [Sun, 13 Mar 2011 23:41:47 +0000 (23:41 +0000)]
coverity

13 years agoAdding the documenation
marian [Sun, 13 Mar 2011 17:27:56 +0000 (17:27 +0000)]
Adding the documenation
(Alexander, Yvonne, Marian)

13 years agocoding conventions fix
snelling [Sun, 13 Mar 2011 16:44:10 +0000 (16:44 +0000)]
coding conventions fix

13 years agofixing coding convention viols. RecPoint macro updated.
amastros [Sun, 13 Mar 2011 14:25:35 +0000 (14:25 +0000)]
fixing coding convention viols. RecPoint macro updated.

13 years agoplotting macro for jet note, plot different background estimates
kleinb [Sun, 13 Mar 2011 12:56:41 +0000 (12:56 +0000)]
plotting macro for jet note, plot different background estimates

13 years agoNew analysis train for the charge fluctuations
pchrist [Sun, 13 Mar 2011 10:30:52 +0000 (10:30 +0000)]
New analysis train for the charge fluctuations

13 years agofixes for coverity issues
dsilverm [Sun, 13 Mar 2011 06:16:16 +0000 (06:16 +0000)]
fixes for coverity issues

13 years agoAdded QA
dainese [Sat, 12 Mar 2011 23:32:53 +0000 (23:32 +0000)]
Added QA

13 years agoUpdate
dainese [Sat, 12 Mar 2011 23:24:44 +0000 (23:24 +0000)]
Update

13 years agomove print to debug
gconesab [Sat, 12 Mar 2011 19:03:03 +0000 (19:03 +0000)]
move print to debug

13 years agoFix for coverty warning 11157 and extra protection of LUT values.
aszostak [Sat, 12 Mar 2011 18:29:40 +0000 (18:29 +0000)]
Fix for coverty warning 11157 and extra protection of LUT values.

13 years agoFix for coverty warning about sscanf overflows.
aszostak [Sat, 12 Mar 2011 13:41:08 +0000 (13:41 +0000)]
Fix for coverty warning about sscanf overflows.

13 years agoUse minimal initialisation for generating LUTs.
aszostak [Sat, 12 Mar 2011 12:59:23 +0000 (12:59 +0000)]
Use minimal initialisation for generating LUTs.

13 years agofixed coverity reports
kleinb [Sat, 12 Mar 2011 12:43:50 +0000 (12:43 +0000)]
fixed coverity reports

13 years agofixed typo
kleinb [Sat, 12 Mar 2011 12:43:12 +0000 (12:43 +0000)]
fixed typo

13 years agoFixing warning about uninitialised fServeChamber variable.
aszostak [Sat, 12 Mar 2011 12:25:26 +0000 (12:25 +0000)]
Fixing warning about uninitialised fServeChamber variable.

13 years agoSetting correct invalid values for missing vertex info.
aszostak [Sat, 12 Mar 2011 12:24:13 +0000 (12:24 +0000)]
Setting correct invalid values for missing vertex info.