]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agochanges for JETCorrel from Paul
kleinb [Wed, 16 Jun 2010 06:27:36 +0000 (06:27 +0000)]
changes for JETCorrel from Paul

13 years agoReturn supermodule number from eta and phi, taking into account the number of supermo...
gconesab [Wed, 16 Jun 2010 05:45:41 +0000 (05:45 +0000)]
Return supermodule number from eta and phi, taking into account the number of supermodules of the selected geometry

13 years agoadded option to create flow event from SPD tracklets
snelling [Tue, 15 Jun 2010 19:20:01 +0000 (19:20 +0000)]
added option to create flow event from SPD tracklets

13 years agoGap between paderow used for seeding as parameter in AliTPCRecoParam
marian [Tue, 15 Jun 2010 17:35:57 +0000 (17:35 +0000)]
Gap between paderow used for seeding as parameter in AliTPCRecoParam

(Marian)

Some theoretical consideration:

The track seeding efficiency depends on the cluster finder efficiency - ceff.
ceff is dEdx dependent, in mean is about 0.8 for MIP is about 0.75
The probability to find a seed=
pseed = ceff^3
Probability to find a track in nseedings
ptrack = (1-(1-pseed)^nseeding)

nseedin = npadrows/gap.
Until now we were seeding in outer sectors with gap 6 and 10 pad-rows (r dependent).

For tracks crossing the full TPC the track finding efficiency is
( you can draw it using TF1 f1("f1","(1-(1-0.75**3)**((160.-64.)/x))",1,10))
99.5% once the gap 10 pad rows is used.

For short tracks = kink decays e.g 30 cm from the end of TPC it is about 65% for gap 10 pad-rows, 85% for 5 gap 5 and 95% for gap 3 pad-rows.
(see function
TF1 f1("f1","(1-(1-0.75**3)**((20.)/x))",1,10))

13 years ago- AliITSv11GeometrySPD.h : changed signature of method CreateConeModule
masera [Tue, 15 Jun 2010 17:24:47 +0000 (17:24 +0000)]
- AliITSv11GeometrySPD.h : changed signature of method CreateConeModule

- AliITSv11GeometrySPD.cxx : mods in CreateConeModule to prolong cooling tubes where they were missing and to add freon
inside tubes; CreateCones has been modfied to add new volumes

- AliITSv11GeometrySupport.cxx : mods in SDDCone to add cables inside the holes of the SDD cone;
  mods in SPDCableTraysSideA and SPDCableTraysSideC to add HV cbles in the trays and freon in the cooling tubes

- AliITSv11Hybrid.cxx : mods in CreateMaterials to define gaseous Freon and the average material for SPD HV cables.

Mario Sitta

13 years agoFix warnings
dainese [Tue, 15 Jun 2010 17:05:36 +0000 (17:05 +0000)]
Fix warnings

13 years agoProtection + correction for dimensioning of pointer data members
dainese [Tue, 15 Jun 2010 16:56:07 +0000 (16:56 +0000)]
Protection + correction for dimensioning of pointer data members

13 years agoWrong path was stored inside of the AliCDBEntry
marian [Tue, 15 Jun 2010 15:59:43 +0000 (15:59 +0000)]
Wrong path was stored inside of the AliCDBEntry
This was probably the reason why it enters to wrong directory

(Marian)

13 years agoProduce fatal also when wrong currents configuration is requested
shahoian [Tue, 15 Jun 2010 14:36:26 +0000 (14:36 +0000)]
Produce fatal also when wrong currents configuration is requested

13 years agoAliMagF will produce AliFatal instead of AliError if loading of field fails
shahoian [Tue, 15 Jun 2010 14:28:34 +0000 (14:28 +0000)]
AliMagF will produce AliFatal instead of AliError if loading of field fails

13 years ago- speed up T0 average calculation significantly
cblume [Tue, 15 Jun 2010 13:21:55 +0000 (13:21 +0000)]
- speed up T0 average calculation significantly
- remove unused data member

13 years agofix for bug #66294
alla [Tue, 15 Jun 2010 13:08:14 +0000 (13:08 +0000)]
fix for bug #66294

13 years agoFixing coding conventions (const arguments in functions)
laphecet [Tue, 15 Jun 2010 12:04:55 +0000 (12:04 +0000)]
Fixing coding conventions (const arguments in functions)
(Ivana)

