]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoAdded monitor for the total charge. (Markus)
abercuci [Mon, 7 Mar 2011 15:21:45 +0000 (15:21 +0000)]
Added monitor for the total charge. (Markus)
Also the likelihood recalculation is commented which should solve the problem in the PID task.

13 years agoCoverity fixes (Philippe)
martinez [Mon, 7 Mar 2011 14:49:43 +0000 (14:49 +0000)]
Coverity fixes (Philippe)

13 years agoCoverity fixes (Ivana)
martinez [Mon, 7 Mar 2011 14:47:36 +0000 (14:47 +0000)]
Coverity fixes (Ivana)

13 years agoSome small code changes to adapt to requests for implementation of mixing.
pulvir [Mon, 7 Mar 2011 14:17:47 +0000 (14:17 +0000)]
Some small code changes to adapt to requests for implementation of mixing.
Some restyling and creation of header comments or function comments.

AliRsnDaughter:
- added a pointer to the owner event, used for event-related quantities
- changed where possible the dynamic_cast calls with static ones and ROOT RTTI
- added a new enum for particle types, in order to manage what is not present in AliPID
  (this should become the reference for the package, while AliPID compatibility is kept when applicable)
- added static functions to deal with this enumeration and recover mass and PDG codes
- moved the initialization of momentum vector to the "SetRef()" function, while "SetMass()" changes the mass only

AliRsnDaughterDef:
- propagated the static functions and native enum in AliRsnDaughter for mass assignment

AliRsnMother:
- added a pointer to the owner event used as reference (in case the two daughters point to different ones)
- propagated the new particle type enumeration in AliRsnDaughter
- reimplemented some getters as inline

AliRsnEvent:
- removed the static data members (make confusion with mixing event handler)
- moved here all methods for multiplicity computations (included the new one with SPD)
- renamed multiplicity computation methods ("GetMultiplicity()" disappeared and replaced by 4 methods)
- added a function to set an AliRsnDaughter object from absolute index
- added a line of code to set (*this) as owner event for a daughter set with "SetDaughter()"
- restyled some comments

AliRsnTarget:
- removed all static data members
- when target is not an event, a reference event is set to the owner of the daugher/mother
  and is used to compute event-related values when passing those objects to any computation

AliRsnCutESD2010:
- removed function with non-pointer arguments

AliRsnCutPID:
- added a security check to avoid NULL objects

AliRsnCutPIDTOF:
- propagate the event referencing using the daughter owner event

AliRsnFunction:
- removed a useless data member to distinguish between 1-daughter and 2-daughters functions
- some class restyling
- added a data-member for values computation, to avoid several new/deletes per job
- fixed a bug for variable binning in THnSparse outputs
- added a check to skip histogram filling when at least one of the computations for an object is failed

AliRsnMonitor:
- replaced the static daughter data member with a pointer (initialized to 0)
  --> this helps in fixing a coverity problem raised with a previous version

AliRsnValue:
- added some new values: (detector signals, new multiplicity, total momentum in TPC)
- moved the explicit computation of some values to the respective targets (event, mother, daughter)
- added some comments along the big "select" code

AliRsnVATProcessInfo:
- used events histogram returns to 2 bins
- "FillInfo()" method returns to require an AliRsnEvent argument (since static are removed)

AliRsnAnalysisManager:
- now the "ProcessAll" function to execute all computations requires teo AliRsnEvent arguments
  (again, because the static data members in AliRsnEvent have been removed)
- unified computations for 1-track and 2-track functions

all analysis tasks:
- propagate all modifications in function calls

13 years agoIntroduce a limit on the gain factor (Raphaelle)
cblume [Mon, 7 Mar 2011 13:39:20 +0000 (13:39 +0000)]
Introduce a limit on the gain factor (Raphaelle)

13 years agocosmetics on debug print out
abercuci [Mon, 7 Mar 2011 13:08:07 +0000 (13:08 +0000)]
cosmetics on debug print out

13 years agoset reco param on an event by event basis
abercuci [Mon, 7 Mar 2011 12:58:08 +0000 (12:58 +0000)]
set reco param on an event by event basis
fix container ownership (bug 78633)

