]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agoList panel improved. Faulty macros commented in alieve_online_new. Typo in CMakelibMO...
jniedzie [Tue, 9 Dec 2014 11:09:35 +0000 (12:09 +0100)]
List panel improved. Faulty macros commented in alieve_online_new. Typo in CMakelibMONITORzmq.pkg fixed. More output added to online reconstruction.

9 years agoUpdate of Reco params
mbroz [Tue, 9 Dec 2014 11:40:46 +0000 (12:40 +0100)]
Update of Reco params

9 years ago2+1 analysis from Raghava included in PWGCFCorrelationsDPhi libraries
lmilano [Tue, 9 Dec 2014 11:26:16 +0000 (12:26 +0100)]
2+1 analysis from Raghava included in PWGCFCorrelationsDPhi libraries

9 years agoMissing initializations in default ctor, copy ctor, assignment operator
zconesa [Tue, 9 Dec 2014 11:00:34 +0000 (12:00 +0100)]
Missing initializations in default ctor, copy ctor, assignment operator

9 years agoremoved unnecessary includes
lmilano [Tue, 9 Dec 2014 08:40:51 +0000 (09:40 +0100)]
removed unnecessary includes

9 years agofix from DongJo
lmilano [Mon, 8 Dec 2014 23:01:28 +0000 (00:01 +0100)]
fix from DongJo

9 years agoRemove breaks for the offline trigger main patches
mfasel [Mon, 8 Dec 2014 19:38:00 +0000 (11:38 -0800)]
Remove breaks for the offline trigger main patches

9 years agoeliminating possible logic bug in the cluster array name identification
mcosenti [Mon, 8 Dec 2014 18:08:22 +0000 (16:08 -0200)]
eliminating possible logic bug in the cluster array name identification

9 years agoadd few ebe dihadron and jet correlation to be compared to normal dihadron correlatio...
lmilano [Mon, 8 Dec 2014 15:37:22 +0000 (16:37 +0100)]
add few ebe dihadron and jet correlation to be compared to normal dihadron correlation - new files

9 years agoadd few ebe dihadron and jet correlation to be compared to normal dihadron correlation
lmilano [Mon, 8 Dec 2014 15:35:40 +0000 (16:35 +0100)]
add few ebe dihadron and jet correlation to be compared to normal dihadron correlation

9 years agoChanged preprocessor to access only DAQ FXS (not HLT) when option TRY is
haavard [Mon, 8 Dec 2014 11:50:38 +0000 (12:50 +0100)]
Changed preprocessor to access only DAQ FXS (not HLT) when option TRY is
selected in the configuration entry.

9 years agochanged range for plot in GammaConv task
fbock [Mon, 8 Dec 2014 14:41:18 +0000 (15:41 +0100)]
changed range for plot in GammaConv task

9 years agofiner centrality selction for phi cut in PbPb
lleardin [Mon, 8 Dec 2014 14:17:49 +0000 (15:17 +0100)]
finer centrality selction for phi cut in PbPb

9 years agochange bit checking const logic
mverweij [Mon, 8 Dec 2014 14:34:34 +0000 (15:34 +0100)]
change bit checking const logic

9 years agoIn the member function
hristov [Mon, 8 Dec 2014 14:18:37 +0000 (15:18 +0100)]
In the member function
GetLHCPeriodAgainstAlienFile a TUUID object is used to ensure
uniqueness of the target filename of the XML file to download.
However, TUUID is really only unique across hosts - not on the
same host.  IF the above member function is executed by parallel
PROOF-Lite (same host) slaves at roughly the same time, they
will all get the same TUUID.  The solution is to use
TSystem::TempDirectory to get a unique (to the system)
directory.  In fact, one can do away with the TUUID altogether,
because all we need is a unique file name _on_ _the_ _system_ -
not world unique.

Christian Holm

