]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
11 years agobugfix by Asako
cbaumann [Thu, 14 Mar 2013 10:01:47 +0000 (10:01 +0000)]
bugfix by Asako

11 years agoFixing options of helpers to use the correct version of the Add() overloaded function...
hansena [Thu, 14 Mar 2013 09:46:46 +0000 (09:46 +0000)]
Fixing options of helpers to use the correct version of the Add() overloaded functions. Necessary after rev. 60732 introducing:

Options* Add(const TString& name, const TString& desc, Bool_t def)

After this was implemented something like fOptions.Add("name", "arg", "desc") would use this function instead of the intended

Options* Add(const TString& name, const TString& arg, const TString& desc, const TString& val="")

f.ex. in GridHelper.C: fOptions.Add("run",    "RUNS",   "Range, list, and/or file of runs") would set the run option to "true" and ignore any later input containing run numbers due to the compiler converting the last parameter to a bool rather than choosing the intended function with all parameters as string. The solution is to use fOptions.Add("run",    "RUNS",   "Range, list, and/or file of runs", "");. It is perhaps worth considering to remove default "" value of the val parameter to make the choice of Add() function more transparent for each option.

11 years agocumulant qa
loizides [Thu, 14 Mar 2013 08:47:19 +0000 (08:47 +0000)]
cumulant qa

11 years agoenable reading from external jet branch
kleinb [Thu, 14 Mar 2013 08:35:04 +0000 (08:35 +0000)]
enable reading from external jet branch

11 years agofrom Megan
loizides [Thu, 14 Mar 2013 06:18:17 +0000 (06:18 +0000)]
from Megan

11 years agocheck on mother PDG optional (Leonardo)
jgrosseo [Wed, 13 Mar 2013 22:12:22 +0000 (22:12 +0000)]
check on mother PDG optional (Leonardo)

11 years agocl task begin
loizides [Wed, 13 Mar 2013 21:28:30 +0000 (21:28 +0000)]
cl task begin

11 years agoup from salvatore
loizides [Wed, 13 Mar 2013 20:40:03 +0000 (20:40 +0000)]
up from salvatore

11 years agofixing bug
mfloris [Wed, 13 Mar 2013 18:42:44 +0000 (18:42 +0000)]
fixing bug

11 years agoFixed offset for class debug level (M.Vala)
agheata [Wed, 13 Mar 2013 17:51:32 +0000 (17:51 +0000)]
Fixed offset for class debug level (M.Vala)

11 years agoupdate on AddTaskDptDpt macros (Prabhat Ranjan Pujahari <p.pujahari@cern.ch>)
miweber [Wed, 13 Mar 2013 17:19:27 +0000 (17:19 +0000)]
update on AddTaskDptDpt macros (Prabhat Ranjan Pujahari <p.pujahari@cern.ch>)

11 years agoAdding mean ranges
mfloris [Wed, 13 Mar 2013 13:03:42 +0000 (13:03 +0000)]
Adding mean ranges

11 years agoAdding mt exp
mfloris [Wed, 13 Mar 2013 13:03:04 +0000 (13:03 +0000)]
Adding mt exp

11 years agoset to kAny
loizides [Wed, 13 Mar 2013 12:20:34 +0000 (12:20 +0000)]
set to kAny

11 years agoUse aliutil plus a bit of cleanup
loizides [Wed, 13 Mar 2013 12:20:16 +0000 (12:20 +0000)]
Use aliutil plus a bit of cleanup

11 years agocosmetics
loizides [Wed, 13 Mar 2013 12:06:24 +0000 (12:06 +0000)]
cosmetics

11 years agoNew proton configs for the train
akisiel [Wed, 13 Mar 2013 11:11:55 +0000 (11:11 +0000)]
New proton configs for the train

11 years agoupdate tasks Asako, split for better efficiency
cbaumann [Wed, 13 Mar 2013 10:14:57 +0000 (10:14 +0000)]
update tasks Asako, split for better efficiency

11 years agoset to default value for LHC11h
loizides [Wed, 13 Mar 2013 08:36:10 +0000 (08:36 +0000)]
set to default value for LHC11h

11 years agoUpdates in task for MC production checks
fprino [Wed, 13 Mar 2013 00:33:28 +0000 (00:33 +0000)]
Updates in task for MC production checks