13 years agoCoverity fixes
belikov [Mon, 7 Mar 2011 12:44:53 +0000 (12:44 +0000)]
Coverity fixes

13 years agofrom Francesco Blanci: reset histograms for calibration events
dsilverm [Mon, 7 Mar 2011 12:39:25 +0000 (12:39 +0000)]
from Francesco Blanci: reset histograms for calibration events

13 years agoCoverity fixes
belikov [Mon, 7 Mar 2011 12:29:56 +0000 (12:29 +0000)]
Coverity fixes

13 years agoCoverity fix
belikov [Mon, 7 Mar 2011 12:14:50 +0000 (12:14 +0000)]
Coverity fix

13 years agoCoverity fix
belikov [Mon, 7 Mar 2011 12:11:36 +0000 (12:11 +0000)]
Coverity fix

13 years agoeventCuts->SetUseCentralityUnchecked();
snelling [Mon, 7 Mar 2011 12:01:08 +0000 (12:01 +0000)]
eventCuts->SetUseCentralityUnchecked();
to disable recent centrality cuts introduced in the framework

13 years agoCoverity fix
belikov [Mon, 7 Mar 2011 11:30:39 +0000 (11:30 +0000)]
Coverity fix

13 years agoFixing typo
fca [Mon, 7 Mar 2011 11:24:58 +0000 (11:24 +0000)]
Fixing typo

13 years agoCoverity fix
belikov [Mon, 7 Mar 2011 11:23:16 +0000 (11:23 +0000)]
Coverity fix

13 years agoCoverity fixes
belikov [Mon, 7 Mar 2011 11:08:31 +0000 (11:08 +0000)]
Coverity fixes

13 years agoRemoved usage of AliAnalysisVertexingHF
dainese [Mon, 7 Mar 2011 10:41:42 +0000 (10:41 +0000)]
Removed usage of AliAnalysisVertexingHF

13 years agoAdded last decoder version (V2) in TOF raw data visualization
decaro [Mon, 7 Mar 2011 10:14:04 +0000 (10:14 +0000)]
Added last decoder version (V2) in TOF raw data visualization

13 years agoFix for coverity
decaro [Mon, 7 Mar 2011 10:11:39 +0000 (10:11 +0000)]
Fix for coverity

13 years agoFix for coverity and compilation warnings
decaro [Mon, 7 Mar 2011 10:11:17 +0000 (10:11 +0000)]
Fix for coverity and compilation warnings

13 years agoFixes for #78851 Pass0 macros changes
hristov [Mon, 7 Mar 2011 09:08:39 +0000 (09:08 +0000)]
Fixes for #78851 Pass0 macros changes

13 years agoadding NULL pointer protection
richterm [Mon, 7 Mar 2011 08:41:54 +0000 (08:41 +0000)]
adding NULL pointer protection

13 years agoCoveruty fixes (Jens)
hristov [Mon, 7 Mar 2011 08:19:37 +0000 (08:19 +0000)]
Coveruty fixes (Jens)

13 years agoremoving unused function, using safe string operation
richterm [Mon, 7 Mar 2011 07:52:10 +0000 (07:52 +0000)]
removing unused function, using safe string operation

13 years agoTypo correcetd.
morsch [Mon, 7 Mar 2011 02:56:37 +0000 (02:56 +0000)]
Typo correcetd.

13 years agoUpdate (Chiara)
dainese [Sun, 6 Mar 2011 23:35:13 +0000 (23:35 +0000)]
Update (Chiara)

13 years agoRemoving obslete module LHC
hristov [Sun, 6 Mar 2011 19:12:20 +0000 (19:12 +0000)]
Removing obslete module LHC

13 years agoFixes for coding conventions and coverity. Removed unnecessary calls to GetBz (Ruben)
masera [Sun, 6 Mar 2011 19:12:03 +0000 (19:12 +0000)]
Fixes for coding conventions and coverity. Removed unnecessary calls to GetBz (Ruben)

13 years agoOption to calculate the number of signal events from centrality.
morsch [Sun, 6 Mar 2011 16:54:02 +0000 (16:54 +0000)]
Option to calculate the number of signal events from centrality.

