]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoFixes for coverity
pchrist [Fri, 25 Mar 2011 09:42:19 +0000 (09:42 +0000)]
Fixes for coverity

13 years agosome corrections (Magali)
kleinb [Fri, 25 Mar 2011 09:27:07 +0000 (09:27 +0000)]
some corrections (Magali)

13 years agocoverity 2
gconesab [Fri, 25 Mar 2011 09:13:06 +0000 (09:13 +0000)]
coverity 2

13 years agoFixed problem when drawing DQM histograms (F.Bellini)
decaro [Fri, 25 Mar 2011 09:12:31 +0000 (09:12 +0000)]
Fixed problem when drawing DQM histograms (F.Bellini)

13 years agopassing argument by reference to support proper cleanup of the argument list
richterm [Fri, 25 Mar 2011 09:01:34 +0000 (09:01 +0000)]
passing argument by reference to support proper cleanup of the argument list

13 years agoFix some problems, and clean up code
cholm [Thu, 24 Mar 2011 23:36:43 +0000 (23:36 +0000)]
Fix some problems, and clean up code

13 years agoUpdate (Chiara)
dainese [Thu, 24 Mar 2011 23:30:46 +0000 (23:30 +0000)]
Update (Chiara)

13 years agoUpdates and corrections.
morsch [Thu, 24 Mar 2011 20:47:22 +0000 (20:47 +0000)]
Updates and corrections.
Matus Kalisky

13 years agoUpdates
morsch [Thu, 24 Mar 2011 20:09:19 +0000 (20:09 +0000)]
Updates
Ruben Shahoyan

13 years agoUpdates in SDD macros to plot QA results
prino [Thu, 24 Mar 2011 18:21:08 +0000 (18:21 +0000)]
Updates in SDD macros to plot QA results

13 years agoo make task owner of the output lists
wiechula [Thu, 24 Mar 2011 17:15:46 +0000 (17:15 +0000)]
o make task owner of the output lists

13 years agoplotted delta pT for different cents
kleinb [Thu, 24 Mar 2011 17:14:26 +0000 (17:14 +0000)]
plotted delta pT for different cents

13 years agoadded all corrections for EMCAL for periods LHC10d and LHC10e
rvernet [Thu, 24 Mar 2011 16:01:36 +0000 (16:01 +0000)]
added all corrections for EMCAL for periods LHC10d and LHC10e

13 years agoCoverity fixes
kharlov [Thu, 24 Mar 2011 15:51:37 +0000 (15:51 +0000)]
Coverity fixes

13 years agoCoverty plus minE threshold
loizides [Thu, 24 Mar 2011 15:24:59 +0000 (15:24 +0000)]
Coverty plus minE threshold

13 years agobug fix
jotwinow [Thu, 24 Mar 2011 15:14:57 +0000 (15:14 +0000)]
bug fix

13 years agoMinimum clusters per track to 3, as in AliGRPRecoParam for pp
dainese [Thu, 24 Mar 2011 15:08:57 +0000 (15:08 +0000)]
Minimum clusters per track to 3, as in AliGRPRecoParam for pp

13 years agoAdding AliMUONCDB::ShowFaultyBusPatches method to make tracking of misbehaving buspat...
laphecet [Thu, 24 Mar 2011 12:58:11 +0000 (12:58 +0000)]
Adding AliMUONCDB::ShowFaultyBusPatches method to make tracking of misbehaving buspatches a bit easier

13 years agoadding default configuration objects for PrimaryVertexer and V0Finder components
richterm [Thu, 24 Mar 2011 12:32:01 +0000 (12:32 +0000)]
adding default configuration objects for PrimaryVertexer and V0Finder components

13 years agoUpdated analysis (Marian)
hristov [Thu, 24 Mar 2011 12:27:20 +0000 (12:27 +0000)]
Updated analysis (Marian)

13 years agobugfix in the announcement of required OCDB objects, use configuration objects accord...
richterm [Thu, 24 Mar 2011 12:14:53 +0000 (12:14 +0000)]
bugfix in the announcement of required OCDB objects, use configuration objects according to CF type

