]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
11 years agoAdded class AliITSgeomTGeoUpg, works both for old and new ITS, introduced alignable...
shahoian [Thu, 19 Jul 2012 08:03:49 +0000 (08:03 +0000)]
Added class AliITSgeomTGeoUpg, works both for old and new ITS, introduced alignable volumes in AliITSvUpgrade

11 years agoAdded missing check for T0 and PtFix supplies
agheata [Thu, 19 Jul 2012 07:23:53 +0000 (07:23 +0000)]
Added missing check for T0 and PtFix supplies

11 years agoReduce verbosity in case of undefined number of time bins (Hans)
cblume [Thu, 19 Jul 2012 02:04:03 +0000 (02:04 +0000)]
Reduce verbosity in case of undefined number of time bins (Hans)

11 years agoProper call for Ds systematics
zconesa [Wed, 18 Jul 2012 17:52:35 +0000 (17:52 +0000)]
Proper call for Ds systematics

11 years agoadded more MC related histograms, in case of SS analysis and photon originator, check...
gconesab [Wed, 18 Jul 2012 17:35:51 +0000 (17:35 +0000)]
added more MC related histograms, in case of SS analysis and photon originator, check the meson mother and fill

11 years agoAdded methods to recover the kinematics of the mother and pdg selected grandmother
gconesab [Wed, 18 Jul 2012 17:29:22 +0000 (17:29 +0000)]
Added methods to recover the kinematics of the mother and pdg selected grandmother

11 years agoFixed bug with half-and-half v0s identified as whole ones in MC, made better histogra...
hanratty [Wed, 18 Jul 2012 17:11:14 +0000 (17:11 +0000)]
Fixed bug with half-and-half v0s identified as whole ones in MC, made better histograms of (most) cut variables, renamed histograms, added histograms for direct comparison between MC and data

11 years agoFor multiplicity plot
rbailhac [Wed, 18 Jul 2012 16:47:16 +0000 (16:47 +0000)]
For multiplicity plot

11 years agofill one histogram per vz bin only on request and other fixes
gconesab [Wed, 18 Jul 2012 15:09:34 +0000 (15:09 +0000)]
fill one histogram per vz bin only on request and other fixes

11 years ago-forgot to add the classes
jbook [Wed, 18 Jul 2012 14:26:05 +0000 (14:26 +0000)]
-forgot to add the classes

11 years ago-add first version of hist framework
jbook [Wed, 18 Jul 2012 14:25:27 +0000 (14:25 +0000)]
-add first version of hist framework

11 years ago- add new classes
jbook [Wed, 18 Jul 2012 14:25:03 +0000 (14:25 +0000)]
- add new classes

11 years agonew non linearity function and parameters for latest simulations with better agreemen...
gconesab [Wed, 18 Jul 2012 14:04:11 +0000 (14:04 +0000)]
new non linearity function and parameters for latest simulations with better agreement with data - Evi

11 years agoImplementing Physics Forum's suggestions
belikov [Wed, 18 Jul 2012 10:19:10 +0000 (10:19 +0000)]
Implementing Physics Forum's suggestions

11 years agoModified init of AliMuonForwardTrack
auras [Wed, 18 Jul 2012 02:04:11 +0000 (02:04 +0000)]
Modified init of AliMuonForwardTrack

11 years agoModified destructor of AliMuonForwardTrack
auras [Wed, 18 Jul 2012 01:33:14 +0000 (01:33 +0000)]
Modified destructor of AliMuonForwardTrack

11 years agoAdding histos to look at MB trigger efficiency
cnattras [Wed, 18 Jul 2012 01:20:12 +0000 (01:20 +0000)]
Adding histos to look at MB trigger efficiency

11 years agoSystematic errors for Ds PbPb 2011 (Gian Michele)
prino [Tue, 17 Jul 2012 22:42:55 +0000 (22:42 +0000)]
Systematic errors for Ds PbPb 2011 (Gian Michele)

11 years agoUpdated D* syst error for PbPb2011 (Alessandro)
prino [Tue, 17 Jul 2012 17:44:35 +0000 (17:44 +0000)]
Updated D* syst error for PbPb2011 (Alessandro)

11 years agoadd missing comma
gconesab [Tue, 17 Jul 2012 17:15:20 +0000 (17:15 +0000)]
add missing comma

11 years agoremove print
gconesab [Tue, 17 Jul 2012 17:15:04 +0000 (17:15 +0000)]
remove print