9 years agoInitialize magnetic field in RunLego as it is done in Run in case we get
hristov [Mon, 8 Dec 2014 14:08:58 +0000 (15:08 +0100)]
Initialize magnetic field in RunLego as it is done in Run in case we get
the setting from OCDB.

Christian Holm

9 years agoIn addition to producing 3 2D histograms of the _summed_ radiation and
hristov [Mon, 8 Dec 2014 14:06:36 +0000 (15:06 +0100)]
In addition to producing 3 2D histograms of the _summed_ radiation and
absorption lengths and density, _also_ produce 3 2D (r,z) histograms
of the _local_ radiation and absorption lengths and density.
This is very useful to identify "hotspots" in the material.

Christian Holm

9 years agoUse "AddFast" rather than "Add" when adding files to a collection.
hristov [Mon, 8 Dec 2014 14:01:40 +0000 (15:01 +0100)]
Use "AddFast" rather than "Add" when adding files to a collection.
In principle one _can_ get duplicates this way, but in practise it never
happens.  The advantage is that it scales and one doesn't have to wait
minutesvor longer for the dataset to build.

Christian Holm

9 years agoFillQAHistod option in GetParticle Species
lmilano [Mon, 8 Dec 2014 13:40:04 +0000 (14:40 +0100)]
FillQAHistod option in GetParticle Species

9 years agoadding protection multiple high pT triggers
lcunquei [Mon, 8 Dec 2014 13:24:23 +0000 (14:24 +0100)]
adding protection multiple high pT triggers

9 years agoRemove the possibility (flag) to recompute the PV as it rewrites the vertex informati...
zconesa [Mon, 8 Dec 2014 13:21:24 +0000 (14:21 +0100)]
Remove the possibility (flag) to recompute the PV as it rewrites the vertex information on the fly and affects other tasks. The method to recompute it is kept, but the flag to enable it is removed to avoid possible user mistakes.

9 years agoexecute commands in modified environment
mkrzewic [Mon, 8 Dec 2014 13:00:21 +0000 (14:00 +0100)]
execute commands in modified environment

instead of sourcing and using the functions directly now it is also possible
to use the functions like this:

  $ALICE_ROOT/PWGPP/scripts/utilities.sh functionName args

it makes debugging easier, e.g.

  bashdb $ALICE_ROOT/PWGPP/scripts/utilities.sh guessRunNumber 000123123

9 years agosmarter regex
mkrzewic [Mon, 8 Dec 2014 12:40:32 +0000 (13:40 +0100)]
smarter regex

9 years agobetter documentation
mkrzewic [Mon, 8 Dec 2014 12:28:39 +0000 (13:28 +0100)]
better documentation

9 years agoChange info logs
zconesa [Mon, 8 Dec 2014 13:05:49 +0000 (14:05 +0100)]
Change info logs

9 years agoFrom Laurent Aphecetche: Change of parameters for muons
agheata [Mon, 8 Dec 2014 11:06:58 +0000 (12:06 +0100)]
From Laurent Aphecetche: Change of parameters for muons

9 years agomore functionality + fix get_realpath()
mkrzewic [Mon, 8 Dec 2014 10:51:11 +0000 (11:51 +0100)]
more functionality + fix get_realpath()

add some more functions from the benchmark related
to copying files (paranoidCp, paranoidCopyFile, copyFileToLocal)

fix get_realpath to also work for (existing) directories

9 years agoAdd TRD-PID code (Yvonne)
cblume [Mon, 8 Dec 2014 09:51:14 +0000 (10:51 +0100)]
Add TRD-PID code (Yvonne)

9 years agosetupStorageDatabase template created.
jniedzie [Mon, 8 Dec 2014 08:51:53 +0000 (09:51 +0100)]
setupStorageDatabase template created.

9 years agomonitoring with new TRM and QTC modules
alla [Mon, 8 Dec 2014 08:04:58 +0000 (12:04 +0400)]
monitoring with new TRM and QTC modules