13 years agoReplacing sprintf with snprintf
marian [Thu, 24 Mar 2011 11:58:44 +0000 (11:58 +0000)]
Replacing sprintf with snprintf
Coverity warnings

13 years agocoverity changes
marian [Thu, 24 Mar 2011 11:34:23 +0000 (11:34 +0000)]
coverity changes

AliESDcosmic.cxx             - pointer check
AliTPCcalibTime.cxx          - proper pointer check
AliTPCcalibTracksGain.cxx    - removing obsolete functions and data members
AliTPCtrackerSector.cxx      - array initialization in cosntructor
AliTPCclustererKr.cxx        - check the pointer at the beginning of function
AliTPCkalmanAlign.cxx        - coverity warning
AliXRDPROOFtoolkit.cxx       - snprintf instead of sprintf

13 years agoWhoops - forgot to delete some code
cholm [Thu, 24 Mar 2011 11:14:15 +0000 (11:14 +0000)]
Whoops - forgot to delete some code

13 years agoRenamed script to add Central AOD task from
cholm [Thu, 24 Mar 2011 11:12:15 +0000 (11:12 +0000)]
Renamed script to add Central AOD task from
AddTaskCentral.C to AddTaskCentralMult.C  - to be
consistent.

Fixes for the event normalisation calculations.  We
can now properly use beta in the formula

  N = 1/E_T (N_A + N_A/N_V (N_T - N_V - beta))

Note, that this requires that the physics selection
does not check the that the hw trigger class is a
collision trigger.

Fixes for the TrainSetup.C script.

MakeAOD.C and MakedNdeta.C will now use TrainSetup.C
if libRAliEn.so is available and working.

Run.sh likewise will use the TrainSetup.C, unless
libRAliEn.so is not available (checked) or an empty
name is passed via the option -N.

DrawdNdeta.C fixed upd a little.

Note, to check for a true collision, one now needs to
do

   AliAODForwardMult::IsTriggerBits(kB|kNSD)

for example - otherwise you also get A, C, AC, and E
triggers that are also NSD off-line triggers.   This
is done automatically in

   AliAODForwardMult::CheckEvent

13 years agoRenamed
cholm [Thu, 24 Mar 2011 10:58:58 +0000 (10:58 +0000)]
Renamed

13 years agoRenamed
cholm [Thu, 24 Mar 2011 10:58:36 +0000 (10:58 +0000)]
Renamed

13 years agoo fix coerity warning
wiechula [Thu, 24 Mar 2011 10:40:17 +0000 (10:40 +0000)]
o fix coerity warning

13 years agoCoding rule violations corrected.
morsch [Thu, 24 Mar 2011 10:28:49 +0000 (10:28 +0000)]
Coding rule violations corrected.

13 years agoo Set proper default value for tof time 0
wiechula [Thu, 24 Mar 2011 10:27:00 +0000 (10:27 +0000)]
o Set proper default value for tof time 0

13 years agoCoverty fixes
loizides [Thu, 24 Mar 2011 10:14:01 +0000 (10:14 +0000)]
Coverty fixes

13 years agoCoverty
loizides [Thu, 24 Mar 2011 09:50:26 +0000 (09:50 +0000)]
Coverty

13 years agoremoved TH3
rvernet [Thu, 24 Mar 2011 08:52:19 +0000 (08:52 +0000)]
removed TH3

13 years agocoverity
gconesab [Thu, 24 Mar 2011 08:40:53 +0000 (08:40 +0000)]
coverity

13 years agoFixed all coding viols.
cvetan [Thu, 24 Mar 2011 08:15:02 +0000 (08:15 +0000)]
Fixed all coding viols.

13 years agoFixing minor coding violations
cnattras [Thu, 24 Mar 2011 03:34:26 +0000 (03:34 +0000)]
Fixing minor coding violations

13 years agoadding cross checking utilities
cnattras [Thu, 24 Mar 2011 02:59:50 +0000 (02:59 +0000)]
adding cross checking utilities