11 years agoadd new parametrization for non linearity in MC - Evi
gconesab [Tue, 17 Jul 2012 13:11:45 +0000 (13:11 +0000)]
add new parametrization for non linearity in MC - Evi

11 years agoUpdate
cholm [Tue, 17 Jul 2012 12:29:11 +0000 (12:29 +0000)]
Update

11 years agoUpdates for better DQM.
cholm [Tue, 17 Jul 2012 12:08:27 +0000 (12:08 +0000)]
Updates for better DQM.

Now, we use the reconstructor
to properly pedestal subtract and gain calibrate the
signals.   This allows us - since the signals are now on
the same footing - to fit a function the summed spectra.
The fit function used is a Landau convolved with a Gaussian.
The quality is set based on chi^2/nu of the fits, as well
as the relative errors of the fit parameters.  Both pieces
of information is shown on the plots by adding TLatex
objects to the TH1::fListOfFunctions.   The color of the
function line reflects the quality (green: good, orange:
problem, red: bad).

Also, the average number of read-out errors per sub-detector
FMD1, 2, and 3 are computed and the quality set based on this
number.  The means are shown on the plot together with the
used thresholds.  Again, the color of the text reflects the
quality.

In all cases, the quality of the individual plots are set on
the objects themselves in the member TObject::fUniqueID.  This
can then be retrieved by a Amore agent script to set the quality
of the individual objects in the Amore environment.   This script
is simple and looks like

  // -*- mode: C++ -*-
  #include <map>

  void
  FMDshifterQuality(TObjArray* objs, map<string,int>* map)
  {
    for (Int_t i = 0; i < objs->GetEntriesFast(); i++) {
      TObject* o = objs->At(i);
      if (!o) continue;
      // Printf("Setting quality of %s to %d", o->GetName(), o->GetUniqueID());
      std::string s(o->GetName());
      (*map)[s] = o->GetUniqueID();
    }
  }

This should be added to the AMORE database at P2, and the fmd.configfile
should look like

  # QA species definition. Options: [default] [calib] [low] [high] [cosmic]
  qa_species default calib low high cosmic

  # Low cut for fitting energy loss specrta
   ELossLowCut     0.3
  # Number of RMS to fit beyound maximum
  ELossNRMS       2.
  # Cut on chi^2/nu of fit for bad value
  ELossBadChi2Nu  100.
  # Cut on chi^2/nu of fit for f**ked up value
  ELossFkupChi2Nu 200.
  # Least number of entries before fitting
  ELossMinEntries 10000.
  # Cut on average number of R/O errors per detector
  ROErrorsBad     0.31
  # Cut on average number of R/O errors per detector
  ROErrorsFkup    0.51

  # qaTresholdsDownoad 0

  # _macroDownload 1
  _macroExec1 FMDshifterQuality.C
  #
  # EOF
  #

The AliFMDQAChecker now also properly uses the QA thresholds from
the P2 environment by querying the (specific) CDB storage.  To set
this up, a QAThresholds.configfile should be added for the FMD detector
with the content:

  #
  # Thresholds for the FMD
  #

  # Cut on chi^2/nu of fit for bad value
  ELossBadChi2Nu D 100.
  # Cut on chi^2/nu of fit for f**ked up value
  ELossFkupChi2Nu D 200
  # Cut on parameter relative error
  ELossGoodParError D 0.1
  # Cut on average number of R/O errors per detector
  ROErrorsBad D 0.31
  # Cut on average number of R/O errors per detector
  ROErrorsFkup D 0.51

  #
  # EOF
  #

The revision should eventually be ported to the release, but
I'd like to do some more checks when I'm back from vacation.

Christian

11 years agoUpdate for wide eta analysis
shahoian [Tue, 17 Jul 2012 10:39:35 +0000 (10:39 +0000)]
Update for wide eta analysis

11 years ago- support compilation with GCC 4.1 and 4.2
sgorbuno [Tue, 17 Jul 2012 10:31:43 +0000 (10:31 +0000)]
- support compilation with GCC 4.1 and 4.2
- add TARGET_ARCHITECTURE=none where no flags will be added
- change TARGET_ARCHITECTURE default to none for AliRoot

11 years agoFrom Theodor Rascanu: These changes are necessary since we need to have the code...
agheata [Tue, 17 Jul 2012 08:44:18 +0000 (08:44 +0000)]
From Theodor Rascanu: These changes are necessary since we need to have the code in aliroot for the approval of our heavy flavour electron v2 analysis note: https://aliceinfo.cern.ch/Notes/node/92

