]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoFirst try to reduce the size of the QA wagon
gconesab [Fri, 13 Aug 2010 14:53:11 +0000 (14:53 +0000)]
First try to reduce the size of the QA wagon

13 years agoRemoved streamerinfo initialization from od.C
slindal [Fri, 13 Aug 2010 14:19:25 +0000 (14:19 +0000)]
Removed streamerinfo initialization from od.C

13 years agoUpdated the proxy handler to deal with updates on cluster
slindal [Fri, 13 Aug 2010 14:17:57 +0000 (14:17 +0000)]
Updated the proxy handler to deal with updates on cluster

13 years agoAdding method to print latex table from file as ascii
mfloris [Fri, 13 Aug 2010 13:59:07 +0000 (13:59 +0000)]
Adding method to print latex table from file as ascii

13 years agoAdded task for efficiency computation, aligned with revised code.
pulvir [Fri, 13 Aug 2010 12:34:38 +0000 (12:34 +0000)]
Added task for efficiency computation, aligned with revised code.
Added addTask macros for alternative analysis tasks

13 years agoRemoving the dependence on libESD (removed AliESDCaloClusters (Gustavo) see savannah...
kleinb [Fri, 13 Aug 2010 12:24:22 +0000 (12:24 +0000)]
Removing the dependence on libESD (removed AliESDCaloClusters (Gustavo) see savannah #69974

13 years agoInitialization of some variables (Mikolaj)
cvetan [Fri, 13 Aug 2010 08:02:02 +0000 (08:02 +0000)]
Initialization of some variables (Mikolaj)

13 years agoNew hex-dump method + changed the warning messages (Stefan)
cvetan [Fri, 13 Aug 2010 07:30:51 +0000 (07:30 +0000)]
New hex-dump method + changed the warning messages (Stefan)

13 years agoFitParticle.C: generic macro to fit a pt distribution with the Levy or other function
mfloris [Fri, 13 Aug 2010 07:29:06 +0000 (07:29 +0000)]
FitParticle.C: generic macro to fit a pt distribution with the Levy or other function

13 years agoCombineSpectra.C: Adding help + Improving comparison to star
mfloris [Fri, 13 Aug 2010 07:22:11 +0000 (07:22 +0000)]
CombineSpectra.C: Adding help + Improving comparison to star

13 years ago addition to 42846
abercuci [Fri, 13 Aug 2010 07:16:06 +0000 (07:16 +0000)]
 addition to 42846

13 years agonew version of the V0 stuff for the RefMaker (Alex W.)
abercuci [Fri, 13 Aug 2010 07:11:03 +0000 (07:11 +0000)]
new version of the V0 stuff for the RefMaker (Alex W.)

A new member of AliTRDtrackInfo::AliESDinfo added which has the v0pid info.
One can access it via AliTRDtrackInfo::AliESDinfo::GetV0pid(). In
addition the structure of the infoGen had to be changed. Now the first loop
is over the v0s, the second over the ESDtrackss. In case an ESDtrack has
a valid v0pid it is set, otherwise the values stay at 0 for all species.

RefMaker only depends on ESDinfo and not on Friends. Also some
modifications for the RefMakerNN.

bug fixes:
1. TObjArrays like fTracksBarrel etc. are deleted now at the beginning
of the UserExec. Otherwise one gets v0pid values for tracks which do not
origin from a valid v0.

2. in the AliTRDv0info. Now there is a protection in case not both
tracks of a V0 are found (due to what reason ever).

13 years agofixing bug in the HLT TRD offline running mode due to parameter propagation in DoInit...
richterm [Fri, 13 Aug 2010 06:34:30 +0000 (06:34 +0000)]
fixing bug in the HLT TRD offline running mode due to parameter propagation in DoInit, skip cluster transformation; requires r42837 (Theo)

13 years agoChanges for report #69974: Virtual class for calorimeter analysis objects
hristov [Fri, 13 Aug 2010 06:24:20 +0000 (06:24 +0000)]
Changes for report #69974: Virtual class for calorimeter analysis objects

13 years agoadding implementations to extract event type and time stamp from RawReader
richterm [Fri, 13 Aug 2010 06:15:46 +0000 (06:15 +0000)]
adding implementations to extract event type and time stamp from RawReader

13 years agoadding helper methods to extract event type and time stamp from RawReader
richterm [Fri, 13 Aug 2010 06:14:02 +0000 (06:14 +0000)]
adding helper methods to extract event type and time stamp from RawReader

13 years agocorrecting a typo
richterm [Fri, 13 Aug 2010 06:10:39 +0000 (06:10 +0000)]
correcting a typo

13 years agoAdded the possibility to define variable bins in output histograms.
pulvir [Thu, 12 Aug 2010 17:17:16 +0000 (17:17 +0000)]
Added the possibility to define variable bins in output histograms.
Added an initial template for a histogram fitting class.

13 years agoChanges from Constantin:
hristov [Thu, 12 Aug 2010 16:29:28 +0000 (16:29 +0000)]
Changes from Constantin:

a) Makefile
The changes are: treatment of ROOT to be external/system
treatment for warnings (using -isystem)

b) Makefile
Since rootcint produces obsolete string code I propose
to add -Wno-write-strings to CXXFLAGSNO. I have talked
long time ago (6 months maybe or more) to Phillipe,
but I dont think he fixed cint.