13 years agoadding cross checking utilities
cnattras [Thu, 24 Mar 2011 02:52:45 +0000 (02:52 +0000)]
adding cross checking utilities

13 years agoAdding functions to facilitate cross checks with Monte Carlo
cnattras [Thu, 24 Mar 2011 02:45:56 +0000 (02:45 +0000)]
Adding functions to facilitate cross checks with Monte Carlo

13 years agoFixing number of centrality bins
cnattras [Thu, 24 Mar 2011 02:34:22 +0000 (02:34 +0000)]
Fixing number of centrality bins

13 years agoAdding setting for background and efficiency error, fixing number of centrality bins...
cnattras [Thu, 24 Mar 2011 02:23:49 +0000 (02:23 +0000)]
Adding setting for background and efficiency error, fixing number of centrality bins, adding function to calculate total systematic error, adding centrality dependent efficiencies

13 years agoFixed fRunChanged after last commit (Marco, Marek)
agheata [Wed, 23 Mar 2011 21:35:50 +0000 (21:35 +0000)]
Fixed fRunChanged after last commit (Marco, Marek)

13 years agoBug fix in the track phi assignment.
amastros [Wed, 23 Mar 2011 19:27:38 +0000 (19:27 +0000)]
Bug fix in the track phi assignment.
Protection added in the clustering.
Added macros for full simulation and cluster checks

13 years agoMore fixes for running on the grid
cnattras [Wed, 23 Mar 2011 19:15:27 +0000 (19:15 +0000)]
More fixes for running on the grid

13 years agoSUMMARY by A.Maire:
bhippoly [Wed, 23 Mar 2011 18:39:52 +0000 (18:39 +0000)]
SUMMARY by A.Maire:
7 TeV analyses,
step forward on the selections (binning, Xi rejection, ...)
+ multiplicity issues : new estimator EstimateMultiplicity from Ruben

---------------------------
1. CheckCascade :
* Coverity defect (10256) :
       Prior tables in combined PID now hold 10 values instead of 5.
* Editions :
       - in THX titles, #Omega^{+} become #bar{#Omega}^{+}
       - in THX titles, #Xi^{+} become #bar{#Xi}^{+}
* New set of topological cuts :
       - towards optimisation in pp data at 7 TeV (Extra Loose)