9 years agomake guessRunNumber robuster by using guessRunData
mkrzewic [Mon, 8 Dec 2014 07:48:32 +0000 (08:48 +0100)]
make guessRunNumber robuster by using guessRunData

9 years agoList events panel in ED looks better now + preparation for sending RecPoints from...
jniedzie [Mon, 8 Dec 2014 07:14:12 +0000 (08:14 +0100)]
List events panel in ED looks better now + preparation for sending RecPoints from reco to ED

9 years agoKinks data, rad float
spyropo [Sun, 7 Dec 2014 12:38:05 +0000 (14:38 +0200)]
Kinks data, rad float

9 years agokinks, Rad-YK minnor changes
spyropo [Sun, 7 Dec 2014 12:05:20 +0000 (14:05 +0200)]
kinks, Rad-YK minnor changes

9 years agoexport the runNumber into the env
mkrzewic [Sun, 7 Dec 2014 12:39:12 +0000 (13:39 +0100)]
export the runNumber into the env

9 years agoAdd Offline/FEE ADC info to each patch and highest trigger patch energy information...
mvl [Sun, 7 Dec 2014 11:23:13 +0000 (12:23 +0100)]
Add Offline/FEE ADC info to each patch and highest trigger patch energy information for events that did not fire the trigger

9 years agoNew task DpxDpy DpyDpy DpzDpz: prabhat
sjena [Sun, 7 Dec 2014 10:55:16 +0000 (11:55 +0100)]
New task DpxDpy DpyDpy DpzDpz: prabhat

9 years agoupdate dpxdpx task: prabhat
sjena [Sun, 7 Dec 2014 10:53:11 +0000 (11:53 +0100)]
update dpxdpx task: prabhat

9 years agomake paranoidCp robust
mkrzewic [Sat, 6 Dec 2014 22:28:17 +0000 (23:28 +0100)]
make paranoidCp robust

9 years agobugfix: do nothing if destination==source in copy
mkrzewic [Sat, 6 Dec 2014 22:10:19 +0000 (23:10 +0100)]
bugfix: do nothing if destination==source in copy

9 years agoFix for broken compilation
mfasel [Sat, 6 Dec 2014 20:10:36 +0000 (12:10 -0800)]
Fix for broken compilation
=====================================
Add header files for types where functionality is used in the header file of AliJetContainer.
Fixes broken compilation on MacOS.

9 years agoATO-98 more verbose output for benchmark
mivanov [Sat, 6 Dec 2014 14:25:53 +0000 (15:25 +0100)]
ATO-98 more verbose output for benchmark

9 years agoATO-98 Example config file to run /u/miranov/AliRoot/git//TPCdev/PWGPP/benchmark...
mivanov [Sat, 6 Dec 2014 14:21:31 +0000 (15:21 +0100)]
ATO-98 Example config file to run /u/miranov/AliRoot/git//TPCdev/PWGPP/benchmark/benchmark.sh at  GSI batch farm

9 years agoATO-98 - Temporary Bug fix: Use proper radius range to select TOF space point. Nicer...
mivanov [Sat, 6 Dec 2014 09:48:25 +0000 (10:48 +0100)]
ATO-98 - Temporary Bug fix: Use proper radius range to select TOF space point. Nicer solution - use getter of AliTrackPoint to be implemented later

9 years agoATO-96 - function to make a diff file between *.C files - ignoring prefix of OCDB...
mivanov [Sat, 6 Dec 2014 09:46:00 +0000 (10:46 +0100)]
ATO-96 - function to make a diff file  between *.C files - ignoring prefix of OCDB path

9 years agoMethods to check D+ and Ds decays with K0s
fprino [Fri, 5 Dec 2014 22:16:54 +0000 (23:16 +0100)]
Methods to check D+ and Ds decays with K0s

9 years agoAdded better efficiency parameters, changed some sparse binning
jmazer [Fri, 5 Dec 2014 20:55:45 +0000 (15:55 -0500)]
Added better efficiency parameters, changed some sparse binning

