]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
10 years agoBetter use of TFileMerger to remove intermediate files. Add pass name in final output...
pcrochet [Tue, 6 Aug 2013 15:04:27 +0000 (15:04 +0000)]
Better use of TFileMerger to remove intermediate files. Add pass name in final output (Diego)

10 years agoCorrection in protection of Y()
morsch [Tue, 6 Aug 2013 13:51:31 +0000 (13:51 +0000)]
Correction in protection of Y()
<http://savannah.cern.ch/bugs/?102193>

10 years agoInsideClusterIM: Add histograms to check n cells in cluster depending on overlapping
gconesab [Tue, 6 Aug 2013 07:49:24 +0000 (07:49 +0000)]
InsideClusterIM: Add histograms to check n cells in cluster depending on overlapping
Pi0EbE: Move n cells cut before track match cut and splitting call
Photon: Fix title

10 years agoadd getter to cut on n cells
gconesab [Tue, 6 Aug 2013 07:44:45 +0000 (07:44 +0000)]
add getter to cut on n cells

10 years agoRenamed local method rnorml to rnormlEP to avoid conflict with
shahoian [Mon, 5 Aug 2013 12:09:08 +0000 (12:09 +0000)]
Renamed local method rnorml to rnormlEP to avoid conflict with
cernlib rnorml.

10 years agovariable type change (Emilia)
jgrosseo [Mon, 5 Aug 2013 12:01:46 +0000 (12:01 +0000)]
variable type change (Emilia)

10 years agoAdditional histograms for the time of flight
eserradi [Mon, 5 Aug 2013 10:53:37 +0000 (10:53 +0000)]
Additional histograms for the time of flight

10 years agoprotection against efficiency value=0 (Sandro)
arossi [Mon, 5 Aug 2013 10:37:20 +0000 (10:37 +0000)]
protection against efficiency value=0 (Sandro)

10 years agoupdated the task
ssakai [Mon, 5 Aug 2013 09:58:58 +0000 (09:58 +0000)]
updated the task

10 years agofix filling of overlap histograms, move filling of acceptance histograms out of loop
gconesab [Mon, 5 Aug 2013 08:28:55 +0000 (08:28 +0000)]
fix filling of overlap histograms, move filling of acceptance histograms out of loop

10 years agoFrom Salvatore and Marta:
loizides [Mon, 5 Aug 2013 05:33:19 +0000 (05:33 +0000)]
From Salvatore and Marta:
Transition of base jet analysis classes to be able to use several jet collections.

10 years agoAliAnaInsideClusterInvariantMass: Finalize the factorization of histogram filling...
gconesab [Sun, 4 Aug 2013 19:09:59 +0000 (19:09 +0000)]
AliAnaInsideClusterInvariantMass: Finalize the factorization of histogram filling, add few histograms for  n cells distribution after cuts, do not initialize some histograms that are not needed when some cuts are not applied (m02 cut, asymetry cut) or centrality/event plane for pp
AliAnaPi0EbE: Add some histograms to check the effect of overlapping with random particles

10 years agoadd method to check if some cuts where on
gconesab [Sun, 4 Aug 2013 19:06:57 +0000 (19:06 +0000)]
add method to check if some cuts where on

10 years agoAdd cut on distance to bad channel and EMCal border for selected second local maxima...
gconesab [Sat, 3 Aug 2013 19:47:06 +0000 (19:47 +0000)]
Add cut on distance to bad channel and EMCal border for selected second local maxima in split analysis
Move particle overlap counter from AliAnaInsideClusterInvariantMass to AliMCAnalysisUtils so that is it used in other tasks
AliAnaInsideClusterInvariantMass: add new histograms regarding overlap and dependence on number of cells in cluster

10 years agoadd optional debug prints
gconesab [Sat, 3 Aug 2013 19:43:15 +0000 (19:43 +0000)]
add optional debug prints

10 years agoFrom Chris
loizides [Fri, 2 Aug 2013 17:31:20 +0000 (17:31 +0000)]
From Chris