c) Makefile
Different logic to implement whether date-config is there,
so that no annoying output from the stderr of which is
produced.

d) build/module.tpl
The changes in module.tpl use ${MUTE }to avoid the
printout of several lines when not requested with ALIVERBOSE=1.

e) JETAN
Patch for JETAN to treat FASTJET external like ROOT.

Changes from Marco:

Fix for bug #71073: Relative path for 'include' in dependency files

13 years agoWith help from Axel -- work around a CINT bug with destruction of string temporary.
mtadel [Thu, 12 Aug 2010 14:36:17 +0000 (14:36 +0000)]
With help from Axel -- work around a CINT bug with destruction of string temporary.

13 years ago- use static const arrays instead of const arrays to avoid the copying from static...
cblume [Thu, 12 Aug 2010 14:21:30 +0000 (14:21 +0000)]
- use static const arrays instead of const arrays to avoid the copying from static memory to the stack when entering the scope
- dentangle the usage of HLT mode and transformation skip in order to test the procedures individually

13 years agoOperations for PROOF compatibility
pulvir [Thu, 12 Aug 2010 08:09:37 +0000 (08:09 +0000)]
Operations for PROOF compatibility

13 years ago-mcompilation warning
gconesab [Thu, 12 Aug 2010 08:03:43 +0000 (08:03 +0000)]
-mcompilation warning

13 years agoprotect against reinitialization of magnetic field
abercuci [Thu, 12 Aug 2010 08:03:36 +0000 (08:03 +0000)]
protect against reinitialization of magnetic field

13 years agoexplicit initializations
gconesab [Thu, 12 Aug 2010 08:00:09 +0000 (08:00 +0000)]
explicit initializations

13 years agosmall fix to histo name
abercuci [Thu, 12 Aug 2010 07:48:02 +0000 (07:48 +0000)]
small fix to histo name

13 years agorename histos such to accomodate more cluster resolution tasks running in
abercuci [Thu, 12 Aug 2010 07:40:33 +0000 (07:40 +0000)]
rename histos such to accomodate more cluster resolution tasks running in
parallel

13 years agoexplicit initializations
dsilverm [Thu, 12 Aug 2010 07:35:40 +0000 (07:35 +0000)]
explicit initializations

13 years agoNew Clusterizer that makes cluster grouping neighbour cells around highest energy...
gconesab [Thu, 12 Aug 2010 07:31:42 +0000 (07:31 +0000)]
New Clusterizer that makes cluster grouping neighbour cells around highest energy tower, 1 to N towers away from this tower (Mateusz)

13 years agofix error in calculation of dEdx (Xiangou)
abercuci [Thu, 12 Aug 2010 07:17:48 +0000 (07:17 +0000)]
fix error in calculation of dEdx (Xiangou)

13 years agonow latest version (E.Biolcati and F.Prino)
bhippoly [Wed, 11 Aug 2010 23:42:49 +0000 (23:42 +0000)]
now latest version (E.Biolcati and F.Prino)