13 years agoCoding rule violations corrected
morsch [Sun, 6 Mar 2011 14:24:54 +0000 (14:24 +0000)]
Coding rule violations corrected

13 years agoinclude added
morsch [Sun, 6 Mar 2011 11:58:27 +0000 (11:58 +0000)]
include added

13 years agoinlcude AliAODExtension
morsch [Sun, 6 Mar 2011 11:37:57 +0000 (11:37 +0000)]
inlcude AliAODExtension

13 years agoAliRun included
morsch [Sun, 6 Mar 2011 11:28:38 +0000 (11:28 +0000)]
AliRun included

13 years agoCoding rule violations corrected
morsch [Sun, 6 Mar 2011 11:08:45 +0000 (11:08 +0000)]
Coding rule violations corrected

13 years agoFix for Coverity warning 16208
masera [Sun, 6 Mar 2011 09:42:50 +0000 (09:42 +0000)]
Fix for Coverity warning 16208

13 years agoCoding rule violations corrected
morsch [Sun, 6 Mar 2011 06:50:22 +0000 (06:50 +0000)]
Coding rule violations corrected

13 years agoCoding rule violations corrected
morsch [Sun, 6 Mar 2011 06:26:18 +0000 (06:26 +0000)]
Coding rule violations corrected

13 years agoCoding rule violations corrected
morsch [Sun, 6 Mar 2011 06:25:21 +0000 (06:25 +0000)]
Coding rule violations corrected

13 years agoCoding rule violations corrected.
morsch [Sun, 6 Mar 2011 06:16:14 +0000 (06:16 +0000)]
Coding rule violations corrected.

13 years agoCoing rule violations corrected
morsch [Sun, 6 Mar 2011 06:11:54 +0000 (06:11 +0000)]
Coing rule violations corrected

13 years agoCoding violations corrected
morsch [Sun, 6 Mar 2011 06:07:26 +0000 (06:07 +0000)]
Coding violations corrected

13 years agoCoding violations corrected.
morsch [Sat, 5 Mar 2011 22:04:00 +0000 (22:04 +0000)]
Coding violations corrected.

13 years agofix for Coverity 10651 (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 20:55:18 +0000 (20:55 +0000)]
fix for Coverity 10651 (B.Hippolyte)

13 years agofix for Coverity 10984 (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 20:45:30 +0000 (20:45 +0000)]
fix for Coverity 10984 (B.Hippolyte)

13 years agomethod moved
morsch [Sat, 5 Mar 2011 20:43:27 +0000 (20:43 +0000)]
method moved

13 years agoOne back.
morsch [Sat, 5 Mar 2011 20:39:15 +0000 (20:39 +0000)]
One back.

13 years agofix for Coverity 10985-88 (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 20:38:55 +0000 (20:38 +0000)]
fix for Coverity 10985-88 (B.Hippolyte)

13 years agoCoding rule violations corrected.
morsch [Sat, 5 Mar 2011 20:35:20 +0000 (20:35 +0000)]
Coding rule violations corrected.

13 years agoCoding rule violations corrected.
morsch [Sat, 5 Mar 2011 20:32:36 +0000 (20:32 +0000)]
Coding rule violations corrected.

13 years agoCoding rule violations corrected
morsch [Sat, 5 Mar 2011 20:28:43 +0000 (20:28 +0000)]
Coding rule violations corrected

13 years agoCoding rule violations corrected.
morsch [Sat, 5 Mar 2011 20:26:42 +0000 (20:26 +0000)]
Coding rule violations corrected.

13 years agoCoding rule violations corrected
morsch [Sat, 5 Mar 2011 20:24:44 +0000 (20:24 +0000)]
Coding rule violations corrected

13 years agofix for Coverity 10989 (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 20:22:49 +0000 (20:22 +0000)]
fix for Coverity 10989 (B.Hippolyte)

13 years agoCoding rule violations.
morsch [Sat, 5 Mar 2011 20:19:59 +0000 (20:19 +0000)]
Coding rule violations.

13 years agosorry i forget header
alla [Sat, 5 Mar 2011 20:16:55 +0000 (20:16 +0000)]
sorry i forget header