11 years agoCommenting out processing of TimeGain and TimeDrift for TPC at CPass1.
zampolli [Tue, 17 Jul 2012 08:39:54 +0000 (08:39 +0000)]
Commenting out processing of TimeGain and TimeDrift for TPC at CPass1.

11 years agoUpdates for Raa calculation
zconesa [Mon, 16 Jul 2012 23:35:12 +0000 (23:35 +0000)]
Updates for Raa calculation

11 years agoShorten names of D+ containers
prino [Mon, 16 Jul 2012 21:35:22 +0000 (21:35 +0000)]
Shorten names of D+ containers

11 years agoremoves OCDB access during merging by splitting out the functionality
mikolaj [Mon, 16 Jul 2012 20:15:55 +0000 (20:15 +0000)]
removes OCDB access during merging by splitting out the functionality
accessing OCDB from the histogram booking method.

11 years agofixes the out of bounds messages on accessing empty friend events
mikolaj [Mon, 16 Jul 2012 20:13:30 +0000 (20:13 +0000)]
fixes the out of bounds messages on accessing empty friend events
by looping over the number of friend tracks instead if esd tracks

11 years agoPatch to load 1DLQ PID references
cblume [Mon, 16 Jul 2012 17:09:24 +0000 (17:09 +0000)]
Patch to load 1DLQ PID references

11 years agoincluding clusters eta and phi in the thnsparse
mcosenti [Mon, 16 Jul 2012 14:07:55 +0000 (14:07 +0000)]
including clusters eta and phi in the thnsparse

11 years agochanges from soh
mcosenti [Mon, 16 Jul 2012 13:55:38 +0000 (13:55 +0000)]
changes from soh

11 years agooptimised memory allocation for vector data
sgorbuno [Mon, 16 Jul 2012 11:59:23 +0000 (11:59 +0000)]
optimised memory allocation for vector data

11 years agoupdates from Taku
cbaumann [Mon, 16 Jul 2012 11:48:19 +0000 (11:48 +0000)]
updates from Taku

11 years agoadd name extention and default y range
simones [Mon, 16 Jul 2012 09:58:56 +0000 (09:58 +0000)]
add name extention and default y range

11 years agochange foldername
simones [Mon, 16 Jul 2012 09:23:33 +0000 (09:23 +0000)]
change foldername

11 years ago- Speedup of cluster transformation in two times by the use of Vc library
sgorbuno [Mon, 16 Jul 2012 00:27:33 +0000 (00:27 +0000)]
- Speedup of cluster transformation in two times by the use of Vc library

11 years agoRefine syst for D0 in the 0-7.5%CC 2011 data (AR)
zconesa [Sun, 15 Jul 2012 19:27:40 +0000 (19:27 +0000)]
Refine syst for D0 in the 0-7.5%CC 2011 data (AR)

11 years agochanges from Salvatore
loizides [Sun, 15 Jul 2012 19:21:51 +0000 (19:21 +0000)]
changes from Salvatore

11 years agoFix in protection in Set with track momentun along the axes
shahoian [Sun, 15 Jul 2012 12:11:05 +0000 (12:11 +0000)]
Fix in protection in Set with track momentun along the axes

11 years agoFix for the In/Out of plane correction
zconesa [Sat, 14 Jul 2012 18:28:27 +0000 (18:28 +0000)]
Fix for the In/Out of plane correction

11 years agoNew class AliFigure (Jochen)
hristov [Sat, 14 Jul 2012 09:18:27 +0000 (09:18 +0000)]
New class AliFigure (Jochen)

11 years agoFlag for In/Out of Plane Analysis
zconesa [Fri, 13 Jul 2012 19:39:46 +0000 (19:39 +0000)]
Flag for In/Out of Plane Analysis

11 years agoSmall fix Sarah
rbailhac [Fri, 13 Jul 2012 17:07:45 +0000 (17:07 +0000)]
Small fix Sarah

11 years agoUsing a conservative 3% estimate for the K0s signal extraction systematics. Using...
belikov [Fri, 13 Jul 2012 14:58:50 +0000 (14:58 +0000)]
Using a conservative 3% estimate for the K0s signal extraction systematics. Using explicit names for the files with the final spectra. Drawing the BGBW fitting curves on top of lin-scale spectra.

11 years agoAdd syst err for D+ (prelim) and adapt drawing method (Elena, Francesco)
prino [Fri, 13 Jul 2012 14:20:11 +0000 (14:20 +0000)]
Add syst err for D+ (prelim) and adapt drawing method (Elena, Francesco)