13 years agoCuts updated.
morsch [Tue, 15 Jun 2010 09:47:08 +0000 (09:47 +0000)]
Cuts updated.

13 years agoAdded macro for analysing output of AliAnalysisTaskHardSoft
esicking [Tue, 15 Jun 2010 08:59:13 +0000 (08:59 +0000)]
Added macro for analysing output of AliAnalysisTaskHardSoft

13 years agoReduced RAW histograms and revisited DQM histograms (A. MAstroserio)
masera [Tue, 15 Jun 2010 08:55:45 +0000 (08:55 +0000)]
Reduced RAW histograms and revisited DQM histograms (A. MAstroserio)

13 years agoProtection added (Giacomo)
dainese [Tue, 15 Jun 2010 08:34:55 +0000 (08:34 +0000)]
Protection added (Giacomo)

13 years agoCorrectly reset the total number of events (for Amore)
laphecet [Tue, 15 Jun 2010 08:33:52 +0000 (08:33 +0000)]
Correctly reset the total number of events (for Amore)

13 years agoBug fix with matrix inversion in SetProductionVertex(); sign of GetDistanceToVertexXY...
belikov [Mon, 14 Jun 2010 20:05:49 +0000 (20:05 +0000)]
Bug fix with matrix inversion in SetProductionVertex(); sign of GetDistanceToVertexXY() fixed; GetDecayLengthXY() and GetErrDecayLengthXY() methods added (S. Gorbunov)

13 years agomethod to mark RP and POI's
snelling [Mon, 14 Jun 2010 18:36:51 +0000 (18:36 +0000)]
method to mark RP and POI's

13 years agoAdditional separate histograms for hard and soft events
esicking [Mon, 14 Jun 2010 15:52:44 +0000 (15:52 +0000)]
Additional separate histograms for hard and soft events

13 years agoFix for report #66086 Remove gstpar calls and put parameters in galice.cuts --HMPID
hristov [Mon, 14 Jun 2010 15:40:11 +0000 (15:40 +0000)]
Fix for report #66086 Remove gstpar calls and put parameters in galice.cuts --HMPID

13 years ago- speed up HLT tracking by moving ReimanFit to MakeTrack
cblume [Mon, 14 Jun 2010 15:26:26 +0000 (15:26 +0000)]
- speed up HLT tracking by moving ReimanFit to MakeTrack
- remove some unnecessary code

13 years ago- speed up HLT tracking by moving ReimanFit to MakeTrack
cblume [Mon, 14 Jun 2010 15:26:19 +0000 (15:26 +0000)]
- speed up HLT tracking by moving ReimanFit to MakeTrack
- remove some unnecessary code

13 years agooption to also calculate generating function cumulants versus multiplicity
snelling [Mon, 14 Jun 2010 13:42:59 +0000 (13:42 +0000)]
option to also calculate generating function cumulants versus multiplicity

13 years agoBug fixes (Sadhana)
dainese [Mon, 14 Jun 2010 13:17:46 +0000 (13:17 +0000)]
Bug fixes (Sadhana)

13 years agoupdates on TOF software:
rpreghen [Mon, 14 Jun 2010 12:52:31 +0000 (12:52 +0000)]
updates on TOF software:

- added new TOF raw data decoder (enhanced decoder)
- enhanced decoder enabled as default in reconstruction
- TOF raw data policy updated
- all calibration code in AliTOFcalib class
- updates on TOF-T0 classes
- DA for physics runs split for physics and calib events
- DA-physics computes readout+decode efficiency
- PreProcessor put readout+decode efficiency in OCDB
- readout-info object added (Reference)
- changed online T0-fill measurement in PreProcessor
- added online resolution measurement in PreProcessor
- added ResponseParams class and file for TExp correction

13 years agoMajor fixes in the digits and raw-data reco. Now both are equivalent. To be propagate...
cvetan [Mon, 14 Jun 2010 12:27:20 +0000 (12:27 +0000)]
Major fixes in the digits and raw-data reco. Now both are equivalent. To be propagated to the release. The trigger inputs bit mask is filled in the friend only in case of raw data. Will be fixed when we switch to the new trigger framework. It is not clear now where to put this data.

13 years agoadded reference mult
snelling [Mon, 14 Jun 2010 12:21:15 +0000 (12:21 +0000)]
added reference mult

13 years agoAdded task for hard/soft event comparison (basic version)
esicking [Mon, 14 Jun 2010 12:08:34 +0000 (12:08 +0000)]
Added task for hard/soft event comparison (basic version)