11 years agoupdated
ssakai [Tue, 12 Mar 2013 21:57:10 +0000 (21:57 +0000)]
updated

11 years agoupdated to study sys. uncertainty
ssakai [Tue, 12 Mar 2013 20:35:59 +0000 (20:35 +0000)]
updated to study sys. uncertainty

11 years agoModified macros for phi analysis: improved pseudorapidity cut flexibility (A.Knospe)
fbellini [Tue, 12 Mar 2013 20:32:20 +0000 (20:32 +0000)]
Modified macros for phi analysis: improved pseudorapidity cut flexibility (A.Knospe)

11 years agoread header for MC
loizides [Tue, 12 Mar 2013 20:29:26 +0000 (20:29 +0000)]
read header for MC

11 years agocalculating moments only on near side for dphi
miweber [Tue, 12 Mar 2013 17:36:13 +0000 (17:36 +0000)]
calculating moments only on near side for dphi

11 years agoCorrecting with mixed events based on different vz bins
pchrista [Tue, 12 Mar 2013 15:56:42 +0000 (15:56 +0000)]
Correcting with mixed events based on different vz bins

11 years agofix
dlohner [Tue, 12 Mar 2013 15:49:47 +0000 (15:49 +0000)]
fix

11 years agocopy constructors and fixes for streamer
dlohner [Tue, 12 Mar 2013 15:13:18 +0000 (15:13 +0000)]
copy constructors and fixes for streamer

11 years agoAdding histogram of Z veretx for all events passing all selection without z veretx...
mchojnac [Tue, 12 Mar 2013 14:10:07 +0000 (14:10 +0000)]
Adding histogram of Z veretx for all events passing all selection without z veretx cut plus correcting small bug in QAPlotsBoth macro