* Pile-up :
       - change from IsPileupFromSPD to IsPileupFromSPDInMultBins (pile-up rejection = f(nb tracklets)
* Multiplicity:
       Introduction of "nITSandTPCtracksAndSPDtracklets" as another Multiplicity observable (AliESDEvent::EstimateMultiplicity)
       + control TH1F fHistEstimateITSTPCMultiplicityForTrigEvt
* fCFContCascadePIDXiMinus, XIPlus, OmegaMinus, OmegaPlus
       - new binning for the inv mass dimensions
       - Omega containers filled only if the corresponding | M(Xi) - 1.3217 | > 0.008 MeV/c^2
            e.g. (TMath::Abs( lInvMassXiPlus-1.3217 ) > 0.008)
* fCFContCascadeCuts :
       - Multiplicity dim = now prim. tracks or EstimateMult.
       - new manual binning for prim. track dimension,
       - Omega steps filled only if the corresponding | M(Xi) - 1.3217 | > 0.008 MeV/c^2
* Angular correlation :
       - Omega THnSparse filled only if the corresponding | M(Xi) - 1.3217 | > 0.008 MeV/c^2

2. macros/AddTaskCheckCascade
   --> Nothing

3. CheckPerformance
* Coverity defect (10256) :
       Prior tables in combined PID now hold 10 values instead of 5.
* Editions :
       - in THX titles, #Omega^{+} become #bar{#Omega}^{+}
       - in THX titles, #Xi^{+} become #bar{#Xi}^{+}
* New set of topological cuts :
       - towards optimisation in pp data at 7 TeV (New Loose)
* Pile-up :
       - change from IsPileupFromSPD to IsPileupFromSPDInMultBins (pile-up rejection = f(nb tracklets)
* Multiplicity :
       Introduction of "nITSandTPCtracksAndSPDtracklets" as another Multiplicity observable (AliESDEvent::EstimateMultiplicity)
* TH2F Mult. observable Vs True MC multiplicity
       - f2dHistRecoPrimTrckMultVsMCMult,
       - f2dHistRecoEstimateMultVsMCMult
* TH2F Pt(baryon daughter) Vs Pt(Casc)
       - f2dHistAsMCPtProtonVsPtXiMinus
       - f2dHistAsMCPtAntiProtonVsPtXiPlus
       - f2dHistAsMCPtProtonVsPtOmegaMinus
       - f2dHistAsMCPtAntiProtonVsPtOmegaPlus
* fCFContCascadePIDAsXiMinus, XIPlus, OmegaMinus, OmegaPlus
       - new binning for the inv mass dimensions
* fCFContAsCascadeCuts :
       - Multiplicity dim = now prim. tracks or EstimateMult.
       - new manual binning for prim. track dimension
       - Omega steps filled only if the corresponding | M(Xi) - 1.3217 | > 0.008 MeV/c^2

4. macros/AddTaskCheckPerformanceCascade
   --> Nothing

13 years agomemory management
snelling [Wed, 23 Mar 2011 15:48:34 +0000 (15:48 +0000)]
memory management

13 years ago- increase the number of files that can be chained to 200 (from 20)
kkanaki [Wed, 23 Mar 2011 15:26:31 +0000 (15:26 +0000)]
- increase the number of files that can be chained to 200 (from 20)

13 years agoMC Primaries should be recorded before trigger selection
hdalsgaa [Wed, 23 Mar 2011 14:44:14 +0000 (14:44 +0000)]
MC Primaries should be recorded before trigger selection

13 years agomods in AliReconstruction and AliReconstructor for the upgrade (Annalisa)
hristov [Wed, 23 Mar 2011 14:32:07 +0000 (14:32 +0000)]
mods in AliReconstruction and AliReconstructor for the upgrade (Annalisa)

13 years agoa) Implemented energy threshold on cells to be assigned to clusters
loizides [Wed, 23 Mar 2011 14:15:21 +0000 (14:15 +0000)]
a) Implemented energy threshold on cells to be assigned to clusters
   In order to be fully consistent (ie before this gets ported to the
   release) the rec param should be updated to be zero.
   (it is 10 GeV right now the code used a hard coded value of zero)

b) Implemented switch (default off) to also use the energy gradient
   to decide whether a cell is considered to be neighbor or not.
   At the moment I am only playing with this option so it is not
   interfaced with the rec param.

13 years agoCoding rules (Fabio)
dainese [Wed, 23 Mar 2011 13:55:34 +0000 (13:55 +0000)]
Coding rules (Fabio)

13 years ago- removed ITS options
kkanaki [Wed, 23 Mar 2011 13:46:15 +0000 (13:46 +0000)]
- removed ITS options
- added the centrality task for the case of Pb-Pb data
- modified the names of macros and scripts created while submitting a job to contain the name of the task
- updated ROOT and AliRoot versions for running on the GRID

13 years agoMinor things
cholm [Wed, 23 Mar 2011 13:39:00 +0000 (13:39 +0000)]
Minor things

13 years agoFixed problem
cholm [Wed, 23 Mar 2011 13:37:31 +0000 (13:37 +0000)]
Fixed problem

13 years agoFixed problem
cholm [Wed, 23 Mar 2011 13:37:20 +0000 (13:37 +0000)]
Fixed problem

13 years agoSome adds and removes
cholm [Wed, 23 Mar 2011 13:34:59 +0000 (13:34 +0000)]
Some adds and removes

13 years agoMostly documentation changes.
cholm [Wed, 23 Mar 2011 13:34:27 +0000 (13:34 +0000)]
Mostly documentation changes.

Also added ability to choose dN/deta normalisation scheme