13 years agoBug fixes (Chiara)
dainese [Mon, 14 Jun 2010 11:51:14 +0000 (11:51 +0000)]
Bug fixes (Chiara)

13 years agoHistogram range changed
alla [Mon, 14 Jun 2010 09:02:37 +0000 (09:02 +0000)]
Histogram range changed

13 years agoCreate summary postrcript file
marian [Sat, 12 Jun 2010 16:01:17 +0000 (16:01 +0000)]
Create summary postrcript file
(Marian)

13 years agoAdded possibility to recalibrate CaloClusters during the analysis
gconesab [Sat, 12 Jun 2010 13:48:26 +0000 (13:48 +0000)]
Added possibility to recalibrate CaloClusters during the analysis

13 years agoChanged default initialization values of fTrackDz / Dx to -999
slindal [Sat, 12 Jun 2010 11:08:56 +0000 (11:08 +0000)]
Changed default initialization values of fTrackDz / Dx to -999

13 years agoFrom Sergey : Fill DCA of TPC tracks in ESD
jthaeder [Sat, 12 Jun 2010 10:52:41 +0000 (10:52 +0000)]
From Sergey : Fill DCA of TPC tracks in ESD

13 years agoProblem in merging of the time component
marian [Fri, 11 Jun 2010 17:57:40 +0000 (17:57 +0000)]
Problem in merging of the time component

Check the presence of TOF histogram

Marian

13 years agopossibility to use track vertex
jotwinow [Fri, 11 Jun 2010 14:26:25 +0000 (14:26 +0000)]
possibility to use track vertex

13 years agoAdded primary vertex as a branch in spTree + start using GetEventSpecie()
dainese [Fri, 11 Jun 2010 13:49:18 +0000 (13:49 +0000)]
Added primary vertex as a branch in spTree +  start using GetEventSpecie()

13 years agoCleaned usage of TClonesArrays in the loader
gconesab [Fri, 11 Jun 2010 13:16:02 +0000 (13:16 +0000)]
Cleaned usage of TClonesArrays in the loader
In the AliEMCALRecParam::Print, cosmetic changes.
Macro AliEMCALSetRecParam.C, update with last parameters for real data reconstruction

13 years agoAdding total dNdetadphi including SPD inner layer analysis
hdalsgaa [Fri, 11 Jun 2010 13:14:44 +0000 (13:14 +0000)]
Adding total dNdetadphi including SPD inner layer analysis

13 years agoCall of ReadIntensityInfoCDB was missing in the Begin
shahoian [Fri, 11 Jun 2010 09:02:23 +0000 (09:02 +0000)]
Call of ReadIntensityInfoCDB was missing in the Begin

13 years agocheck pointer and print info
jotwinow [Fri, 11 Jun 2010 07:48:43 +0000 (07:48 +0000)]
check pointer and print info

13 years agoChange concerning the determination of the innermost layer in RefitAt (A. Dainese)
masera [Thu, 10 Jun 2010 21:27:15 +0000 (21:27 +0000)]
Change concerning the determination of the innermost layer in RefitAt (A. Dainese)

13 years agoAdding unit test for AliHLTReadoutList
aszostak [Thu, 10 Jun 2010 21:13:26 +0000 (21:13 +0000)]
Adding unit test for AliHLTReadoutList

13 years agocleanup of GFC cumulants (some well deserved attention)
snelling [Thu, 10 Jun 2010 20:17:50 +0000 (20:17 +0000)]
cleanup of GFC cumulants (some well deserved attention)

13 years ago- added possibility to set centrality cuts from the commandline
odjuvsla [Thu, 10 Jun 2010 16:07:46 +0000 (16:07 +0000)]
- added possibility to set centrality cuts from the commandline