11 years agochanges from saiola
mcosenti [Fri, 13 Jul 2012 12:53:58 +0000 (12:53 +0000)]
changes from saiola

11 years agoReintroduced Generated AntiLambda Spectrum
hanratty [Fri, 13 Jul 2012 10:48:48 +0000 (10:48 +0000)]
Reintroduced Generated AntiLambda Spectrum

11 years agoMacros for creating OCDB
auras [Fri, 13 Jul 2012 10:01:20 +0000 (10:01 +0000)]
Macros for creating OCDB

11 years agoBug fix in combining the systematic errors
belikov [Fri, 13 Jul 2012 09:54:46 +0000 (09:54 +0000)]
Bug fix in combining the systematic errors

11 years agoPatch to run on the lego train
zconesa [Fri, 13 Jul 2012 08:58:26 +0000 (08:58 +0000)]
Patch to run on the lego train

11 years agoMore precise timing for the throughput calculation
agheata [Fri, 13 Jul 2012 06:55:59 +0000 (06:55 +0000)]
More precise timing for the throughput calculation

11 years agopkg and CMakelib for BF efficiency task (forgot for previous commit)
miweber [Fri, 13 Jul 2012 06:33:29 +0000 (06:33 +0000)]
pkg and CMakelib for BF efficiency task (forgot for previous commit)

11 years agocoding/naming rule fixes
miweber [Fri, 13 Jul 2012 04:40:20 +0000 (04:40 +0000)]
coding/naming rule fixes

11 years agoSystematic errors for D0 and D* in 2011 PbPb in 0-7.5% CC (AndreaR, Alessandro)
prino [Thu, 12 Jul 2012 21:58:16 +0000 (21:58 +0000)]
Systematic errors for D0 and D* in 2011 PbPb in 0-7.5% CC (AndreaR, Alessandro)

11 years agoFigure macros for the short CME paper
iseliouj [Thu, 12 Jul 2012 19:39:46 +0000 (19:39 +0000)]
Figure macros for the short CME paper

11 years agofix
mcosenti [Thu, 12 Jul 2012 14:23:15 +0000 (14:23 +0000)]
fix

11 years agochanges from mconnors
mcosenti [Thu, 12 Jul 2012 14:13:34 +0000 (14:13 +0000)]
changes from mconnors

11 years agoupdato on how to read the tracks
mcosenti [Thu, 12 Jul 2012 14:09:08 +0000 (14:09 +0000)]
updato on how to read the tracks

11 years agochange analysis macros
cbaumann [Thu, 12 Jul 2012 13:41:06 +0000 (13:41 +0000)]
change analysis macros

11 years agochanges from hanseul
mcosenti [Thu, 12 Jul 2012 13:38:31 +0000 (13:38 +0000)]
changes from hanseul

11 years agosome GCC versions still do not manage to compile the cpuid code with -fPIC - make...
sgorbuno [Thu, 12 Jul 2012 12:57:59 +0000 (12:57 +0000)]
some GCC versions still do not manage to compile the cpuid code with -fPIC - make use of the stack now

11 years agofix -fPIC compilation on i386
sgorbuno [Thu, 12 Jul 2012 12:57:07 +0000 (12:57 +0000)]
fix -fPIC compilation on i386

11 years agoAdded possibility to collect input file information from the analysis manager, via...
agheata [Thu, 12 Jul 2012 11:58:37 +0000 (11:58 +0000)]
Added possibility to collect input file information from the analysis manager, via mgr->SetCollectThroughput(kTRUE). To dump the info in a file, one can call just: mgr->SetFileInfoLog(fileinfo.log). Will start working with files in alien starting with root v5-34-00a.

11 years agoAdapt D0-h correlation task to modifs in AliHFCorrelator class (Fabio)
prino [Thu, 12 Jul 2012 11:55:21 +0000 (11:55 +0000)]
Adapt D0-h correlation task to modifs in AliHFCorrelator class (Fabio)

11 years agoEvent Mixing for Balance Function Psi Task (PhiCorrelation style)
miweber [Thu, 12 Jul 2012 11:46:01 +0000 (11:46 +0000)]
Event Mixing for Balance Function Psi Task (PhiCorrelation style)

11 years agoversion for PWGLF approval
hdalsgaa [Thu, 12 Jul 2012 09:50:08 +0000 (09:50 +0000)]
version for PWGLF approval