9 years agoAdding checks of branching ratio of D mesons in AliAnalysisTaskSEmcCorr
arossi [Fri, 5 Dec 2014 18:28:18 +0000 (19:28 +0100)]
Adding checks of branching ratio of D mesons in AliAnalysisTaskSEmcCorr
Minor changes to FD class

9 years agoDifferential-in-eta reference multiplicity
ddobrigk [Fri, 5 Dec 2014 14:54:51 +0000 (12:54 -0200)]
Differential-in-eta reference multiplicity

9 years agomoved to correction to pt,eta,phi, using THn, integration over ep in correction
pluettig [Fri, 5 Dec 2014 17:21:57 +0000 (18:21 +0100)]
moved to correction to pt,eta,phi, using THn, integration over ep in correction

9 years agoA few size tuning modifications geared towards h-V0 correlations analyses (Tuva)
ddobrigk [Fri, 5 Dec 2014 13:33:41 +0000 (11:33 -0200)]
A few size tuning modifications geared towards h-V0 correlations analyses (Tuva)

9 years agop_{T,assoc} < p{T,1/2}
lmilano [Fri, 5 Dec 2014 16:14:08 +0000 (17:14 +0100)]
p_{T,assoc} < p{T,1/2}

9 years ago add some more static variables
rbertens [Fri, 5 Dec 2014 16:11:13 +0000 (17:11 +0100)]
 add  some more static variables

9 years agoUpdating HLT responsibles for Shuttle
zampolli [Fri, 5 Dec 2014 15:37:23 +0000 (16:37 +0100)]
Updating HLT responsibles for Shuttle

9 years agoMore histograms for Raws
mbroz [Fri, 5 Dec 2014 15:35:51 +0000 (16:35 +0100)]
More histograms for Raws

9 years agoChange in drawing macro:
miweber [Fri, 5 Dec 2014 12:52:43 +0000 (13:52 +0100)]
Change in drawing macro:
- Adding event classes for AMPT/HIJING V0M multiplicity binning

9 years agotrainconfig 133 in PbPb added for phi cut
lleardin [Fri, 5 Dec 2014 14:44:43 +0000 (15:44 +0100)]
trainconfig 133 in PbPb added for phi cut

9 years agoset cuts for conversion + calo to be restricted to the calorimeters as option
fbock [Fri, 5 Dec 2014 14:41:57 +0000 (15:41 +0100)]
set cuts for conversion + calo to be restricted to the calorimeters as option

9 years ago increase ease-of-use of jet v2 unfolding framework
rbertens [Fri, 5 Dec 2014 14:27:04 +0000 (15:27 +0100)]
 increase ease-of-use of jet v2 unfolding framework

- user can now more easily tune correlation between in-plane, out-of-plane yield
- make predictions of uncertainties for higher statistics
- minimize chi2 and caluclate p-values (is now done on-the-fly using static arrays)
- no more hardcoded parameters in .cxx or .h
- output to screen is less cluttered, some info printed in C style for further processing if desired

9 years agomodified photon cut strings in AddTasks for phi cut
lleardin [Fri, 5 Dec 2014 13:58:10 +0000 (14:58 +0100)]
modified photon cut strings in AddTasks for phi cut

9 years agomodified Addtasks to comply with new format of ConversionPhotonCuts
fbock [Fri, 5 Dec 2014 14:20:37 +0000 (15:20 +0100)]
modified Addtasks to comply with new format of ConversionPhotonCuts

9 years agoadded QA histograms in order to see phi distribution after cuts
fbock [Fri, 5 Dec 2014 14:20:00 +0000 (15:20 +0100)]
added QA histograms in order to see phi distribution after cuts

9 years agomodified ranges for Phi exclusion cuts in order to be able to go accross 2Pi
fbock [Fri, 5 Dec 2014 14:19:12 +0000 (15:19 +0100)]
modified ranges for Phi exclusion cuts in order to be able to go accross 2Pi