13 years agoFix in simrun.C macro; there was a { lost in prevoius commit.
ivana [Thu, 10 Jun 2010 15:45:28 +0000 (15:45 +0000)]
Fix in simrun.C macro; there was a { lost in prevoius commit.

13 years ago- added comments
odjuvsla [Thu, 10 Jun 2010 15:33:03 +0000 (15:33 +0000)]
- added comments

13 years ago- added different sorting algorithms for the digits
odjuvsla [Thu, 10 Jun 2010 15:23:09 +0000 (15:23 +0000)]
- added different sorting algorithms for the digits
- pre-defined compare functions for sorting by energy and by position
- also possible to set the compare function to anything you like

- cleaned up some unnecessary code
- added some comments

13 years ago- fixing compilation warning
odjuvsla [Thu, 10 Jun 2010 15:23:07 +0000 (15:23 +0000)]
- fixing compilation warning

13 years agoAdd process command which kills neutrinos in order to reduce simulation time
esicking [Thu, 10 Jun 2010 14:58:27 +0000 (14:58 +0000)]
Add process command which kills neutrinos in order to reduce simulation time

13 years agoAdding comments; in Config.C added a variable g4libsMacro to make easier to
ivana [Thu, 10 Jun 2010 14:35:30 +0000 (14:35 +0000)]
Adding comments; in Config.C added a variable g4libsMacro to make easier to
customize the path to g4libs.C macro

13 years agoDefault OCDB object for report #68539 (Ruben)
hristov [Thu, 10 Jun 2010 14:02:29 +0000 (14:02 +0000)]
Default OCDB object for report #68539 (Ruben)

13 years agoCorrect ran function.
morsch [Thu, 10 Jun 2010 13:57:41 +0000 (13:57 +0000)]
Correct ran function.

13 years agoAdded macros for production using Geant4. 3 different physics lists can be used:...
esicking [Thu, 10 Jun 2010 13:22:39 +0000 (13:22 +0000)]
Added macros for production using Geant4. 3 different physics lists can be used: QGSP_BERT_EMV, CHISP and QGSP_BERT_CHIPS. All 3 PL can be used combined with optical processes, too. sim.C and rec.C can be used for local testing. Check simrun.C for the usage.

13 years agoMajor fixes to the raw-data simulation. The ADC samples and signal width are added...
cvetan [Thu, 10 Jun 2010 13:03:27 +0000 (13:03 +0000)]
Major fixes to the raw-data simulation. The ADC samples and signal width are added to the raw-data stream. The trigger flags are stored in the digits tree user-info and then propagated to the raw data and esd. The digit class is updated by removal of unneeded members. Some code clean-up as well. We need one more step before in the reconstructor in order to declare raw-data and digits sim/reco are completely equivalent. This step is to move the code from ConvertDigits to Reconstruct method.

13 years agoAliITSRecoParam & AliITStrackerMI:
masera [Thu, 10 Jun 2010 12:48:29 +0000 (12:48 +0000)]
AliITSRecoParam & AliITStrackerMI:
new cut variables introduced for PlaneEff evaluation

AliITSPlaneEffS*D:
rebinning of the control histograms

  Giuseppe Bruno

13 years agoUse the same truncation in the reconstruction and also
marian [Thu, 10 Jun 2010 12:37:16 +0000 (12:37 +0000)]
Use the same truncation in the reconstruction and also
in calibration
(Alexander)

13 years agoupdates in MeanTh scan analysis and new method added to display hitmaps (A. Mastroserio)
masera [Thu, 10 Jun 2010 12:18:26 +0000 (12:18 +0000)]
updates in MeanTh scan analysis and new method added to display hitmaps (A. Mastroserio)

13 years agoc
morsch [Thu, 10 Jun 2010 11:07:41 +0000 (11:07 +0000)]
c
c     Version 1.382
c     Nuclear distribution for deuteron is taken as the Hulthen wave
c     function as provided by Brian Cole (Columbia)
c
c

13 years agoupdates in MeanTh scan analysis and new method added to display hitmaps (A. Mastroserio)
masera [Thu, 10 Jun 2010 10:48:06 +0000 (10:48 +0000)]
updates in MeanTh scan analysis and new method added to display hitmaps (A. Mastroserio)

13 years agoFixing the AliTriggerAnalysis in order to use the VZERO average times and the decisio...
cvetan [Thu, 10 Jun 2010 10:39:48 +0000 (10:39 +0000)]
Fixing the AliTriggerAnalysis in order to use the VZERO average times and the decisions stored already in ESD. The backward compatibility is fully preserved. For the moment the online trigger analysis is disabled (returning always b-b). It needs some work on the reconstruction side in order to add the b-b flags for simulated data into the ESD (for raw data they are already there).

13 years agoUpdated emcal cluster display
slindal [Thu, 10 Jun 2010 10:32:56 +0000 (10:32 +0000)]
Updated emcal cluster display

13 years agoFix for report #68441 SSD dE signal level in MC do not match SDD dE signal level...
hristov [Thu, 10 Jun 2010 10:24:29 +0000 (10:24 +0000)]
Fix for report #68441 SSD dE signal level in MC do not match SDD dE signal level (Marek)

13 years agoFixing bug of output when running with parallel mode in AliAnalysisTaskSEMuonsHF...
martinez [Thu, 10 Jun 2010 10:17:09 +0000 (10:17 +0000)]
Fixing bug of output when running with parallel mode in AliAnalysisTaskSEMuonsHF. Remove the model dependency during the compiling (Xiaoming)

13 years agoRemoved muon for default running
slindal [Thu, 10 Jun 2010 10:10:32 +0000 (10:10 +0000)]
Removed muon for default running

13 years agoBug fix for full tracker, filling in track parameters properly.
aszostak [Thu, 10 Jun 2010 09:28:36 +0000 (09:28 +0000)]
Bug fix for full tracker, filling in track parameters properly.
Also adding option to write ESDs in Rootifier component.
(Indra)

13 years ago-Updated track matcher to fill TrackDx and TrackDz with sign in front
slindal [Thu, 10 Jun 2010 08:24:21 +0000 (08:24 +0000)]
-Updated track matcher to fill TrackDx and TrackDz with sign in front
-Updated hist component do deal with nexative dx dz

13 years agoTypo corrected
morsch [Thu, 10 Jun 2010 07:39:51 +0000 (07:39 +0000)]
Typo corrected

13 years agofix for bugs #67031
alla [Thu, 10 Jun 2010 07:08:19 +0000 (07:08 +0000)]
fix for bugs #67031

13 years agocorrect z shift for C side
jklay [Wed, 9 Jun 2010 21:42:09 +0000 (21:42 +0000)]
correct z shift for C side

13 years agocorrect z shift for C side
jklay [Wed, 9 Jun 2010 21:41:13 +0000 (21:41 +0000)]
correct z shift for C side

13 years agoUpdate of the QA code of the SDD: 1) SDD Checker: added protection in case only a...
masera [Wed, 9 Jun 2010 17:21:01 +0000 (17:21 +0000)]
Update of the QA code of the SDD: 1) SDD Checker: added protection in case only a layer is used 2) SDD DataMakerRec: modification of the expert and image flag for the pattern histograms. The non-expert histograms are now the normalized plots of the layer occupancy (Melinda and Piergiorgio)