11 years agocreating macro folder for dptdpt correlations, adding new AddTask macros (Prabhat...
miweber [Tue, 12 Mar 2013 13:34:21 +0000 (13:34 +0000)]
creating macro folder for dptdpt correlations, adding new AddTask macros (Prabhat Ranjan Pujahari <p.pujahari@cern.ch>)

11 years agofixes for embedding analysis
gconesab [Tue, 12 Mar 2013 13:33:39 +0000 (13:33 +0000)]
fixes for embedding analysis

11 years ago- update on the aod filtering (fiorella)
jbook [Tue, 12 Mar 2013 13:31:05 +0000 (13:31 +0000)]
- update on the aod filtering (fiorella)
- implementation of tpc ep and its correction (nanoAODs) and improvements

11 years agoavoid coding violation, comparison of a float with an int
gconesab [Tue, 12 Mar 2013 13:26:16 +0000 (13:26 +0000)]
avoid coding violation, comparison of a float with an int

11 years agouse the proper index of the cell position for normal stream cells while embedding
gconesab [Tue, 12 Mar 2013 13:23:34 +0000 (13:23 +0000)]
use the proper index of the cell position for normal stream cells while embedding

11 years agoFix plus small changes
coppedis [Tue, 12 Mar 2013 13:05:27 +0000 (13:05 +0000)]
Fix plus small changes

11 years agoAdding parameters for LHC13d and LHC13e (muon_pass2) (Diego)
pcrochet [Tue, 12 Mar 2013 11:59:48 +0000 (11:59 +0000)]
Adding parameters for LHC13d and LHC13e (muon_pass2) (Diego)

11 years agoModified version of the code of AliITSPidParams where
morsch [Tue, 12 Mar 2013 11:04:45 +0000 (11:04 +0000)]
Modified version of the code of AliITSPidParams where
Yasser implemented an improved version of the extrapolation of
Landau+Gaus parameterization in the low pt region for kaons and protons.

11 years agomoved macros on request from JFGO
loizides [Tue, 12 Mar 2013 10:53:38 +0000 (10:53 +0000)]
moved macros on request from JFGO

11 years agoadded folder for fourier decomposition (dhc) task macros
loizides [Tue, 12 Mar 2013 10:52:52 +0000 (10:52 +0000)]
added folder for fourier decomposition (dhc) task macros

11 years agoHandle AOD MC correctly (Ruediger)
loizides [Tue, 12 Mar 2013 10:49:31 +0000 (10:49 +0000)]
Handle AOD MC correctly (Ruediger)

11 years agopatch to correctly propagate the fraction of embedded calorimeter cell energy
gconesab [Tue, 12 Mar 2013 10:21:59 +0000 (10:21 +0000)]
patch to correctly propagate the fraction of embedded calorimeter cell energy

11 years agoExtract rho and sigma from FastJet (M. Zimmermann)
kleinb [Tue, 12 Mar 2013 09:59:35 +0000 (09:59 +0000)]
Extract rho and sigma from FastJet (M. Zimmermann)

11 years agoAdded jet cores task for PP (F. Krizek)
kleinb [Tue, 12 Mar 2013 09:55:17 +0000 (09:55 +0000)]
Added jet cores task for PP (F. Krizek)

11 years agorevert previous commit, comment call to IsPileupFromSPDInMultBins
gconesab [Tue, 12 Mar 2013 08:41:07 +0000 (08:41 +0000)]
revert previous commit, comment call to IsPileupFromSPDInMultBins

11 years agocomment-out histogram
gconesab [Tue, 12 Mar 2013 08:34:33 +0000 (08:34 +0000)]
comment-out histogram

11 years agoCoverity fixes (Rongrong Ma)
kleinb [Tue, 12 Mar 2013 08:04:18 +0000 (08:04 +0000)]
Coverity fixes (Rongrong Ma)

11 years agofix: modules should be enabled by default.
hqvigsta [Tue, 12 Mar 2013 07:04:14 +0000 (07:04 +0000)]
fix: modules should be enabled by default.

11 years agoFix compilation warnings (Laurent)
pcrochet [Mon, 11 Mar 2013 21:12:52 +0000 (21:12 +0000)]
Fix compilation warnings (Laurent)

11 years agofixed coverity error
ssakai [Mon, 11 Mar 2013 18:31:21 +0000 (18:31 +0000)]
fixed coverity error

11 years agoGetFiredTriggerClasses added to VEvent
morsch [Mon, 11 Mar 2013 17:18:51 +0000 (17:18 +0000)]
GetFiredTriggerClasses added to VEvent

11 years agoAdded flags
dainesea [Mon, 11 Mar 2013 17:01:07 +0000 (17:01 +0000)]
Added flags

11 years agoadding momentum difference cut (suppression of HBT effects)
miweber [Mon, 11 Mar 2013 16:13:35 +0000 (16:13 +0000)]
adding momentum difference cut (suppression of HBT effects)

11 years agomoving parameters for the task into the AddTask macro
pkalinak [Mon, 11 Mar 2013 15:18:29 +0000 (15:18 +0000)]
moving parameters for the task into the AddTask macro

11 years agocorrect calculation of higher moments, errors with Delta theorem (still to be improved)
miweber [Mon, 11 Mar 2013 14:32:35 +0000 (14:32 +0000)]
correct calculation of higher moments, errors with Delta theorem (still to be improved)

11 years agoupdated
ssakai [Mon, 11 Mar 2013 14:16:02 +0000 (14:16 +0000)]
updated

11 years agosmall fixes to pp(CB) and Asako's task
cbaumann [Mon, 11 Mar 2013 13:43:50 +0000 (13:43 +0000)]
small fixes to pp(CB) and Asako's task

11 years agocoverity fix
pkalinak [Mon, 11 Mar 2013 13:40:59 +0000 (13:40 +0000)]
coverity fix

11 years agoK2 averaging in MC fix
dgangadh [Mon, 11 Mar 2013 13:26:24 +0000 (13:26 +0000)]
K2 averaging in MC fix

11 years agosupply the digit with the fraction of energy, in case of embedding, to get the proper...
gconesab [Mon, 11 Mar 2013 13:00:21 +0000 (13:00 +0000)]
supply the digit with the fraction of energy, in case of embedding, to get the proper mc label - Salvatore

11 years agoAdd new functionalities (Laurent)
pcrochet [Mon, 11 Mar 2013 12:52:54 +0000 (12:52 +0000)]
Add new functionalities (Laurent)

11 years agofix compilation warnings, coverity and add new functionalities (Laurent)
pcrochet [Mon, 11 Mar 2013 12:51:42 +0000 (12:51 +0000)]
fix compilation warnings, coverity and add new functionalities (Laurent)

11 years agoupdated config macro (Vera R. Loggins <veraloggins@wayne.edu>)
miweber [Mon, 11 Mar 2013 12:29:58 +0000 (12:29 +0000)]
updated config macro (Vera R. Loggins <veraloggins@wayne.edu>)

11 years agoup from ruediger
loizides [Mon, 11 Mar 2013 11:41:56 +0000 (11:41 +0000)]
up from ruediger

11 years agoremove h corr for iana 4
loizides [Mon, 11 Mar 2013 11:41:43 +0000 (11:41 +0000)]
remove h corr for iana 4

11 years agoCorrected warning in AliFemtoKKTrackCut
majanik [Mon, 11 Mar 2013 11:02:20 +0000 (11:02 +0000)]
Corrected warning in AliFemtoKKTrackCut

11 years agoadd histograms for track matched clusters after cuts
gconesab [Mon, 11 Mar 2013 10:58:42 +0000 (10:58 +0000)]
add histograms for track matched clusters after cuts

11 years agofrom Redmer Bertens:
mkrzewic [Mon, 11 Mar 2013 10:49:56 +0000 (10:49 +0000)]
from Redmer Bertens:
  coverity fix

11 years agochanges to run minijet task on pA (Emilia)
jgrosseo [Mon, 11 Mar 2013 10:49:29 +0000 (10:49 +0000)]
changes to run minijet task on pA (Emilia)

11 years agoNew train config
akisiel [Mon, 11 Mar 2013 10:01:07 +0000 (10:01 +0000)]
New train config

11 years agofixed false OVERRUN_STATIC
hqvigsta [Mon, 11 Mar 2013 09:59:26 +0000 (09:59 +0000)]
fixed false OVERRUN_STATIC

11 years agoCoverity fix
morsch [Mon, 11 Mar 2013 09:49:07 +0000 (09:49 +0000)]
Coverity fix

11 years ago1) Moved LoadClusters to AliITSURecoDet, AliITSUReconstructor::LoadClusters
shahoian [Mon, 11 Mar 2013 09:44:29 +0000 (09:44 +0000)]
1) Moved LoadClusters to AliITSURecoDet, AliITSUReconstructor::LoadClusters
is just an alias to it.
2) Added possibility AliITSURecoDet initialize cluster arrays owned by
   active AliITSURecoLayer's. To be used only in case when clusters are needed
   w/o AliITSUReconstructor initialization