13 years agoAll formulas now work for any case of the overlap between POI1, POI2 and RP in the...
snelling [Wed, 11 Aug 2010 21:12:34 +0000 (21:12 +0000)]
All formulas now work for any case of the overlap between POI1, POI2 and RP in the correlator cos[n(psi1+psi2-2phi3)] (remember that psi always labels azimuth of POI and phi azimuth of RP). Since this correlator (relevant for Strong Parity Violation study) is evaluated vs (pt1+pt2)/2 and |pt1-pt2| two nested loops are needed and by default this calculation is switched off.

13 years agoupdating task (E.Biolcati and F.Prino)
bhippoly [Wed, 11 Aug 2010 19:53:02 +0000 (19:53 +0000)]
updating task (E.Biolcati and F.Prino)

13 years agoL1phase time correction added
prsnko [Wed, 11 Aug 2010 17:44:06 +0000 (17:44 +0000)]
L1phase time correction added

13 years agoadding ITS standalone macro (E.Biolcati)
bhippoly [Wed, 11 Aug 2010 17:01:17 +0000 (17:01 +0000)]
adding ITS standalone macro (E.Biolcati)

13 years agoForgot to commit the changes to the package files.
aszostak [Wed, 11 Aug 2010 15:49:13 +0000 (15:49 +0000)]
Forgot to commit the changes to the package files.

13 years agoImproved efficiency; use same signal shape for all channels
prsnko [Wed, 11 Aug 2010 15:26:40 +0000 (15:26 +0000)]
Improved efficiency; use same signal shape for all channels

13 years ago1) Added method SetRunMultFinder to allow swithing off the Mult.Finder
shahoian [Wed, 11 Aug 2010 14:20:25 +0000 (14:20 +0000)]
1) Added method SetRunMultFinder to allow swithing off the Mult.Finder
2) Added protection: if fRunMultFinder is TRUE but the ITS reconstruction is
not done, then the warning is printed (only once) and fRunMultFinder is set
to FALSE

13 years ago1. Loading the LHC clock-phase in the reco. 2. Methods to get the mean phase B1 ...
cvetan [Wed, 11 Aug 2010 12:13:11 +0000 (12:13 +0000)]
1. Loading the LHC clock-phase in the reco. 2. Methods to get the mean phase B1 & B2 or the phase at given time-stamp. 3. Chnages in the VZERO code which use the phase from OCDB. For the moment we rely on the mean phase between the two beams.

13 years agofixes initialization
snelling [Wed, 11 Aug 2010 12:11:50 +0000 (12:11 +0000)]
fixes initialization

13 years agoAdding simple check on the signals.
aszostak [Wed, 11 Aug 2010 11:48:54 +0000 (11:48 +0000)]
Adding simple check on the signals.

13 years agoRemoved AliRsnEvent data member from streaming in AliRsnPair - modified test macros
pulvir [Wed, 11 Aug 2010 10:29:31 +0000 (10:29 +0000)]
Removed AliRsnEvent data member from streaming in AliRsnPair - modified test macros

13 years agoadding copy constructor
jgrosseo [Wed, 11 Aug 2010 09:20:24 +0000 (09:20 +0000)]
adding copy constructor

13 years agoAdding first version of data checking component for TPC.
aszostak [Wed, 11 Aug 2010 09:16:15 +0000 (09:16 +0000)]
Adding first version of data checking component for TPC.

13 years agoUpdated docu
jthaeder [Wed, 11 Aug 2010 09:05:20 +0000 (09:05 +0000)]
Updated docu

13 years agoFrom Sara and Jan Fiete:
jgrosseo [Wed, 11 Aug 2010 08:36:44 +0000 (08:36 +0000)]
From Sara and Jan Fiete:
underlying event analysis w.r.t leading track
although there are some new classes a lot of the analysis code has been refactored from the
previous classes
new "in content" are the correction classes AliUEHist, AliUEHistograms

13 years agoBug fix for forwarding data blocks.
aszostak [Wed, 11 Aug 2010 08:17:41 +0000 (08:17 +0000)]
Bug fix for forwarding data blocks.