13 years agoObsolete code removed
morsch [Sat, 5 Mar 2011 20:12:01 +0000 (20:12 +0000)]
Obsolete code removed

13 years agofix for Coverity 10991 (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 20:11:20 +0000 (20:11 +0000)]
fix for Coverity 10991 (B.Hippolyte)

13 years agoCoding rule violations corrected.
morsch [Sat, 5 Mar 2011 20:08:23 +0000 (20:08 +0000)]
Coding rule violations corrected.

13 years agofix for Coverity (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 19:54:47 +0000 (19:54 +0000)]
fix for Coverity (B.Hippolyte)

13 years agofix for Coverity (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 19:39:35 +0000 (19:39 +0000)]
fix for Coverity (B.Hippolyte)

13 years agoCoding rule violations corrected.
morsch [Sat, 5 Mar 2011 18:46:57 +0000 (18:46 +0000)]
Coding rule violations corrected.

13 years agoCoding rule violations.
morsch [Sat, 5 Mar 2011 18:37:52 +0000 (18:37 +0000)]
Coding rule violations.

13 years agoObsolete class removed
morsch [Sat, 5 Mar 2011 17:39:19 +0000 (17:39 +0000)]
Obsolete class removed

13 years agoFix for coverity
coppedis [Sat, 5 Mar 2011 15:25:38 +0000 (15:25 +0000)]
Fix for coverity

13 years agoGetting some selection cuts from RecoParam in method ClustersToTracks (Ruben)
masera [Sat, 5 Mar 2011 13:38:01 +0000 (13:38 +0000)]
Getting some selection cuts from RecoParam in method ClustersToTracks (Ruben)

13 years agofix for Coverity (B.Hippolyte)
bhippoly [Sat, 5 Mar 2011 11:21:15 +0000 (11:21 +0000)]
fix for Coverity (B.Hippolyte)

13 years agosome coverity defects fixed
alla [Sat, 5 Mar 2011 10:42:19 +0000 (10:42 +0000)]
some coverity defects fixed

13 years agosome coverity defects fixed
alla [Sat, 5 Mar 2011 10:32:55 +0000 (10:32 +0000)]
some coverity defects fixed

13 years agosome coverity defects fixed
alla [Sat, 5 Mar 2011 10:31:39 +0000 (10:31 +0000)]
some coverity defects fixed

13 years agoCoverity fixes for DELETE_ARRAY
hristov [Sat, 5 Mar 2011 07:08:44 +0000 (07:08 +0000)]
Coverity fixes for DELETE_ARRAY

13 years agoCoverity fixes for DELETE_ARRAY
hristov [Sat, 5 Mar 2011 07:06:36 +0000 (07:06 +0000)]
Coverity fixes for DELETE_ARRAY

13 years agoCoverity fixes for BUFFER_SIZE
hristov [Sat, 5 Mar 2011 07:02:20 +0000 (07:02 +0000)]
Coverity fixes for BUFFER_SIZE

13 years agoCoverity fixes for BUFFER_SIZE
hristov [Sat, 5 Mar 2011 06:54:17 +0000 (06:54 +0000)]
Coverity fixes for BUFFER_SIZE

13 years agoFix for Coverity 10007: BAD_FREE
hristov [Sat, 5 Mar 2011 06:44:04 +0000 (06:44 +0000)]
Fix for Coverity 10007: BAD_FREE

13 years agoFix for Coverity 16288: BAD_FREE
hristov [Sat, 5 Mar 2011 06:33:26 +0000 (06:33 +0000)]
Fix for Coverity 16288: BAD_FREE

13 years agoremoving unused functions
richterm [Fri, 4 Mar 2011 19:56:20 +0000 (19:56 +0000)]
removing unused functions

13 years agonew macro
snelling [Fri, 4 Mar 2011 18:38:35 +0000 (18:38 +0000)]
new macro

13 years agofix coverity
abercuci [Fri, 4 Mar 2011 18:21:43 +0000 (18:21 +0000)]
fix coverity

13 years agoPi0: check if primary mother index is negative in case of single particle analysis...
gconesab [Fri, 4 Mar 2011 17:57:48 +0000 (17:57 +0000)]
Pi0: check if primary mother index is negative in case of single particle analysis and not fill ancestor histograms; Photon: add phi and assymmetry cut for conversion analysis, and few more histograms related to conversions