11 years agoAdding new fitting curves to Lambda spectra
belikov [Mon, 11 Mar 2013 08:33:27 +0000 (08:33 +0000)]
Adding new fitting curves to Lambda spectra

11 years agoCoverity
fprino [Mon, 11 Mar 2013 08:31:10 +0000 (08:31 +0000)]
Coverity

11 years agoCoverity
cvetan [Mon, 11 Mar 2013 08:13:02 +0000 (08:13 +0000)]
Coverity

11 years agoRun range for LHC10h_periods 2,3,4 corrected
prsnko [Mon, 11 Mar 2013 06:55:26 +0000 (06:55 +0000)]
Run range for LHC10h_periods 2,3,4 corrected

11 years agoupdates from Salvatore
loizides [Sun, 10 Mar 2013 19:33:50 +0000 (19:33 +0000)]
updates from Salvatore

11 years agofixes from Salvatore
loizides [Sun, 10 Mar 2013 19:27:11 +0000 (19:27 +0000)]
fixes from Salvatore

11 years agoDrawing macro modification (Alis)
pchrista [Sun, 10 Mar 2013 12:24:14 +0000 (12:24 +0000)]
Drawing macro modification (Alis)

11 years agoReduce computing time when requiring logical OR of triggers (useTFormula only when...
pcrochet [Sat, 9 Mar 2013 20:37:48 +0000 (20:37 +0000)]
Reduce computing time when requiring logical OR of triggers (useTFormula only when strictly necessary) (Diego)

11 years agoAnother set of mods (acceptance)
pchrista [Sat, 9 Mar 2013 17:03:36 +0000 (17:03 +0000)]
Another set of mods (acceptance)

11 years agoAnother set of mods (acceptance)
pchrista [Sat, 9 Mar 2013 16:56:37 +0000 (16:56 +0000)]
Another set of mods (acceptance)

11 years agoset container
loizides [Sat, 9 Mar 2013 16:37:19 +0000 (16:37 +0000)]
set container

11 years agoNew fitting curves for K0s spectra and other cosmetic improvements
belikov [Sat, 9 Mar 2013 13:39:03 +0000 (13:39 +0000)]
New fitting curves for K0s spectra and other cosmetic improvements

11 years agoSimulating detector effects (more later)
pchrista [Sat, 9 Mar 2013 12:49:38 +0000 (12:49 +0000)]
Simulating detector effects (more later)

11 years agoProtection for negative timebin values in inverse cluster transformation
sgorbuno [Sat, 9 Mar 2013 10:39:08 +0000 (10:39 +0000)]
Protection for negative timebin values in inverse cluster transformation

11 years agoNew functions to compute and set pt weights for PbPb 2011 case
fprino [Sat, 9 Mar 2013 00:37:05 +0000 (00:37 +0000)]
New functions to compute and set pt weights for PbPb 2011 case

11 years agoUpdated toy model studies
pchrista [Sat, 9 Mar 2013 00:14:01 +0000 (00:14 +0000)]
Updated toy model studies

11 years agoFix (Leonardo, Yasser)
fprino [Fri, 8 Mar 2013 23:48:36 +0000 (23:48 +0000)]
Fix (Leonardo, Yasser)

11 years agoenabling ZDC background rejection for TRD-SE trigger as for the other TRD triggers...
akalweit [Fri, 8 Mar 2013 21:10:34 +0000 (21:10 +0000)]
enabling ZDC background rejection for TRD-SE trigger as for the other TRD triggers (fix)

11 years agoCorrected Disp2 bit setting; Choose events for mixing using TPC reaction plane;Lambda...
prsnko [Fri, 8 Mar 2013 19:02:43 +0000 (19:02 +0000)]
Corrected Disp2 bit setting; Choose events for mixing using TPC reaction plane;Lambda evaluation optimized

11 years agoK3 interpolation added
dgangadh [Fri, 8 Mar 2013 15:37:17 +0000 (15:37 +0000)]
K3 interpolation added

11 years agoTRD Updates
morsch [Fri, 8 Mar 2013 14:51:29 +0000 (14:51 +0000)]
TRD Updates
 Yvonne Pachmayer <Yvonne.Chiara.Pachmayer@cern.ch>

11 years ago use AliVParticle to calculate pt fraction instead of AliAODTrack
kleinb [Fri, 8 Mar 2013 12:13:25 +0000 (12:13 +0000)]
 use AliVParticle to calculate pt fraction instead of AliAODTrack

11 years agoFixing bug
coppedis [Fri, 8 Mar 2013 11:47:23 +0000 (11:47 +0000)]
Fixing bug

11 years agoupdated config macro - smaller wagon for train (Vera R. Loggins <veraloggins@wayne...
miweber [Fri, 8 Mar 2013 09:49:06 +0000 (09:49 +0000)]
updated config macro - smaller wagon for train (Vera R. Loggins <veraloggins@wayne.edu>)

11 years ago(1) Changed the binning of some histos.
kleinb [Fri, 8 Mar 2013 08:40:26 +0000 (08:40 +0000)]
(1) Changed the binning of some histos.
(2) Included new functionality for measurements of z1-z2, ksi1-ks2, jt1-jt2, pt1-pt2 correlations in a jet.

11 years agoesponseV2 task: get multiplicity PbPb event in case of MC embedding (M. Verweij)
mvl [Fri, 8 Mar 2013 08:20:11 +0000 (08:20 +0000)]
esponseV2 task: get multiplicity PbPb event in case of MC embedding (M. Verweij)

11 years agofix dynamic cast MC particle
mvl [Fri, 8 Mar 2013 08:09:15 +0000 (08:09 +0000)]
fix dynamic cast MC particle

11 years agoTypo corrected
cvetan [Thu, 7 Mar 2013 21:14:18 +0000 (21:14 +0000)]
Typo corrected