11 years agosupport for central and semicentral triggers
jgrosseo [Thu, 12 Jul 2012 09:13:10 +0000 (09:13 +0000)]
support for central and semicentral triggers

11 years agoMultiple fixes:
cholm [Thu, 12 Jul 2012 09:09:12 +0000 (09:09 +0000)]
Multiple fixes:

- Use TParameter<T> for storing parameters of the
  analysis rather than TNamed.  TNamed cannot be
  merged which results in a huge overhead of
  objects and time when merging containers with
  objects of that class.  TParameter<T> can be
  merged and should not imply this overhead.
- Fix memory leak and very inefficient and wrong code when
  inspecting the trigger words in AliFMDEventInspector.
  - The previous code (by Alexander) tokenized every
    defined trigger class (from the physiscs selection)
    on every event, but the returned TObjArray was never
    free'd - which causes a memory leak.
  - The code was wrong, because the trigger classes
    where only tokenized to get the positive and
    negative parts, and then the found trigger word
    was compared the positive part.  However, the
    positive part can consist of many words
    (separated by commas) and so the comparison
    would always fail.
  - The code was inefficient, since the classes
    where inspected on each event.  Since the
    trigger classes are constant over a run,
    it is much more efficient to cache the
    positive words up front (on the first event
    say).
  The new implementation caches the positive
  words for both collision and background triggers
  on the first event.  For each event, we then
  loop over these cached words and compare those
  to the found trigger word of the event.  In this
  way, we only tokenize the trigger classes once
  (actually, twice per class - one to get the
  positive list, one to get the individual words)
  and we make sure we clean up the memory.  In each
  event we can do simple comparisons (using the
  AliESDEvent supplied methods), and thereby
  speed up the code.  We also avoid hidden memory
  leaks and overly many allocations this way.
- Other clean up in the event inspector, so that all
  MC specific stuff is done in the derived class
  AliFMDMCEventInspector.
- Code in the event inspector has been re-factored
  into separate member functions for clear structure
  and easier maintaince.
- Debug statements added in various places to help
  identify problems (conditional on verbosity level
  of AliAnalysisManager)
- AliDisplacedVertexSelection had duplicate code
  in the member functions for the vertex and
  centrality.  This has been unified into a
  single member function Process that should be
  called early in each event.  This will set
  internal member variables which can be retrieved
  using GetVertexZ and GetCentralityPercentile.

IMPORTANT CHANGE FOR SATELITTE EVENT ANALYSIS:

  The AliFMDEventInspector when run over MC no
  longer tries to subsitute the IP z coordinate
  and centrality with information directly from
  the simulation.  Instead, this information is
  available from the
  AliFMDMCEventInspector::ProcessMC member function.

11 years agochanges from fzhou
mcosenti [Thu, 12 Jul 2012 08:59:53 +0000 (08:59 +0000)]
changes from fzhou

11 years agoThe train setup can now find the available packages
cholm [Thu, 12 Jul 2012 08:52:16 +0000 (08:52 +0000)]
The train setup can now find the available packages
(ROOT,AliROOT) by it self.  Passing the value
"last" to the options --aliroot and --root will
select the last possible version(s).  If the value
"list" is passed, then a list of available packages
will be displayed and the execution stopped.

Also set default values on options in case of
--help is passed.

11 years agoFix when called from CINT
quark [Thu, 12 Jul 2012 08:46:50 +0000 (08:46 +0000)]
Fix when called from CINT

11 years agoPossibility to select positive and negatiev eta regions for D+
prino [Thu, 12 Jul 2012 08:41:38 +0000 (08:41 +0000)]
Possibility to select positive and negatiev eta regions for D+

11 years agochanges from mconnors
mcosenti [Thu, 12 Jul 2012 08:41:21 +0000 (08:41 +0000)]
changes from mconnors

11 years agochanges from saiola
mcosenti [Thu, 12 Jul 2012 08:11:38 +0000 (08:11 +0000)]
changes from saiola

11 years agoadded efficiency task for Balance Function (ESD-MC analyis), added V0 analysis for...
miweber [Thu, 12 Jul 2012 03:53:24 +0000 (03:53 +0000)]
added efficiency task for Balance Function (ESD-MC analyis), added V0 analysis for triggered Balance Function task

11 years agoUpdates: store track filter bit and charge, event pool for K0 and K, new featured...
prino [Wed, 11 Jul 2012 17:33:53 +0000 (17:33 +0000)]
Updates: store track filter bit and charge, event pool for K0 and K, new featured in D* correlation task (Sandro)