9 years agoadded 3 new cutnumbers to be able to restrict the TPC acceptance only to the good...
fbock [Fri, 5 Dec 2014 12:23:51 +0000 (13:23 +0100)]
added 3 new cutnumbers to be able to restrict the TPC acceptance only to the good TPC sectors

9 years ago properly initialized new histogram
fbock [Fri, 5 Dec 2014 12:23:07 +0000 (13:23 +0100)]
 properly initialized new histogram

9 years agonew macros for Kch femto in pPb
maszyman [Fri, 5 Dec 2014 14:16:23 +0000 (15:16 +0100)]
new macros for Kch femto in pPb

9 years agochanges by Andrea for flow part of GammaConv
fbock [Fri, 5 Dec 2014 11:56:38 +0000 (12:56 +0100)]
changes by Andrea for flow part of GammaConv

9 years agominor indentation change
fbock [Fri, 5 Dec 2014 11:27:36 +0000 (12:27 +0100)]
minor indentation change

9 years agomodified MC routine to be faster
fbock [Fri, 5 Dec 2014 11:26:55 +0000 (12:26 +0100)]
modified MC routine to be faster

9 years agochanged addtask for ConvCalo
fbock [Fri, 5 Dec 2014 11:23:09 +0000 (12:23 +0100)]
changed addtask for ConvCalo

9 years agoRemoving centrality check from default:
miweber [Fri, 5 Dec 2014 10:54:56 +0000 (11:54 +0100)]
Removing centrality check from default:
- return 1 for accepted events in case centrality is switched OFF
- switching on centrality with SetCentralityPercentileRange(min,max)

9 years agobetter warning when no input available
mkrzewic [Fri, 5 Dec 2014 10:31:55 +0000 (11:31 +0100)]
better warning when no input available

9 years agounique processID for parallel processing of QA
mkrzewic [Fri, 5 Dec 2014 09:34:40 +0000 (10:34 +0100)]
unique processID for parallel processing of QA

- a stub so far
- fix a regex + small fixes

9 years agoupdate for Pion Source Imaging
maszyman [Fri, 5 Dec 2014 10:08:56 +0000 (11:08 +0100)]
update for Pion Source Imaging

9 years agonvartrk=7 in ESE task
lmilano [Fri, 5 Dec 2014 10:02:09 +0000 (11:02 +0100)]
nvartrk=7 in ESE task

9 years agoZDC automatic scripts updates (Marco Leoncino) + updates in QA config
mgermain [Fri, 5 Dec 2014 09:29:29 +0000 (10:29 +0100)]
ZDC automatic scripts updates (Marco Leoncino) + updates in QA config

9 years agoprimary particle criteria correction (ESD)
ddobrigk [Thu, 4 Dec 2014 19:04:04 +0000 (17:04 -0200)]
primary particle criteria correction (ESD)

9 years agofix rejection bits for not re-reconstructed primary vertexes
zconesa [Thu, 4 Dec 2014 21:13:28 +0000 (22:13 +0100)]
fix rejection bits for not re-reconstructed primary vertexes

9 years agochanges in BF drawing macros:
miweber [Thu, 4 Dec 2014 21:06:17 +0000 (22:06 +0100)]
changes in BF drawing macros:
- proper ROOT averaging in case of merging balance function histograms
- adding one more centrality class (0-10000) for MC V0M multiplicity binning

9 years agoAdding HF daughter tracks to filter bit QA task:
miweber [Thu, 4 Dec 2014 20:55:10 +0000 (21:55 +0100)]
Adding HF daughter tracks to filter bit QA task:
- avoid double counting (to be improved)
- possibility to exclude filter bits from QA (e.g. hybrids)
- so far working only for 2 prong decays (need to understand how subsequent decays are handled)