13 years agoPossiblity to use MC primary vertex in IsSelected
dainese [Wed, 23 Mar 2011 12:55:00 +0000 (12:55 +0000)]
Possiblity to use MC primary vertex in IsSelected

13 years agoPossiblity to use MC primary vertex in IsSelected
dainese [Wed, 23 Mar 2011 12:45:02 +0000 (12:45 +0000)]
Possiblity to use MC primary vertex in IsSelected

13 years agobug fix
loizides [Wed, 23 Mar 2011 10:43:49 +0000 (10:43 +0000)]
bug fix

13 years agoFixing Coding violations
akisiel [Wed, 23 Mar 2011 10:35:42 +0000 (10:35 +0000)]
Fixing Coding violations

13 years agoo add parameter for MC
wiechula [Wed, 23 Mar 2011 10:21:44 +0000 (10:21 +0000)]
o add parameter for MC

13 years agoAdd some more cuts
loizides [Wed, 23 Mar 2011 10:17:02 +0000 (10:17 +0000)]
Add some more cuts

13 years agoonly access ocdb if really requested
loizides [Wed, 23 Mar 2011 10:16:23 +0000 (10:16 +0000)]
only access ocdb if really requested

13 years agoAnalysis classes to measure inclusive pi0 spectrum in pp collisions
kharlov [Wed, 23 Mar 2011 09:35:51 +0000 (09:35 +0000)]
Analysis classes to measure inclusive pi0 spectrum in pp collisions

13 years agofwd declaration
loizides [Wed, 23 Mar 2011 09:11:11 +0000 (09:11 +0000)]
fwd declaration

13 years agofix coverity
abercuci [Wed, 23 Mar 2011 09:11:01 +0000 (09:11 +0000)]
fix coverity

13 years agofix from multi input event handler (Alberto $ Martin)
agheata [Wed, 23 Mar 2011 08:57:00 +0000 (08:57 +0000)]
fix from multi input event handler (Alberto $ Martin)

13 years agofix coverity for PWG1/TRD
abercuci [Wed, 23 Mar 2011 08:55:31 +0000 (08:55 +0000)]
fix coverity for PWG1/TRD

13 years agoRemoved obsolete scripts
cholm [Wed, 23 Mar 2011 08:46:12 +0000 (08:46 +0000)]
Removed obsolete scripts

13 years agoFixes for the creation of PAR files on Mac (Chiara, Gerri)
hristov [Wed, 23 Mar 2011 08:40:41 +0000 (08:40 +0000)]
Fixes for the creation of PAR files on Mac (Chiara, Gerri)

13 years agoNew data member (Renaud)
hristov [Wed, 23 Mar 2011 08:37:08 +0000 (08:37 +0000)]
New data member (Renaud)

13 years agoNew static member function to define a trigger histogram.
cholm [Wed, 23 Mar 2011 08:17:46 +0000 (08:17 +0000)]
New static member function to define a trigger histogram.
New member function to check the validity of the event.

--This lne, and those below, will be ignored--

M    AliAODForwardMult.cxx
M    AliAODForwardMult.h

13 years agoDeclare needed branches
cholm [Wed, 23 Mar 2011 08:16:18 +0000 (08:16 +0000)]
Declare needed branches

13 years agoDeclare needed branches
cholm [Wed, 23 Mar 2011 08:15:55 +0000 (08:15 +0000)]
Declare needed branches

13 years agoCoding conventions
cholm [Wed, 23 Mar 2011 08:15:23 +0000 (08:15 +0000)]
Coding conventions

13 years agoMinor tweaks to get calo jobs running on the grid
cnattras [Wed, 23 Mar 2011 02:34:06 +0000 (02:34 +0000)]
Minor tweaks to get calo jobs running on the grid

13 years agoFix (Francesco, Gian Michele)
dainese [Tue, 22 Mar 2011 23:35:06 +0000 (23:35 +0000)]
Fix (Francesco, Gian Michele)