13 years agochanges for the PWG2 train (L.Milano)
bhippoly [Fri, 4 Mar 2011 17:51:46 +0000 (17:51 +0000)]
changes for the PWG2 train (L.Milano)

13 years agoPossibility to use ITS dE/dx for PID during tracking
prino [Fri, 4 Mar 2011 17:49:25 +0000 (17:49 +0000)]
Possibility to use ITS dE/dx for PID during tracking

13 years agocut to remove laser tracks from good events !!!!!!
snelling [Fri, 4 Mar 2011 17:36:20 +0000 (17:36 +0000)]
cut to remove laser tracks from good events !!!!!!

13 years agoCentrality selection added to ITSsa spectra task (Leonardo)
prino [Fri, 4 Mar 2011 17:13:06 +0000 (17:13 +0000)]
Centrality selection added to ITSsa spectra task (Leonardo)

13 years ago- configuration with the renames leaf names, binning and axes ranges
kkanaki [Fri, 4 Mar 2011 17:10:30 +0000 (17:10 +0000)]
- configuration with the renames leaf names, binning and axes ranges
- V0 branch is off (by default) until it becomes clear how it will be filled from the new V0finder component

13 years agofix in energy-loss correction in TOF tracker, removed TEXP correction
rpreghen [Fri, 4 Mar 2011 17:09:25 +0000 (17:09 +0000)]
fix in energy-loss correction in TOF tracker, removed TEXP correction

13 years ago- added the ITS clusters/track in the track properties
kkanaki [Fri, 4 Mar 2011 17:08:06 +0000 (17:08 +0000)]
- added the ITS clusters/track in the track properties
- fixed bug, eta info was filled with theta
- added Reconfigure function
- defined binning and axes ranges for the distribitions in the configuration macro

13 years agoUpdate PWG2 central train macro
akisiel [Fri, 4 Mar 2011 16:14:35 +0000 (16:14 +0000)]
Update PWG2 central train macro

13 years agoCoverity fixes (Chiara, Diego, Ivana)
hristov [Fri, 4 Mar 2011 16:05:03 +0000 (16:05 +0000)]
Coverity fixes (Chiara, Diego, Ivana)

13 years agoCoverity fixes
hristov [Fri, 4 Mar 2011 16:01:27 +0000 (16:01 +0000)]
Coverity fixes

13 years agoFix coding violations
cholm [Fri, 4 Mar 2011 15:41:00 +0000 (15:41 +0000)]
Fix coding violations

13 years ago- make the filling of V0 branch optional
kkanaki [Fri, 4 Mar 2011 15:30:08 +0000 (15:30 +0000)]
- make the filling of V0 branch optional
- cleanup

13 years agoFix for correctly getting the CDB path when running with plugin (Diego)
dainese [Fri, 4 Mar 2011 15:13:23 +0000 (15:13 +0000)]
Fix for correctly getting the CDB path when running with plugin  (Diego)

13 years agoUpdate (Alessandro)
dainese [Fri, 4 Mar 2011 15:10:02 +0000 (15:10 +0000)]
Update (Alessandro)

13 years agoCoverity fixes
hristov [Fri, 4 Mar 2011 14:56:25 +0000 (14:56 +0000)]
Coverity fixes

13 years agodefects from coverity fixed
alla [Fri, 4 Mar 2011 14:47:46 +0000 (14:47 +0000)]
defects from coverity fixed

13 years agodefects from coverity fixed
alla [Fri, 4 Mar 2011 14:44:17 +0000 (14:44 +0000)]
defects from coverity fixed

13 years agocoverity 10161
schutz [Fri, 4 Mar 2011 14:16:20 +0000 (14:16 +0000)]
coverity 10161

13 years agocorrect for omission
schutz [Fri, 4 Mar 2011 13:56:39 +0000 (13:56 +0000)]
correct for omission

13 years agocoverity 11209
schutz [Fri, 4 Mar 2011 13:53:59 +0000 (13:53 +0000)]
coverity 11209