13 years agoFixing error propagation in AliBWTools::GetMean and GetMean2 + some cleanup
mfloris [Wed, 11 Aug 2010 08:13:54 +0000 (08:13 +0000)]
Fixing error propagation in AliBWTools::GetMean and GetMean2 + some cleanup

13 years agoadd variable range in dy
abercuci [Wed, 11 Aug 2010 08:01:39 +0000 (08:01 +0000)]
add variable range in dy

13 years agoDefine Clear for AliEMCALDigits to delete the owned arrays when the TClonesArray...
gconesab [Tue, 10 Aug 2010 16:37:58 +0000 (16:37 +0000)]
Define Clear for AliEMCALDigits to delete the owned arrays when the TClonesArray Clear is called. change the call to the TClonesArray::Clear to Clear("C") to call the clear of the digits.

13 years agoadded reder for test on other data
snelling [Tue, 10 Aug 2010 16:02:37 +0000 (16:02 +0000)]
added reder for test on other data

13 years agoAdded charge to the tracks
snelling [Tue, 10 Aug 2010 15:51:08 +0000 (15:51 +0000)]
Added charge to the tracks

13 years agoadded macros for analysis
kaamodt [Tue, 10 Aug 2010 14:51:28 +0000 (14:51 +0000)]
added macros for analysis

13 years agoAdditional histograms for vertex, missing ITS modules. Fixes of coding violations
esicking [Tue, 10 Aug 2010 14:23:35 +0000 (14:23 +0000)]
Additional histograms for vertex, missing ITS modules. Fixes of coding violations

13 years agofixed memory leak
alla [Tue, 10 Aug 2010 14:05:37 +0000 (14:05 +0000)]
fixed memory leak

13 years agoT0Laserda with correct run type
alla [Tue, 10 Aug 2010 13:04:55 +0000 (13:04 +0000)]
T0Laserda with correct run type

13 years agoAdded extra cut selection values
kaamodt [Tue, 10 Aug 2010 12:20:13 +0000 (12:20 +0000)]
Added extra cut selection values

13 years agofixing compilation error
aszostak [Tue, 10 Aug 2010 11:37:14 +0000 (11:37 +0000)]
fixing compilation error

13 years agoFix for bug 70975, code from Peter, tested by Annalisa
prino [Tue, 10 Aug 2010 11:00:51 +0000 (11:00 +0000)]
Fix for bug 70975, code from Peter, tested by Annalisa

13 years agoCleaning up ClassDef. Should have version == 0 for classes that will never be streame...
aszostak [Tue, 10 Aug 2010 10:02:04 +0000 (10:02 +0000)]
Cleaning up ClassDef. Should have version == 0 for classes that will never be streamed to file by ROOT.

13 years agofixing compilation bug
aszostak [Tue, 10 Aug 2010 09:57:34 +0000 (09:57 +0000)]
fixing compilation bug

13 years agoCleaning up ClassDef. Should have the version == 0 for the algorithmic classes like...
aszostak [Tue, 10 Aug 2010 09:38:21 +0000 (09:38 +0000)]
Cleaning up ClassDef. Should have the version == 0 for the algorithmic classes like the component classes. Only data containers that should be streamed by ROOT should have the version set > 0.

13 years agoFixing coding conventions
mfloris [Tue, 10 Aug 2010 09:29:13 +0000 (09:29 +0000)]
Fixing coding conventions

13 years agobugfix
pulvir [Tue, 10 Aug 2010 09:20:48 +0000 (09:20 +0000)]
bugfix

13 years agoprepare task for cluster position and error parameterization on data
abercuci [Tue, 10 Aug 2010 07:40:48 +0000 (07:40 +0000)]
prepare task for cluster position and error parameterization on data

13 years agoUpdate to the analysis on MC data only.
pulvir [Tue, 10 Aug 2010 07:38:35 +0000 (07:38 +0000)]
Update to the analysis on MC data only.
Added corrected definition of cos(theta*) and related computation.
Corrected the cut for perfect PID.

13 years agoFixed sprintf, so that the pointer address is printed correctly
kleinb [Tue, 10 Aug 2010 05:15:02 +0000 (05:15 +0000)]
Fixed sprintf, so that the pointer address is printed correctly