10 years agoFrom Redmer
loizides [Fri, 2 Aug 2013 17:29:25 +0000 (17:29 +0000)]
From Redmer
- AliAnalysisTaskLocalRho -> important fix: due to a bug - introduced
26/07/13 - the local rho was attached only to the first event in a
chain, subsequent events received a NULL pointer and silently reverted
back to a 'fixed' rho
- AliAnalysisTaskRhoVnModulation -> important fix (same as
AliAnalysisTaksLocalRho, introduced on 25/07/13), in addition rebinned
some histograms and optimized the output

10 years agoAdding/updating PID info, adding histograms for neutron correction
cnattras [Fri, 2 Aug 2013 14:20:02 +0000 (14:20 +0000)]
Adding/updating PID info, adding histograms for neutron correction

10 years agocorrect inputHistogramFileName (Prabhat Ranjan Pujahari <p.pujahari@cern.ch>)
miweber [Fri, 2 Aug 2013 13:53:00 +0000 (13:53 +0000)]
correct inputHistogramFileName (Prabhat Ranjan Pujahari <p.pujahari@cern.ch>)

10 years agoModified macros for TOF analysis of K* in pA for possibility to use daughter's pt...
fbellini [Fri, 2 Aug 2013 10:12:43 +0000 (10:12 +0000)]
Modified macros for TOF analysis of K* in pA for possibility to use daughter's pt or p for Minv binning

10 years agoAdded daughters' p and pt to the type list of AliRsnMiniValue + modified macros for...
fbellini [Fri, 2 Aug 2013 06:45:59 +0000 (06:45 +0000)]
Added daughters' p and pt to the type list of AliRsnMiniValue + modified macros for TOF analysis for possibility to use daughter's pt or p for Minv binning

10 years agoChange of logic:
mivanov [Thu, 1 Aug 2013 23:40:05 +0000 (23:40 +0000)]
Change of logic:
1. New logic enable us to test differnt esdTrack cuts
2. In case we simulate pileup tit has to be done in new way

Old logic:
loop over particles
        loop over reconstructed tracks which are fulfilling some criteria ESD track cuts and acc. cuts - find pair
            writeis Rec status and pairs

New logic:
loop over particles
        loop over reconstructed tracks find pair
            write rec. status and pairs    and ESDtrack cuts and acceptance cuts status (I do not cut)
            (to be extended to different setting of the track cuts in future 2010, 2011 ..)

10 years agocov fix + some extra features on matrices import
mcosenti [Thu, 1 Aug 2013 14:09:58 +0000 (14:09 +0000)]
cov fix + some extra features on matrices import

10 years agoUpdate for Mean Vertex calibration in CPass - possibility to re-run the calibration
zampolli [Thu, 1 Aug 2013 13:57:11 +0000 (13:57 +0000)]
Update for Mean Vertex calibration in CPass - possibility to re-run the calibration
without needing to mask the existing OCDB objects (D. Caffarri).

10 years agoRestoring fiducial acceptance cut (Sandro)
arossi [Thu, 1 Aug 2013 09:30:21 +0000 (09:30 +0000)]
Restoring fiducial acceptance cut (Sandro)

10 years ago2D D meson efficiency correction + updates for running on MC samples
arossi [Thu, 1 Aug 2013 09:26:03 +0000 (09:26 +0000)]
2D D meson efficiency correction + updates for running on MC samples

10 years agoupdated
ssakai [Thu, 1 Aug 2013 08:01:18 +0000 (08:01 +0000)]
updated

10 years agoCoverity fix
prsnko [Thu, 1 Aug 2013 06:55:08 +0000 (06:55 +0000)]
Coverity fix

10 years agoextract hists for pp case
jgrosseo [Wed, 31 Jul 2013 14:09:45 +0000 (14:09 +0000)]
extract hists for pp case

10 years agoRedmer Bertens: small update of AddTaskJetFlow.C macro
iseliouj [Wed, 31 Jul 2013 11:12:16 +0000 (11:12 +0000)]
Redmer Bertens: small update of AddTaskJetFlow.C macro