13 years agoo Add task for setting up the pid object in a analysis independent (ESD, AOD) way
wiechula [Tue, 22 Mar 2011 23:05:25 +0000 (23:05 +0000)]
o Add task for setting up the pid object in a analysis independent (ESD, AOD) way

13 years agoFix (Renu)
dainese [Tue, 22 Mar 2011 21:31:40 +0000 (21:31 +0000)]
Fix (Renu)

13 years agorandomize reaction plane
loizides [Tue, 22 Mar 2011 21:14:16 +0000 (21:14 +0000)]
randomize reaction plane

13 years agochange memory management
snelling [Tue, 22 Mar 2011 21:01:34 +0000 (21:01 +0000)]
change memory management

13 years agoForgotten commit - removing obsolete class
marian [Tue, 22 Mar 2011 20:47:43 +0000 (20:47 +0000)]
Forgotten commit  - removing obsolete class

13 years agoCoverity fixies
marian [Tue, 22 Mar 2011 20:09:47 +0000 (20:09 +0000)]
Coverity fixies
+
Removing obsolete class (AliExternalComparison)

13 years agoCoverity fix.
marian [Tue, 22 Mar 2011 19:55:57 +0000 (19:55 +0000)]
Coverity fix.

13 years agoUpdates.
morsch [Tue, 22 Mar 2011 19:49:21 +0000 (19:49 +0000)]
Updates.
Francesco Prino
Annalisa Mastroserio

13 years agoAliPIDResponse related
morsch [Tue, 22 Mar 2011 19:12:15 +0000 (19:12 +0000)]
AliPIDResponse related
Jens Wiechula

13 years agoInherits from AliPIDResponse
morsch [Tue, 22 Mar 2011 18:35:54 +0000 (18:35 +0000)]
Inherits from AliPIDResponse
Jens Wiechula

13 years agoadded some example cases
snelling [Tue, 22 Mar 2011 18:27:05 +0000 (18:27 +0000)]
added some example cases

13 years agoTPCbaseLinkDef.h - removing obolete clases + adding new
marian [Tue, 22 Mar 2011 18:08:17 +0000 (18:08 +0000)]
TPCbaseLinkDef.h       - removing obolete clases + adding new
CMakelibTPCbase.pkg    - removing obsolete clases
CMakelibTPCcalib.pkg   - removing obsolete clases

13 years agofix
loizides [Tue, 22 Mar 2011 17:26:55 +0000 (17:26 +0000)]
fix

13 years agoCoverity fixies
marian [Tue, 22 Mar 2011 17:23:07 +0000 (17:23 +0000)]
Coverity fixies
(Marian)

13 years agoPrinting the warning about the "ESD mass" just once.
belikov [Tue, 22 Mar 2011 16:28:15 +0000 (16:28 +0000)]
Printing the warning about the "ESD mass" just once.

13 years agoWe must have pileup vertices here
hdalsgaa [Tue, 22 Mar 2011 15:48:50 +0000 (15:48 +0000)]
We must have pileup vertices here

13 years agoabs id
loizides [Tue, 22 Mar 2011 15:03:05 +0000 (15:03 +0000)]
abs id

13 years agochanged a few histos, removed TH3
rvernet [Tue, 22 Mar 2011 15:01:40 +0000 (15:01 +0000)]
changed a few histos, removed TH3

13 years agoCoverity fix.
cvetan [Tue, 22 Mar 2011 14:44:22 +0000 (14:44 +0000)]
Coverity fix.

13 years agoImplementation of the new ZDC timing cut, which now uses the corrected times stored...
cvetan [Tue, 22 Mar 2011 14:17:26 +0000 (14:17 +0000)]
Implementation of the new ZDC timing cut, which now uses the corrected times stored in ESD. To be used in the pass2 of LHC10h.

13 years agoremove sub function
loizides [Tue, 22 Mar 2011 14:11:30 +0000 (14:11 +0000)]
remove sub function

13 years agonew T0 QA from Alla
agheata [Tue, 22 Mar 2011 14:05:09 +0000 (14:05 +0000)]
new T0 QA from Alla