]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
mkrzewic [Tue, 21 Oct 2014 11:58:27 +0000 (13:58 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agomake the sorting more robust by using natural sort
mkrzewic [Tue, 21 Oct 2014 11:57:51 +0000 (13:57 +0200)]
make the sorting more robust by using natural sort

9 years agoEMCAL triggers added in AliTriggerAnalysis + code clean-up
ekryshen [Tue, 21 Oct 2014 10:48:17 +0000 (12:48 +0200)]
EMCAL triggers added in AliTriggerAnalysis + code clean-up

9 years agoAdding onfly task for PIDCorr: Subikash
sjena [Tue, 21 Oct 2014 10:22:10 +0000 (12:22 +0200)]
Adding onfly task for PIDCorr: Subikash

9 years agoUpdate on Two Particle Pid Corr: Debojit
sjena [Tue, 21 Oct 2014 10:20:22 +0000 (12:20 +0200)]
Update on Two Particle Pid Corr: Debojit

9 years agoUpdate on DptDpt Corr: prabhat
sjena [Tue, 21 Oct 2014 10:07:02 +0000 (12:07 +0200)]
Update on DptDpt Corr: prabhat

9 years agoreplace printfs by AliDebug/AliInfo
gconesab [Tue, 21 Oct 2014 09:27:13 +0000 (11:27 +0200)]
replace printfs by AliDebug/AliInfo

9 years agofix (potential) floating point exceptions
tbreitne [Tue, 21 Oct 2014 07:41:30 +0000 (09:41 +0200)]
fix (potential) floating point exceptions

When reading HLT clusters during TPC reconstruction, some clusters end up
with non-sense values rendering them unusable, and, worst-case, lead to a
FPE. This is assumingly caused by a gcc bug when inlining
AliHLTTPCHWClusterMerger::iterator::operator*()
and hence affects all merged clusters. This can be prevented by forcing gcc
not to inline (e.g. attribute noinline), by using clang, or by this very patch.

9 years agoFurther TPC pid 2011
rbailhac [Mon, 20 Oct 2014 22:05:45 +0000 (00:05 +0200)]
Further TPC pid 2011

9 years agofix for c++11 warning
shahoian [Mon, 20 Oct 2014 16:31:12 +0000 (18:31 +0200)]
fix for c++11 warning

9 years agoDalitz: New histogram for photon effiVsRadius
pgonzale [Mon, 20 Oct 2014 15:24:49 +0000 (17:24 +0200)]
Dalitz: New histogram for photon effiVsRadius

9 years agoThe explicit linking of X11 GL GLU is commented out
hristov [Mon, 20 Oct 2014 14:54:44 +0000 (16:54 +0200)]
The explicit linking of X11 GL GLU is commented out

9 years agoUpdated STARLIGHT from r176 ro r188 (http://starlight.hepforge.org/svn/)
cmayer [Mon, 20 Oct 2014 14:33:37 +0000 (16:33 +0200)]
Updated STARLIGHT from r176 ro r188 (http://starlight.hepforge.org/svn/)

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
pluettig [Mon, 20 Oct 2014 13:56:55 +0000 (15:56 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agomodified symetrization of deltaphi, now for [0,pi]
pluettig [Mon, 20 Oct 2014 13:52:21 +0000 (15:52 +0200)]
modified symetrization of deltaphi, now for [0,pi]

9 years agonew class for momentum resolution study in kaon analysis
maszyman [Mon, 20 Oct 2014 13:42:53 +0000 (15:42 +0200)]
new class for momentum resolution study in kaon analysis

9 years agoFix from Chiara Oppedisano: ZDC TDCs initial/dummy values are set to 999 in order...
shahoian [Mon, 20 Oct 2014 13:22:50 +0000 (15:22 +0200)]
Fix from Chiara Oppedisano: ZDC TDCs initial/dummy values are set to 999 in order to not confuse with legitimate value 0

9 years agoNew cuts for pPb analysis
pgonzale [Mon, 20 Oct 2014 12:51:17 +0000 (14:51 +0200)]
New cuts for pPb analysis

9 years agoadding MC association to the reconstructed V0 particles
xsanchez [Mon, 20 Oct 2014 12:41:48 +0000 (14:41 +0200)]
adding MC association to the reconstructed V0 particles

Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoAdding MC association for reconstructed V0 particles
xsanchez [Mon, 20 Oct 2014 12:40:50 +0000 (14:40 +0200)]
Adding MC association for reconstructed V0 particles

9 years agoinit in ctor forgotten data member
gconesab [Mon, 20 Oct 2014 12:34:10 +0000 (14:34 +0200)]
init in ctor forgotten data member

9 years agoCoordinates of SPD vertex
mbroz [Mon, 20 Oct 2014 12:10:40 +0000 (14:10 +0200)]
Coordinates of SPD vertex

9 years agoFixes for coverity
coppedis [Mon, 20 Oct 2014 12:02:06 +0000 (14:02 +0200)]
Fixes for coverity

9 years agoIntegrator vs clock method for digit
mbroz [Mon, 20 Oct 2014 10:56:04 +0000 (12:56 +0200)]
Integrator vs clock method for digit

9 years agoForce use of T0-TOF for V0 analyses: PID perf
fnoferin [Mon, 20 Oct 2014 10:52:05 +0000 (12:52 +0200)]
Force use of T0-TOF for V0 analyses: PID perf

9 years agoForce use of T0-TOF for V0 analyses: PID perf
fnoferin [Mon, 20 Oct 2014 10:51:51 +0000 (12:51 +0200)]
Force use of T0-TOF for V0 analyses: PID perf

9 years agoadd to ctor the initialization of forgotten data members
gconesab [Mon, 20 Oct 2014 10:43:44 +0000 (12:43 +0200)]
add to ctor the initialization of forgotten data members

9 years agochange name of variable, conflicts with enum with detector types
gconesab [Mon, 20 Oct 2014 10:42:51 +0000 (12:42 +0200)]
change name of variable, conflicts with enum with detector types

9 years agoadd forgoten ctor initialization
gconesab [Mon, 20 Oct 2014 10:27:18 +0000 (12:27 +0200)]
add forgoten ctor initialization

9 years agoALIROOT-5634 Install all needed files
hristov [Mon, 20 Oct 2014 10:41:00 +0000 (12:41 +0200)]
ALIROOT-5634 Install all needed files

9 years agoimproved comments in V0 origin analysis
maszyman [Mon, 20 Oct 2014 10:20:40 +0000 (12:20 +0200)]
improved comments in V0 origin analysis

9 years agoRemove printout in the event-mixing method
fprino [Mon, 20 Oct 2014 09:43:38 +0000 (11:43 +0200)]
Remove printout in the event-mixing method

9 years agoUsing detector quality flag (taken from ALICE logbook) to decide whether to rpodcue...
zampolli [Mon, 20 Oct 2014 09:01:11 +0000 (11:01 +0200)]
Using detector quality flag (taken from ALICE logbook) to decide whether to rpodcue or not calibration for each detector

9 years agoUsing detector quality flag (taken from ALICE logbook) to decide whether to rpodcue...
zampolli [Mon, 20 Oct 2014 09:00:33 +0000 (11:00 +0200)]
Using detector quality flag (taken from ALICE logbook) to decide whether to rpodcue or not calibration for each detector

9 years agoremove condition to fill histogram
gconesab [Mon, 20 Oct 2014 06:41:52 +0000 (08:41 +0200)]
remove condition to fill histogram

9 years agoAlways apply min jet pt cut when filling histograms (saves memory when used with...
saiola [Sun, 19 Oct 2014 23:41:37 +0000 (19:41 -0400)]
Always apply min jet pt cut when filling histograms (saves memory when used with THnSparse)

9 years agorecover the detector tag int and not the string from the AOD particle
gconesab [Sun, 19 Oct 2014 20:43:30 +0000 (22:43 +0200)]
recover the detector tag int and not the string from the AOD particle

9 years agorecover properly the detector tag number
gconesab [Sun, 19 Oct 2014 20:12:12 +0000 (22:12 +0200)]
recover properly the detector tag number

9 years agodeclare only once different TLorentzVectors and TVector3s
gconesab [Sun, 19 Oct 2014 17:45:08 +0000 (19:45 +0200)]
declare only once different TLorentzVectors and TVector3s

9 years agocreate TLorentzVectors and TVector3s only once; cosmetics
gconesab [Sun, 19 Oct 2014 17:43:33 +0000 (19:43 +0200)]
create TLorentzVectors and TVector3s only once; cosmetics

9 years agocreate only once different TLorentzVectors; fix name of Ue MC histograms for the...
gconesab [Sun, 19 Oct 2014 17:41:53 +0000 (19:41 +0200)]
create only once different TLorentzVectors; fix name of Ue MC histograms for the right side

9 years agocreate only once the track momentum vector
gconesab [Sun, 19 Oct 2014 17:39:37 +0000 (19:39 +0200)]
create only once the track momentum vector

9 years agocreate TLorentzVector only once
gconesab [Sun, 19 Oct 2014 17:27:56 +0000 (19:27 +0200)]
create TLorentzVector only once

9 years agoavoid declaring TLorentzVector per event; follow change in AliMCAnalysisUtils on...
gconesab [Sun, 19 Oct 2014 10:12:38 +0000 (12:12 +0200)]
avoid declaring TLorentzVector per event; follow change in AliMCAnalysisUtils on generator string to int change

9 years agofollow changes in AliMCAnalysisUtils, compare int and not string with generator name
gconesab [Sun, 19 Oct 2014 10:02:45 +0000 (12:02 +0200)]
follow changes in AliMCAnalysisUtils, compare int and not string with generator name

9 years agoavoid generator name string comparisons, change to int; avoid TLorentzVectors declara...
gconesab [Sun, 19 Oct 2014 09:50:27 +0000 (11:50 +0200)]
avoid generator name string comparisons, change to int; avoid TLorentzVectors declaration per event

9 years agoremove const of method, move include of TLorentzVector to header
gconesab [Sun, 19 Oct 2014 09:08:30 +0000 (11:08 +0200)]
remove const of method, move include of TLorentzVector to header

9 years agoremove dependence on TLorentzVector
gconesab [Sun, 19 Oct 2014 08:30:22 +0000 (10:30 +0200)]
remove dependence on TLorentzVector

9 years agoremove dependence on TLorentzVector
gconesab [Sun, 19 Oct 2014 08:27:55 +0000 (10:27 +0200)]
remove dependence on TLorentzVector

9 years agoavoid declaration of TLorentzVector per event
gconesab [Sun, 19 Oct 2014 08:26:54 +0000 (10:26 +0200)]
avoid declaration of TLorentzVector per event

9 years agosimplify track pT retrieval
gconesab [Sun, 19 Oct 2014 07:34:45 +0000 (09:34 +0200)]
simplify track pT retrieval

9 years agoavoid creating TLorentzVectors per event
gconesab [Sun, 19 Oct 2014 07:29:18 +0000 (09:29 +0200)]
avoid creating TLorentzVectors per event

9 years agooptionally set the trigger detector as string or int; avoid declaring TLorentzVectors...
gconesab [Sun, 19 Oct 2014 06:55:19 +0000 (08:55 +0200)]
optionally set the trigger detector as string or int; avoid declaring TLorentzVectors per event

9 years agotemporal commit to avoir breaking compilation
gconesab [Sun, 19 Oct 2014 06:29:16 +0000 (08:29 +0200)]
temporal commit to avoir breaking compilation

9 years agouse new method to check the fiducial cut
gconesab [Sat, 18 Oct 2014 22:17:09 +0000 (00:17 +0200)]
use new method to check the fiducial cut

9 years agouse new method to check the fiducial cut
gconesab [Sat, 18 Oct 2014 22:15:48 +0000 (00:15 +0200)]
use new method to check the fiducial cut

9 years agochange string of detector name to int
gconesab [Sat, 18 Oct 2014 22:15:03 +0000 (00:15 +0200)]
change string of detector name to int

9 years agocomment out method
gconesab [Sat, 18 Oct 2014 22:14:07 +0000 (00:14 +0200)]
comment out method

9 years agoreplace string with detector name to int
gconesab [Sat, 18 Oct 2014 20:06:05 +0000 (22:06 +0200)]
replace string with detector name to int

9 years agoreplace string with detector name to int
gconesab [Sat, 18 Oct 2014 20:05:15 +0000 (22:05 +0200)]
replace string with detector name to int

9 years agoreplace string with detector name to int
gconesab [Sat, 18 Oct 2014 20:04:02 +0000 (22:04 +0200)]
replace string with detector name to int

9 years agochange strings per ints to identify the detector; avoid TLorentzVector creation per...
gconesab [Sat, 18 Oct 2014 19:33:26 +0000 (21:33 +0200)]
change strings per ints to identify the detector; avoid TLorentzVector creation per event

9 years agoreplace all calo name strings to ints in AliCalorimeterUtils, adapt accordingly diffe...
gconesab [Sat, 18 Oct 2014 18:58:52 +0000 (20:58 +0200)]
replace all calo name strings to ints in AliCalorimeterUtils, adapt accordingly different classes in the base directory

9 years agochange the setting of the selected calorimeter, set not only a string but an int...
gconesab [Sat, 18 Oct 2014 18:05:12 +0000 (20:05 +0200)]
change the setting of the selected calorimeter, set not only a string but an int to identify the detector, aim to use only the int in the analysis; cosmetics in method AddAODParticle

9 years agomake sure we have same definition of detector enum in reader and fid cut
gconesab [Sat, 18 Oct 2014 18:02:55 +0000 (20:02 +0200)]
make sure we have same definition of detector enum in reader and fid cut

9 years agoavoid string comparisons; avoid passing TLorentzVectors; avoid declaring TLorentzVect...
gconesab [Sat, 18 Oct 2014 11:12:37 +0000 (13:12 +0200)]
avoid string comparisons; avoid passing TLorentzVectors; avoid declaring TLorentzVectors per event; define the detector tags enum as in AliFiducialCut; add an optional array for DCal clusters

9 years agocheck if phi is negative properly
gconesab [Sat, 18 Oct 2014 11:10:35 +0000 (13:10 +0200)]
check if phi is negative properly

9 years agoset proper DCal eta/phi regions in the default init parameters
gconesab [Sat, 18 Oct 2014 10:27:17 +0000 (12:27 +0200)]
set proper DCal eta/phi regions in the default init parameters

9 years agoavoid string comparisons and passing TLorentzvectors; include DCal limits
gconesab [Sat, 18 Oct 2014 10:09:11 +0000 (12:09 +0200)]
avoid string comparisons and passing TLorentzvectors; include DCal limits

9 years agoFixed a memory leak (TObjArray::Clear was missing)
cmayer [Sun, 19 Oct 2014 15:34:53 +0000 (17:34 +0200)]
Fixed a memory leak (TObjArray::Clear was missing)
The event weight is set to the number of times STARLIGHT generated an event until it fulfills kinematical constraints

9 years agoFix to config macros for changes in the class cuts (Kishora)
fbellini [Sun, 19 Oct 2014 11:00:14 +0000 (13:00 +0200)]
Fix to config macros for changes in the class cuts (Kishora)

9 years agoIncrease class version for the introduction of the field fPartonInfoName from commit...
saiola [Sat, 18 Oct 2014 23:35:33 +0000 (19:35 -0400)]
Increase class version for the introduction of the field fPartonInfoName from commit 6c3dc2d68756468b0f44ad4ed7db8e11bcebaf79

9 years agorevert commit be0922169d1418213d07ee84ddea3074a8d1a065 that was overwritten by commit...
saiola [Sat, 18 Oct 2014 23:31:15 +0000 (19:31 -0400)]
revert commit be0922169d1418213d07ee84ddea3074a8d1a065 that was overwritten by commit cfa7b4df396140235a79d8990a47b8e42642aadb

9 years agoUpdates from Taiyo
mvl [Sat, 18 Oct 2014 19:20:53 +0000 (21:20 +0200)]
Updates from Taiyo

9 years agoBug fix: variable used outside loop
dstocco [Sat, 18 Oct 2014 17:13:44 +0000 (19:13 +0200)]
Bug fix: variable used outside loop

9 years ago(1) Add minimum and maximum pt cut to fill the three. (2) Implement the rotational...
zconesa [Sat, 18 Oct 2014 15:10:56 +0000 (17:10 +0200)]
(1) Add minimum and maximum pt cut to fill the three. (2) Implement the rotational background. (3) Possibility to not apply one of the cuts. (4) Possibly apply the V0 OnTheFly cut on the cut class

9 years agocorrect matrix for the maximization method
zconesa [Sat, 18 Oct 2014 13:14:20 +0000 (15:14 +0200)]
correct matrix for the maximization method

9 years agoincluding weight and inv mass axis in thnsparse
mcosenti [Sat, 18 Oct 2014 14:00:56 +0000 (11:00 -0300)]
including weight and inv mass axis in thnsparse

9 years agoassign blame
mkrzewic [Sat, 18 Oct 2014 13:52:24 +0000 (15:52 +0200)]
assign blame

9 years agoFix problems for automatic running
dstocco [Fri, 17 Oct 2014 17:39:42 +0000 (19:39 +0200)]
Fix problems for automatic running

- Run with both .root files or .zip archives
- Run with QAresults.root, QAresults_outer.root or QAresults_barrel.root

9 years agoSwitch to core energy
prsnko [Sat, 18 Oct 2014 11:42:49 +0000 (15:42 +0400)]
Switch to core energy

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
mkrzewic [Sat, 18 Oct 2014 08:49:03 +0000 (10:49 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agosome cleanup, better documentation
mkrzewic [Sat, 18 Oct 2014 08:48:19 +0000 (10:48 +0200)]
some cleanup, better documentation

9 years agostore/access the M02, nMaxima, decay bit in AOD particles proper method
gconesab [Sat, 18 Oct 2014 08:41:04 +0000 (10:41 +0200)]
store/access the M02, nMaxima, decay bit in AOD particles proper method

9 years agofill aod with m02 and nlm cluster information; move some histograms from AOD histogra...
gconesab [Sat, 18 Oct 2014 07:34:44 +0000 (09:34 +0200)]
fill aod with m02 and nlm cluster information; move some histograms from AOD histogram filling method to AOD creation method, avoir loop many times on cluster/cell/cell in cluster array

9 years agoAdd event count histogram
saiola [Sat, 18 Oct 2014 03:44:03 +0000 (23:44 -0400)]
Add event count histogram

9 years agoAdd rejection reason histograms
saiola [Sat, 18 Oct 2014 02:51:34 +0000 (22:51 -0400)]
Add rejection reason histograms

9 years agoMove the code that adds the jet container to the end, to avoid nasty errors when...
saiola [Sat, 18 Oct 2014 02:31:20 +0000 (22:31 -0400)]
Move the code that adds the jet container to the end, to avoid nasty errors when something goes wrong

9 years agoAdd rho vs cent histogram
saiola [Fri, 17 Oct 2014 21:33:27 +0000 (17:33 -0400)]
Add rho vs cent histogram

9 years agoAcceptJet, AcceptParticle and AcceptCluster now return the rejection reason in a...
saiola [Fri, 17 Oct 2014 21:00:23 +0000 (17:00 -0400)]
AcceptJet, AcceptParticle and AcceptCluster now return the rejection reason in a new dedicated field fRejectionReason

9 years agoFix axis label
saiola [Thu, 18 Sep 2014 17:04:19 +0000 (13:04 -0400)]
Fix axis label

9 years agoadding histogram for the Et of the paired clusters in the pi0 mass within the isolation R
mcosenti [Fri, 17 Oct 2014 20:14:48 +0000 (17:14 -0300)]
adding histogram for the Et of the paired clusters in the pi0 mass within the isolation R

9 years agoChanges in drawing macros:
miweber [Fri, 17 Oct 2014 18:25:14 +0000 (20:25 +0200)]
Changes in drawing macros:
- remove range restriction in Delta Eta when projecting
- automatic calculation of range for medium and high momentum = 3*sigma of Gauss fit (only if not above safety margin, to be checked)

9 years agoMore TPC PID PbPb 2011
rbailhac [Fri, 17 Oct 2014 16:33:23 +0000 (18:33 +0200)]
More TPC PID PbPb 2011

9 years agoTPC PID 2011 Pb-Pb
rbailhac [Fri, 17 Oct 2014 16:16:57 +0000 (18:16 +0200)]
TPC PID 2011 Pb-Pb

9 years agoMC calculation of Q vector for AMPT
lmilano [Fri, 17 Oct 2014 15:22:38 +0000 (17:22 +0200)]
MC calculation of Q vector for AMPT

9 years agoFix in analysis QA Flow macro to process pp
sjena [Fri, 17 Oct 2014 14:16:21 +0000 (16:16 +0200)]
Fix in analysis QA Flow macro to process pp

9 years agoremove print and change default value
cbianchi [Fri, 17 Oct 2014 13:35:17 +0000 (15:35 +0200)]
remove print and change default value

9 years agoleftover casts
zconesa [Fri, 17 Oct 2014 13:27:33 +0000 (15:27 +0200)]
leftover casts

9 years agot pushMerge branch 'master' of https://git.cern.ch/reps/AliRoot
mkrzewic [Fri, 17 Oct 2014 13:09:07 +0000 (15:09 +0200)]
t pushMerge branch 'master' of https://git.cern.ch/reps/AliRoot