10 years agoAdded pt error to the output tree. If the RP tree is absent, analysis
shahoian [Wed, 31 Jul 2013 09:09:02 +0000 (09:09 +0000)]
Added pt error to the output tree. If the RP tree is absent, analysis
will go on avoiding cluster-related info filling.

10 years agoFix in method BuildMaterialLUT: avoid trajectories normal to the z axis (Ruben)
masera [Wed, 31 Jul 2013 08:45:05 +0000 (08:45 +0000)]
Fix in method BuildMaterialLUT: avoid trajectories normal to the z axis (Ruben)

10 years agonew task to find jet trigger candidates (loop over EMCal L1 patches over threshold...
loizides [Wed, 31 Jul 2013 07:47:32 +0000 (07:47 +0000)]
new task to find jet trigger candidates (loop over EMCal L1 patches over threshold and match with reconstructed jets)

10 years agoFrom Salvatore
loizides [Wed, 31 Jul 2013 07:46:15 +0000 (07:46 +0000)]
From Salvatore
- AliAnalysisTaskSAJF: fix histogram binning and axis
- AliAnalysisTaskEmcalJetDev, AliAnalysisTaskEmcalDev: default container index parameter for the get functions
- AliAnalysisTaskEmcalJet: trigger jet filter
- AliEmcalJet: new non-streamed field to store bits containing trigger information
- AliJetTriggerSelectionTask: new task to find jet trigger candidates (loop over EMCal L1 patches over threshold and match with reconstructed jets)
- AliEMCALClusterizerFixedWindow: improve memory management (less new-delete calls)

10 years agoUpdates from Redmer
loizides [Wed, 31 Jul 2013 07:42:23 +0000 (07:42 +0000)]
Updates from Redmer

10 years agofrom Chris
loizides [Wed, 31 Jul 2013 07:41:21 +0000 (07:41 +0000)]
from Chris

10 years agoCoverty fixes from Ruediger
loizides [Wed, 31 Jul 2013 05:36:07 +0000 (05:36 +0000)]
Coverty fixes from Ruediger

10 years agocoverity fixes (R. Ma)
kleinb [Wed, 31 Jul 2013 05:01:29 +0000 (05:01 +0000)]
coverity fixes (R. Ma)

10 years agoAdd small slope to test vector to avoid normal tracks and repeats the step if case...
shahoian [Tue, 30 Jul 2013 16:23:56 +0000 (16:23 +0000)]
Add small slope to test vector to avoid normal tracks and repeats the step if case of eventual failure.

10 years ago- Created individual splines for 13f (also used for 13e)
morsch [Tue, 30 Jul 2013 12:50:02 +0000 (12:50 +0000)]
- Created individual splines for 13f (also used for 13e)
- Removed eta correction and multiplicity correction (latter one anyway switched off per default at the moment) for 13e and 13f
  (problems due to high luminosity dependencies)
Benjamin Hess

10 years agoupdate for strangeness MC scaling (O. Busch)
kleinb [Tue, 30 Jul 2013 08:06:21 +0000 (08:06 +0000)]
update for strangeness MC scaling (O. Busch)

10 years ago-add protection (HF)
jbook [Tue, 30 Jul 2013 07:10:42 +0000 (07:10 +0000)]
-add protection (HF)
-improve precision calc (Histos)
-remove direct cut decision (CutGroup)

10 years agoadd the possibility to use an OCDB snapshot. Just put the file OCDB.root in the direc...
mkrzewic [Mon, 29 Jul 2013 20:19:27 +0000 (20:19 +0000)]
add the possibility to use an OCDB snapshot. Just put the file OCDB.root in the directory where you submit, it will be propagated

10 years agocoverity notification: fixing REVERSE_INULL
xsanchez [Mon, 29 Jul 2013 16:12:39 +0000 (16:12 +0000)]
coverity notification: fixing REVERSE_INULL

10 years agocoverity fix
agheata [Mon, 29 Jul 2013 16:10:05 +0000 (16:10 +0000)]
coverity fix

10 years agoadding proper destructors and some small changes in analysis macro
mchojnac [Mon, 29 Jul 2013 14:17:58 +0000 (14:17 +0000)]
adding proper destructors and some small changes in analysis macro

10 years agopossibility to use V0 for trigger particles
jgrosseo [Mon, 29 Jul 2013 13:28:55 +0000 (13:28 +0000)]
possibility to use V0 for trigger particles

10 years agoupdated
ssakai [Mon, 29 Jul 2013 11:42:06 +0000 (11:42 +0000)]
updated

10 years agoadded the benchmark script + example config
mkrzewic [Mon, 29 Jul 2013 10:55:57 +0000 (10:55 +0000)]
added the benchmark script + example config

10 years ago Fixing histogram labels.
akalweit [Mon, 29 Jul 2013 10:37:20 +0000 (10:37 +0000)]
 Fixing histogram labels.

10 years agomoving filling of V0 histogram later
jgrosseo [Mon, 29 Jul 2013 10:18:13 +0000 (10:18 +0000)]
moving filling of V0 histogram later
changing finite bin correction

10 years agoupdated configs for ProtonFemto train
maszyman [Mon, 29 Jul 2013 09:58:40 +0000 (09:58 +0000)]
updated configs for ProtonFemto train

10 years agoCoverity fixes (8443)
arossi [Mon, 29 Jul 2013 09:21:20 +0000 (09:21 +0000)]
Coverity fixes (8443)

10 years agotesting migration
agrigora [Mon, 29 Jul 2013 09:18:31 +0000 (09:18 +0000)]
testing migration

10 years agocoverity warning fix
sgorbuno [Sun, 28 Jul 2013 23:36:04 +0000 (23:36 +0000)]
coverity warning fix

10 years agocoverity warning fix
sgorbuno [Sun, 28 Jul 2013 23:31:25 +0000 (23:31 +0000)]
coverity warning fix

10 years agoadditional protections for MC particles: label out of range and NULL dereferencing
mkrzewic [Sun, 28 Jul 2013 13:07:44 +0000 (13:07 +0000)]
additional protections for MC particles: label out of range and NULL dereferencing

10 years agoAdded loop for extraction of clusters really attached to its track.
shahoian [Sun, 28 Jul 2013 12:57:22 +0000 (12:57 +0000)]
Added loop for extraction of clusters really attached to its track.
Added array of 7 floats to output tree, filled by the cluster charge on each layer

10 years agocheck that the label does not exceed the stack size
mkrzewic [Sun, 28 Jul 2013 12:22:30 +0000 (12:22 +0000)]
check that the label does not exceed the stack size

10 years agoFrom Redmer: Task to be used to calculate rho relative to RP.
loizides [Fri, 26 Jul 2013 18:38:37 +0000 (18:38 +0000)]
From Redmer: Task to be used to calculate rho relative to RP.

10 years agofrom Redmer Bertens:
mkrzewic [Fri, 26 Jul 2013 16:14:43 +0000 (16:14 +0000)]
from Redmer Bertens:
- added gapped qc jet flow analysis
- switched from using 'PtSub' to 'AliLocalRhoParameter' for jet
  background subtraction

10 years agofrom Attilio Tarantola:
mkrzewic [Fri, 26 Jul 2013 16:12:05 +0000 (16:12 +0000)]
from Attilio Tarantola:
  AliPerformanceDEdx: added MIP for electron, in order to produce trending plots

  AliPerformanceSummary: added occupancy per chamber

10 years agoset an array of trigger bits to reject or accept events that pass the physics selecti...
gconesab [Fri, 26 Jul 2013 16:00:22 +0000 (16:00 +0000)]
set an array of trigger bits to reject or accept events that pass the physics selection, simplify the event selection

10 years agochange in the load of matrices
mcosenti [Fri, 26 Jul 2013 14:29:37 +0000 (14:29 +0000)]
change in the load of matrices

10 years agoremove centrality method for AOD, already done with virtual method in base class
gconesab [Fri, 26 Jul 2013 14:20:14 +0000 (14:20 +0000)]
remove centrality method for AOD, already done with virtual method in base class

10 years agoDelete outdated Config files
dgangadh [Fri, 26 Jul 2013 11:33:41 +0000 (11:33 +0000)]
Delete outdated Config files

10 years agoDelete outdated Config files
dgangadh [Fri, 26 Jul 2013 11:33:30 +0000 (11:33 +0000)]
Delete outdated Config files

10 years agoAdd additional Config macros for Kch analysis (Elena Rogochaya)
dgangadh [Fri, 26 Jul 2013 11:25:13 +0000 (11:25 +0000)]
Add additional Config macros for Kch analysis (Elena Rogochaya)

10 years agofrom Carlos Perez: improve resolution in lambda flow
mkrzewic [Fri, 26 Jul 2013 09:44:15 +0000 (09:44 +0000)]
from Carlos Perez: improve resolution in lambda flow

10 years agoremove old code
gconesab [Fri, 26 Jul 2013 09:43:16 +0000 (09:43 +0000)]
remove old code

10 years agoGet trigger class name from event virtual class, not from AOD or ESD event, counter...
gconesab [Fri, 26 Jul 2013 09:30:28 +0000 (09:30 +0000)]
Get trigger class name from event virtual class, not from AOD or ESD event, counter: remove old code on patched data; trigger QA: remove dependencies on ESDs, now analysis possible on AODs also

10 years agoFilling secondaries enabled
prsnko [Fri, 26 Jul 2013 07:56:33 +0000 (07:56 +0000)]
Filling secondaries enabled

10 years agoStatic method in the AliTOFPIDresponse to provide the TOF mismatch time distribution.
morsch [Fri, 26 Jul 2013 06:33:40 +0000 (06:33 +0000)]
Static method in the AliTOFPIDresponse to provide the TOF mismatch time distribution.
F. Noferini

10 years ago- Added individual splines for MC_pp 12d and 13d periods
morsch [Fri, 26 Jul 2013 06:26:15 +0000 (06:26 +0000)]
- Added individual splines for MC_pp 12d and 13d periods
- MC_pp 11a periods now use 10f6a splines (11b2 splines wrongly assumed before)
- Improved low-pT electron splines for 2013 pPb data periods (other species and high-pT electrons affected by < 0.15%)

10 years ago- Added individual splines for MC_pp 12d and 13d periods
morsch [Fri, 26 Jul 2013 06:11:50 +0000 (06:11 +0000)]
- Added individual splines for MC_pp 12d and 13d periods
- MC_pp 11a periods now use 10f6a splines (11b2 splines wrongly assumed before)
- Improved low-pT electron splines for 2013 pPb data periods (other species and high-pT electrons affected by < 0.15%)

10 years agoProtection against crash in rapidity Y() calculation added
prsnko [Thu, 25 Jul 2013 19:12:35 +0000 (19:12 +0000)]
Protection against crash in rapidity Y() calculation added

10 years agoFrom Redmer:
loizides [Thu, 25 Jul 2013 18:37:53 +0000 (18:37 +0000)]
From Redmer:
Adds local rho parameter as an extension to the input event, so
that subsequent tasks in an analysis train can use it.
in fact, at the moment i have a personal analysis task (aimed at jet flow)
which
a) calculates a rho as a function of phi (taking into account v2 and
v3), this is then stored as a AliLocalRhoParameter object and added to
the aod/esd
b) does a lot of calculations / histogram filling specific to my
analysis (jet flow)
since a) might be of use to other analyses as well (e.g. rosi is showing
an interest in using it) i propose that i split my task into two
classes, one general class for a) which will then be just an additional
method for estimating rho, and a second analysis task for myself to
tinker with.

