]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
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

13 years agoFix coding conventions
pulvir [Tue, 22 Mar 2011 13:34:10 +0000 (13:34 +0000)]
Fix coding conventions

13 years agofixed error in adding PWG2diffractiveLinkDef.h
freidt [Tue, 22 Mar 2011 12:22:36 +0000 (12:22 +0000)]
fixed error in adding PWG2diffractiveLinkDef.h

13 years agoadded PWG2diffractiveLinkDef.h
freidt [Tue, 22 Mar 2011 12:15:02 +0000 (12:15 +0000)]
added PWG2diffractiveLinkDef.h

13 years agofixing Coverity defects 16118 and 15959
freidt [Tue, 22 Mar 2011 12:14:16 +0000 (12:14 +0000)]
fixing Coverity defects 16118 and 15959

13 years agofix for the problem with the last run
morsch [Tue, 22 Mar 2011 11:44:01 +0000 (11:44 +0000)]
fix for the problem with the last run
correction of the binning of some histograms
A. Toia

13 years agocentrality file for OADB
morsch [Tue, 22 Mar 2011 11:32:27 +0000 (11:32 +0000)]
centrality file for OADB

13 years agocorrecting small memory leak, removing unnecessary pointer checks (Theo)
richterm [Tue, 22 Mar 2011 11:21:58 +0000 (11:21 +0000)]
correcting small memory leak, removing unnecessary pointer checks (Theo)

13 years agopublishing V0 data block also if there are no candidates, adding info message
richterm [Tue, 22 Mar 2011 11:09:54 +0000 (11:09 +0000)]
publishing V0 data block also if there are no candidates, adding info message

13 years agoMinor fix
cholm [Tue, 22 Mar 2011 09:29:44 +0000 (09:29 +0000)]
Minor fix

13 years agoFixed a few coding problems
cholm [Tue, 22 Mar 2011 09:19:39 +0000 (09:19 +0000)]
Fixed a few coding problems

13 years agoRC and DQM wants to have t0 A vs C in the DQM shifter console.
cvetan [Tue, 22 Mar 2011 09:11:43 +0000 (09:11 +0000)]
RC and DQM wants to have t0 A vs C in the DQM shifter console.

13 years agoRemoval of some obsolete code, all this is now done in the reco.
cvetan [Tue, 22 Mar 2011 08:54:31 +0000 (08:54 +0000)]
Removal of some obsolete code, all this is now done in the reco.

13 years agoFix Coverity issues
akisiel [Tue, 22 Mar 2011 08:53:48 +0000 (08:53 +0000)]
Fix Coverity issues

13 years agoChanged list of sources to be loaded
mfloris [Tue, 22 Mar 2011 08:53:38 +0000 (08:53 +0000)]
Changed list of sources to be loaded

13 years agoFix delete
akisiel [Tue, 22 Mar 2011 08:43:57 +0000 (08:43 +0000)]
Fix delete

13 years agoFix Coverity
akisiel [Tue, 22 Mar 2011 08:40:24 +0000 (08:40 +0000)]
Fix Coverity

13 years agoset the request to not do tracking in clusterizer
gconesab [Tue, 22 Mar 2011 07:52:31 +0000 (07:52 +0000)]
set the request to not do tracking in clusterizer

13 years agomove setting of geometry matrices before the filling of the cluster arrays
gconesab [Tue, 22 Mar 2011 07:50:37 +0000 (07:50 +0000)]
move setting of geometry matrices before the filling of the cluster arrays

13 years agocoverity fix for TFF geometry method
gconesab [Tue, 22 Mar 2011 07:49:31 +0000 (07:49 +0000)]
coverity fix for TFF geometry method

13 years agomake some methods virtual
loizides [Tue, 22 Mar 2011 05:30:15 +0000 (05:30 +0000)]
make some methods virtual

13 years agomake members protected
loizides [Tue, 22 Mar 2011 05:22:10 +0000 (05:22 +0000)]
make members protected

13 years agoList of good runs in a separate macro
dainese [Tue, 22 Mar 2011 00:51:49 +0000 (00:51 +0000)]
List of good runs in a separate macro

13 years agoDefault z vertex cut at 10 cm in analysis, not in candidates production
dainese [Tue, 22 Mar 2011 00:45:04 +0000 (00:45 +0000)]
Default z vertex cut at 10 cm in analysis, not in candidates production

13 years agoAnalysis code for D0->4prong (Fabio)
dainese [Tue, 22 Mar 2011 00:40:24 +0000 (00:40 +0000)]
Analysis code for D0->4prong (Fabio)

13 years agoSpeed up (Francesco)
dainese [Tue, 22 Mar 2011 00:19:38 +0000 (00:19 +0000)]
Speed up (Francesco)

13 years agoUpdates for proper treatment of fQuality flag in centrality selection and for usage...
dainese [Tue, 22 Mar 2011 00:16:21 +0000 (00:16 +0000)]
Updates for proper treatment of fQuality flag in centrality selection and for usage of the SelectionBit (Giacomo, Chiara, Renu)

13 years agoImplemented possibility to compute efficiencies for D mesons with or without a fake...
dainese [Tue, 22 Mar 2011 00:11:47 +0000 (00:11 +0000)]
Implemented possibility to compute efficiencies for D mesons with or without a fake daughter (ChiaraZ)

13 years agoCoding conventions (O. Borysov)
masera [Mon, 21 Mar 2011 22:33:50 +0000 (22:33 +0000)]
Coding conventions (O. Borysov)

13 years agoPID information via InputHandlers and base class AliPIDResponse
morsch [Mon, 21 Mar 2011 21:25:11 +0000 (21:25 +0000)]
PID information via InputHandlers and base class AliPIDResponse
Jens Wiechula

13 years agofix to the proper NSD
hdalsgaa [Mon, 21 Mar 2011 20:34:35 +0000 (20:34 +0000)]
fix to the proper NSD

13 years agoNew base class AliPIDResponse
morsch [Mon, 21 Mar 2011 20:25:16 +0000 (20:25 +0000)]
New base class AliPIDResponse
Jens Wiechula

13 years agoFix Coverity leaks
akisiel [Mon, 21 Mar 2011 18:50:15 +0000 (18:50 +0000)]
Fix Coverity leaks

13 years ago1. Coding violatation partial fixies
marian [Mon, 21 Mar 2011 18:45:14 +0000 (18:45 +0000)]
1. Coding violatation partial fixies
2. removing dummy functions IsXXXX

13 years agoTPC PID response function.
morsch [Mon, 21 Mar 2011 18:44:30 +0000 (18:44 +0000)]
TPC PID response function.
Jens Wiechula

13 years agoremoving obsolete function DumpMaterialBudget
marian [Mon, 21 Mar 2011 18:35:00 +0000 (18:35 +0000)]
removing obsolete function DumpMaterialBudget
+
Coding violation

13 years agoCode checker fixies
marian [Mon, 21 Mar 2011 18:18:07 +0000 (18:18 +0000)]
Code checker fixies

13 years ago- fixing coverity
odjuvsla [Mon, 21 Mar 2011 16:52:09 +0000 (16:52 +0000)]
- fixing coverity

13 years ago- fixing coverity
odjuvsla [Mon, 21 Mar 2011 16:51:47 +0000 (16:51 +0000)]
- fixing coverity