13 years agoFix for Savannah bug 68460 concerning the code that calculates the strip numbers...
masera [Wed, 9 Jun 2010 16:55:55 +0000 (16:55 +0000)]
Fix for Savannah bug 68460 concerning the code that calculates the strip numbers inside the search road (Marco van Leeuwen)

13 years agoCoding violation +
marian [Wed, 9 Jun 2010 16:51:35 +0000 (16:51 +0000)]
Coding violation +
second oreder corrections in trasformation

(Marian, Stefan)

13 years agoFixed memory leak
dainese [Wed, 9 Jun 2010 16:15:14 +0000 (16:15 +0000)]
Fixed memory leak

13 years agoFaster calculation of invariant mass (Yifei)
dainese [Wed, 9 Jun 2010 15:24:40 +0000 (15:24 +0000)]
Faster calculation of invariant mass (Yifei)

13 years agoESDfriends not read by default.
morsch [Wed, 9 Jun 2010 14:34:03 +0000 (14:34 +0000)]
ESDfriends not read by default.

13 years agoRemoved pushback of the tpc track
slindal [Wed, 9 Jun 2010 14:24:45 +0000 (14:24 +0000)]
Removed pushback of the tpc track

13 years agoc
morsch [Wed, 9 Jun 2010 14:07:07 +0000 (14:07 +0000)]
c
c     Version 1.384
c
c     Nov. 20, 2003. Vladimir Oujinski (cern) pointed out an inconsistency
c     between the variable declarations in subroutine HIJSET as in the
c     documentation. So the following
c CHARACTER FRAME*4,PROJ*4,TARG*4,EFRAME*4
c     is changed to
c CHARACTER FRAME*8,PROJ*8,TARG*8,EFRAME*8
c

13 years agoc Version 1.382
morsch [Wed, 9 Jun 2010 14:05:27 +0000 (14:05 +0000)]
c     Version 1.382
c     The variables I_SNG in HIJSFT and JL in ATTRAD were not initialized.
c     The version initialize them. (as found by Fernando Marroquim)