13 years agoUpdated Fragmentation function task (added Di jet part and intra-jet radiation) ...
kleinb [Mon, 9 Aug 2010 15:24:25 +0000 (15:24 +0000)]
Updated Fragmentation function task (added Di jet part and intra-jet radiation) (Magali)

13 years agoBugfix in the config.
kaamodt [Mon, 9 Aug 2010 12:48:07 +0000 (12:48 +0000)]
Bugfix in the config.

13 years agooptimization for valgrind (Theo)
richterm [Mon, 9 Aug 2010 12:06:08 +0000 (12:06 +0000)]
optimization for valgrind (Theo)

13 years agocorrecting output size estimator after recent change of data struct
richterm [Mon, 9 Aug 2010 12:01:49 +0000 (12:01 +0000)]
correcting output size estimator after recent change of data struct

13 years agobugfix in physics selection for running on MC
jgrosseo [Mon, 9 Aug 2010 10:11:07 +0000 (10:11 +0000)]
bugfix in physics selection for running on MC

13 years ago(Mihaela) If par files are to be mixed with libraries, one should rather use plugin...
agheata [Mon, 9 Aug 2010 08:45:31 +0000 (08:45 +0000)]
(Mihaela) If par files are to be mixed with libraries, one should rather use plugin->SetAdditionalLibs() mixing .so with .par as needed.

13 years agoFrom Chiara Zampolli:
jgrosseo [Mon, 9 Aug 2010 08:42:54 +0000 (08:42 +0000)]
From Chiara Zampolli:
task to compare MC and data distributions for the dN/deta and multiplicity analysis

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 23:21:52 +0000 (23:21 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 23:21:37 +0000 (23:21 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 23:21:25 +0000 (23:21 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:13:23 +0000 (22:13 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:12:52 +0000 (22:12 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:12:30 +0000 (22:12 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:11:56 +0000 (22:11 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:11:48 +0000 (22:11 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:11:41 +0000 (22:11 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:11:23 +0000 (22:11 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:11:05 +0000 (22:11 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:10:29 +0000 (22:10 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:09:39 +0000 (22:09 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:09:28 +0000 (22:09 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:09:18 +0000 (22:09 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Sun, 8 Aug 2010 22:08:18 +0000 (22:08 +0000)]
fixing warnings

13 years agoFixed compilation
hristov [Sun, 8 Aug 2010 17:50:03 +0000 (17:50 +0000)]
Fixed compilation

13 years agofixed warning, reduced printout
kleinb [Sun, 8 Aug 2010 12:04:42 +0000 (12:04 +0000)]
fixed warning, reduced printout

13 years agofixing warnings
aszostak [Fri, 6 Aug 2010 23:34:50 +0000 (23:34 +0000)]
fixing warnings

13 years agofixing warnings
aszostak [Fri, 6 Aug 2010 23:34:09 +0000 (23:34 +0000)]
fixing warnings

13 years agoConv. PID improved; Energy now calculated from KFParticle; PHOS PID
kaamodt [Fri, 6 Aug 2010 23:22:39 +0000 (23:22 +0000)]
Conv. PID improved; Energy now calculated from KFParticle; PHOS PID
improved; possibility to use BadMap added; memory usage reduced (Dmitri)

13 years agoFixing library names
aszostak [Fri, 6 Aug 2010 22:04:46 +0000 (22:04 +0000)]
Fixing library names

13 years agoFixing compilation problem for newest GCC versions.
aszostak [Fri, 6 Aug 2010 21:53:10 +0000 (21:53 +0000)]
Fixing compilation problem for newest GCC versions.

13 years agoAdded new possibilities to standard cuts, update to perfect PID cut
pulvir [Fri, 6 Aug 2010 16:47:53 +0000 (16:47 +0000)]
Added new possibilities to standard cuts, update to perfect PID cut

13 years agoReset of a 0 pointer deleted (from L. Molnar)
gvolpe [Fri, 6 Aug 2010 12:57:53 +0000 (12:57 +0000)]
Reset of a 0 pointer deleted (from L. Molnar)

13 years agoCorrected typo
kaamodt [Fri, 6 Aug 2010 11:56:55 +0000 (11:56 +0000)]
Corrected typo