11 years agogeometry for 2010/11
loizides [Wed, 11 Jul 2012 16:18:54 +0000 (16:18 +0000)]
geometry for 2010/11

11 years agotest if I have commit rights
loizides [Wed, 11 Jul 2012 16:17:32 +0000 (16:17 +0000)]
test if I have commit rights

11 years agotest
loizides [Wed, 11 Jul 2012 16:17:17 +0000 (16:17 +0000)]
test

11 years agochanges from fzhou
mcosenti [Wed, 11 Jul 2012 15:51:57 +0000 (15:51 +0000)]
changes from fzhou

11 years agoFix - clean (remove) run's reconstructed directory after reco/viz
quark [Wed, 11 Jul 2012 13:40:20 +0000 (13:40 +0000)]
Fix - clean (remove) run's reconstructed directory after reco/viz

11 years agoFixed a warning on narrowing in array assignment
cholm [Wed, 11 Jul 2012 10:55:23 +0000 (10:55 +0000)]
Fixed a warning on narrowing in array assignment

11 years agoCorrect inputs for Ds+ (theoretical spectrum, +temporary patch for systematics in...
zconesa [Wed, 11 Jul 2012 10:50:56 +0000 (10:50 +0000)]
Correct inputs for Ds+ (theoretical spectrum, +temporary patch for systematics in PbPb that won't work for pp)

11 years agoCreate PROOF-INF.PWGHFcorrelationHF for correlationHF library
prino [Wed, 11 Jul 2012 10:48:59 +0000 (10:48 +0000)]
Create PROOF-INF.PWGHFcorrelationHF for correlationHF library

11 years agoAdd comments, include flag for RaaVsEP calculation
zconesa [Wed, 11 Jul 2012 10:44:41 +0000 (10:44 +0000)]
Add comments, include flag for RaaVsEP calculation

11 years agoImprovement in event mixing coding for D0-hadron correlations (Fabio)
prino [Wed, 11 Jul 2012 10:27:29 +0000 (10:27 +0000)]
Improvement in event mixing coding for D0-hadron correlations (Fabio)

11 years agoUpdated run list for MC prod LHC12a17a, to exclude 5 bad runs
prino [Tue, 10 Jul 2012 22:56:20 +0000 (22:56 +0000)]
Updated run list for MC prod LHC12a17a, to exclude 5 bad runs

11 years agochanges from Salvatore
loizides [Tue, 10 Jul 2012 21:07:26 +0000 (21:07 +0000)]
changes from Salvatore

11 years agoVc sources now use completely namespaced includes to work around messed up MacOS X
sgorbuno [Tue, 10 Jul 2012 17:08:37 +0000 (17:08 +0000)]
Vc sources now use completely namespaced includes to work around messed up MacOS X

11 years agoFix in combining the systematic errors. Drawing the spectra also in a linear scale.
belikov [Tue, 10 Jul 2012 16:43:19 +0000 (16:43 +0000)]
Fix in combining the systematic errors. Drawing the spectra also in a linear scale.

11 years agoFrom M.Fasel: small patch for the TRD. It adds one Getter function to the AliVTrack...
agheata [Tue, 10 Jul 2012 14:16:46 +0000 (14:16 +0000)]
From M.Fasel: small patch for the TRD. It adds one Getter function to the AliVTrack and AliAODtrack, which is implemented in AliAODpid. The getter function is the same for ESD and AOD tracks.

11 years agofix compilation with Clang on MacOS
sgorbuno [Tue, 10 Jul 2012 13:58:54 +0000 (13:58 +0000)]
fix compilation with Clang on MacOS

11 years agofixes a small issue with clang
sgorbuno [Tue, 10 Jul 2012 13:53:04 +0000 (13:53 +0000)]
fixes a small issue with clang

11 years agoAdded task to perform V0 extraction in AODs. For now, only oriented to real data...
ddobrigk [Tue, 10 Jul 2012 13:07:24 +0000 (13:07 +0000)]
Added task to perform V0 extraction in AODs. For now, only oriented to real data. MC versions to follow.

11 years agoadding BW for 1/pt dNdpt
mfloris [Tue, 10 Jul 2012 10:25:43 +0000 (10:25 +0000)]
adding BW for 1/pt dNdpt

11 years agoFixed up this script
cholm [Tue, 10 Jul 2012 10:19:54 +0000 (10:19 +0000)]
Fixed up this script