9 years agoImplement option to copy MC label from clusters to cells (for MC productions where...
saiola [Thu, 4 Dec 2014 20:52:41 +0000 (15:52 -0500)]
Implement option to copy MC label from clusters to cells (for MC productions where MC labels are not available in cells). Copied and simplified from AliEMCALTenderSupply

9 years agoAdded plots fpr PID qa from PIDqa task + addedd mean and sigma for Nsigma_TOF + cleanup
fbellini [Thu, 4 Dec 2014 19:47:18 +0000 (20:47 +0100)]
Added plots fpr PID qa from PIDqa task + addedd mean and sigma for Nsigma_TOF + cleanup

9 years agoNew histograms for 2particle correl added
fkrizek [Thu, 4 Dec 2014 15:25:30 +0000 (16:25 +0100)]
New histograms for 2particle correl added

9 years agobug fix
mverweij [Thu, 4 Dec 2014 18:25:32 +0000 (19:25 +0100)]
bug fix

9 years agoModified histogram with event counters + updated macros for D0 analysis (Massimo)
fbellini [Thu, 4 Dec 2014 18:22:44 +0000 (19:22 +0100)]
Modified histogram with event counters + updated macros for D0 analysis (Massimo)

9 years agobug fixes
mkrzewic [Thu, 4 Dec 2014 17:58:36 +0000 (18:58 +0100)]
bug fixes

9 years agoadding det responsible mail adresses in case of failure of automatic script failure
mgermain [Thu, 4 Dec 2014 17:15:10 +0000 (18:15 +0100)]
adding det responsible mail adresses in case of failure of automatic script failure

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
mgermain [Thu, 4 Dec 2014 17:08:35 +0000 (18:08 +0100)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoadding det responsible mail adresses in case of failure of automatic script failure
mgermain [Thu, 4 Dec 2014 17:06:10 +0000 (18:06 +0100)]
adding det responsible mail adresses in case of failure of automatic script failure

9 years agoA few fixes in the OB materials and volumes in accordance with the latest specificati...
belikov [Thu, 4 Dec 2014 17:01:16 +0000 (18:01 +0100)]
A few fixes in the OB materials and volumes in accordance with the latest specifications from Corrado (Mario)

9 years agooptionally mail the full prod summary log
mkrzewic [Thu, 4 Dec 2014 16:52:25 +0000 (17:52 +0100)]
optionally mail the full prod summary log

9 years agofix: parse the delimiter correctly
mkrzewic [Thu, 4 Dec 2014 16:50:32 +0000 (17:50 +0100)]
fix: parse the delimiter correctly

9 years agobeautify the debugging output
mkrzewic [Thu, 4 Dec 2014 16:36:37 +0000 (17:36 +0100)]
beautify the debugging output

9 years agoUse the subwagon string
cbianchi [Thu, 4 Dec 2014 16:06:47 +0000 (17:06 +0100)]
Use the subwagon string

9 years agoUpdate Andrea
rbailhac [Thu, 4 Dec 2014 15:48:25 +0000 (16:48 +0100)]
Update Andrea

9 years agoAdd switch for tail cancelation
cblume [Thu, 4 Dec 2014 15:23:15 +0000 (16:23 +0100)]
Add switch for tail cancelation

9 years ago fix stupid streamer mistake
rbertens [Thu, 4 Dec 2014 14:51:49 +0000 (15:51 +0100)]
 fix stupid streamer mistake

9 years agoupdates in PID selection
maszyman [Thu, 4 Dec 2014 14:21:32 +0000 (15:21 +0100)]
updates in PID selection

9 years agoAdd string in input for subwagons
cbianchi [Thu, 4 Dec 2014 14:15:56 +0000 (15:15 +0100)]
Add string in input for subwagons

9 years ago fix minor issue in assignment
rbertens [Thu, 4 Dec 2014 13:47:09 +0000 (14:47 +0100)]
 fix minor issue in assignment