10 years agoProcessMC() moved _after_ SelectPhotonClusters()
prsnko [Thu, 25 Jul 2013 17:48:00 +0000 (17:48 +0000)]
ProcessMC() moved _after_ SelectPhotonClusters()

10 years agoimplement method to select only particles generated by hijing in case of cocktail...
gconesab [Thu, 25 Jul 2013 16:55:47 +0000 (16:55 +0000)]
implement method to select only particles generated by hijing in case of cocktail production

10 years agoadd protection in case of not exiting mix buffer
gconesab [Thu, 25 Jul 2013 13:18:48 +0000 (13:18 +0000)]
add protection in case of not exiting mix buffer

10 years agoincrease cell time diff histogram binning
gconesab [Thu, 25 Jul 2013 13:18:16 +0000 (13:18 +0000)]
increase cell time diff histogram binning

10 years agoupdated for systematic study
ssakai [Thu, 25 Jul 2013 13:06:15 +0000 (13:06 +0000)]
updated for systematic study

10 years agoAvoid unnecessary divisions to avoid FPE for tracks close to axis (https://savannah...
shahoian [Thu, 25 Jul 2013 12:36:28 +0000 (12:36 +0000)]
Avoid unnecessary divisions to avoid FPE for tracks close to axis (https://savannah.cern.ch/bugs/?102060)

10 years agoPlotting macro updates
dgangadh [Thu, 25 Jul 2013 11:34:13 +0000 (11:34 +0000)]
Plotting macro updates

10 years agoPlotting macro updates
dgangadh [Thu, 25 Jul 2013 11:34:04 +0000 (11:34 +0000)]
Plotting macro updates

10 years agochange way to check the origin of local maxima, add histogram depending on n overlaps...
gconesab [Thu, 25 Jul 2013 11:26:19 +0000 (11:26 +0000)]
change way to check the origin of local maxima, add histogram depending on n overlaps, increase the cell threshold for cell time plots

10 years agoupdated configs for ProtonFemtoMC train
maszyman [Thu, 25 Jul 2013 10:53:01 +0000 (10:53 +0000)]
updated configs for ProtonFemtoMC train

10 years agoFrom Salvatore:
loizides [Wed, 24 Jul 2013 21:16:40 +0000 (21:16 +0000)]
From Salvatore:

- AliJetResponseMaker: add NEF and z axis in response matrix (optional), fix area axis limits
- AliAnalysisTaskDeltaPt: deltaPt vs. event plane
- AliHadCorr: fix axis limits in QA histograms

10 years agofix. Thanks to Salvatore
loizides [Wed, 24 Jul 2013 21:06:59 +0000 (21:06 +0000)]
fix. Thanks to Salvatore

10 years agoPossible scan of the rapidity dependence (A.Festanti)
zconesa [Wed, 24 Jul 2013 18:37:11 +0000 (18:37 +0000)]
Possible scan of the rapidity dependence (A.Festanti)

10 years agoupdated configs for ProtonFemto train
maszyman [Wed, 24 Jul 2013 15:23:24 +0000 (15:23 +0000)]
updated configs for ProtonFemto train

10 years agoadd missing histogram axis title
gconesab [Wed, 24 Jul 2013 11:54:55 +0000 (11:54 +0000)]
add missing histogram axis title

10 years agorefined kaon fits
fnoferin [Wed, 24 Jul 2013 11:54:22 +0000 (11:54 +0000)]
refined kaon fits

10 years agoaccess geo files in any case
gconesab [Wed, 24 Jul 2013 11:41:35 +0000 (11:41 +0000)]
access geo files in any case

10 years agoFixes on Lc candidate selection
zconesa [Tue, 23 Jul 2013 21:01:21 +0000 (21:01 +0000)]
Fixes on Lc candidate selection

10 years agoAdded THnSparse for Systematics
bdoenigu [Tue, 23 Jul 2013 16:33:25 +0000 (16:33 +0000)]
Added THnSparse for Systematics

10 years agoupdated configs for ProtoFemto
maszyman [Tue, 23 Jul 2013 13:37:37 +0000 (13:37 +0000)]
updated configs for ProtoFemto

10 years agoMC bug fixed in kaon macro
fnoferin [Tue, 23 Jul 2013 12:44:05 +0000 (12:44 +0000)]
MC bug fixed in kaon macro

10 years agoInput file for QGP process generator updated
auras [Tue, 23 Jul 2013 12:39:07 +0000 (12:39 +0000)]
Input file for QGP process generator updated

10 years agoProper destructor implementation
zconesa [Tue, 23 Jul 2013 11:55:04 +0000 (11:55 +0000)]
Proper destructor implementation