13 years agoc
morsch [Wed, 9 Jun 2010 14:03:14 +0000 (14:03 +0000)]
c
c     Version 1.381
c
c     The parameters for Wood-Saxon distribution for deuteron are
c     constrained to give the right rms ratius 2.116 fm
c     (R=0.0, D=0.5882)
c

13 years agoc Version 1.38
morsch [Wed, 9 Jun 2010 14:02:13 +0000 (14:02 +0000)]
c     Version 1.38
c
c     The following common block is added to record the number of elastic
c     (NELT, NELP) and inelastic (NINT, NINP) participants
c
c        COMMON/HIJGLBR/NELT,NINT,NELP,NINP
c        SAVE  /HIJGLBR/

13 years agoAdded FF task from Swensy, to be merged with Bastian's
kleinb [Wed, 9 Jun 2010 12:50:17 +0000 (12:50 +0000)]
Added FF task from Swensy, to be merged with Bastian's

13 years agoadded -verbose option to prevent couts and warnings during normal execution
fronchet [Wed, 9 Jun 2010 12:11:19 +0000 (12:11 +0000)]
added -verbose option to prevent couts and warnings during normal execution

13 years agobug fix
hdalsgaa [Wed, 9 Jun 2010 11:49:30 +0000 (11:49 +0000)]
bug fix

13 years agoadding a comment on the event-by-event eta-phi histogram for general use
hdalsgaa [Wed, 9 Jun 2010 11:45:44 +0000 (11:45 +0000)]
adding a comment on the event-by-event eta-phi histogram for general use

13 years agoadding event-by-event eta-phi histogram for general use
hdalsgaa [Wed, 9 Jun 2010 11:21:31 +0000 (11:21 +0000)]
adding event-by-event eta-phi histogram for general use

13 years ago- removing printf statement
odjuvsla [Wed, 9 Jun 2010 11:16:27 +0000 (11:16 +0000)]
- removing printf statement

13 years agonecessary modification in makefile for RSN PAR library
pulvir [Wed, 9 Jun 2010 10:30:34 +0000 (10:30 +0000)]
necessary modification in makefile for RSN PAR library

13 years agoBug fix in GetEta() and a new function ConstructGamma() for fitting the gamma convers...
belikov [Wed, 9 Jun 2010 10:12:05 +0000 (10:12 +0000)]
Bug fix in GetEta() and a new function ConstructGamma() for fitting the gamma conversions (S. Gorbunov)

13 years agoMaking data element non-streamable (AliTRDresolution) and temporary bug fix (AliTRDch...
cblume [Wed, 9 Jun 2010 09:07:44 +0000 (09:07 +0000)]
Making data element non-streamable (AliTRDresolution) and temporary bug fix (AliTRDcheckDET) (Markus)

13 years agowrite UA1 R = 0.4 as standard branch
kleinb [Wed, 9 Jun 2010 08:49:50 +0000 (08:49 +0000)]
write UA1 R = 0.4 as standard branch

13 years agoAdded mode to open(..) for the failed matrix dump
shahoian [Wed, 9 Jun 2010 08:46:13 +0000 (08:46 +0000)]
Added mode to open(..) for the failed matrix dump

13 years agoProtection for run counter initialization for long 32 bit machines
shahoian [Tue, 8 Jun 2010 22:49:33 +0000 (22:49 +0000)]
Protection for run counter initialization for long 32 bit machines

13 years agoMake possible to use either selected runs or events from the record file
shahoian [Tue, 8 Jun 2010 17:55:13 +0000 (17:55 +0000)]
Make possible to use either selected runs or events from the record file

13 years agoin addition to 41626: liReconstruction will store in the AliESDRun the average intens...
shahoian [Tue, 8 Jun 2010 17:45:58 +0000 (17:45 +0000)]
in addition to 41626: liReconstruction will store in the AliESDRun the average intensities

13 years agoAliReconstruction will store in the AliESDRun the average intensities
shahoian [Tue, 8 Jun 2010 17:23:44 +0000 (17:23 +0000)]
AliReconstruction will store in the AliESDRun the average intensities
for interacting and nonintercting bunches:
const AliESDRun* esdRun = esdEvent->GetESDRun();
double x = esdRun->GetMeanIntensityIntecting(int beamID);
double y = esdRun->GetMeanIntensityNonIntecting(int beamID);
-1 on return means missing info.

13 years agoBug fix
aszostak [Tue, 8 Jun 2010 17:06:25 +0000 (17:06 +0000)]
Bug fix