]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agoflat classes now have Reinitialize functions, which call special constructor, removed...
sgweber [Mon, 7 Jul 2014 10:55:39 +0000 (12:55 +0200)]
flat classes now have Reinitialize functions, which call special constructor, removed empty .cxx files

9 years agofixed bug in special constructor
sgweber [Sat, 5 Jul 2014 22:44:25 +0000 (00:44 +0200)]
fixed bug in special constructor

9 years agoMerge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
sgweber [Sat, 5 Jul 2014 17:31:47 +0000 (19:31 +0200)]
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev

9 years agoadded special constructor flag enum for special constructor, public Reinitialize...
sgweber [Sat, 5 Jul 2014 17:30:51 +0000 (19:30 +0200)]
added special constructor flag enum for special constructor, public Reinitialize function which calls special constructor

9 years agoadd initial version of the friend interface classes
mkrzewic [Fri, 20 Jun 2014 10:55:17 +0000 (12:55 +0200)]
add initial version of the friend interface classes

9 years agofixed loops over tracks and clusters in special constructors
sgweber [Fri, 4 Jul 2014 10:48:37 +0000 (12:48 +0200)]
fixed loops over tracks and clusters in special constructors

9 years agoremoved constructors from read macros
sgweber [Fri, 4 Jul 2014 10:47:48 +0000 (12:47 +0200)]
removed constructors from read macros

9 years agoMerge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
sgweber [Fri, 4 Jul 2014 08:21:04 +0000 (10:21 +0200)]
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev

9 years agosmall fixes to make the coverter work
mkrzewic [Fri, 4 Jul 2014 07:09:02 +0000 (09:09 +0200)]
small fixes to make the coverter work

9 years agoremove unnecessary call to base ctor
mkrzewic [Thu, 3 Jul 2014 17:43:21 +0000 (19:43 +0200)]
remove unnecessary call to base ctor

9 years agoadd special constructors for restoring the vtable ptr
mkrzewic [Thu, 3 Jul 2014 17:16:21 +0000 (19:16 +0200)]
add special constructors for restoring the vtable ptr

9 years agomove the implementations out of the class declaration
mkrzewic [Tue, 1 Jul 2014 18:22:39 +0000 (20:22 +0200)]
move the implementations out of the class declaration

9 years agoupdated macros, fix in AliFlatTrack::Fill : padRow now the same as in normal ESD
sgweber [Thu, 3 Jul 2014 15:55:19 +0000 (17:55 +0200)]
updated macros, fix in AliFlatTrack::Fill : padRow now the same as in normal ESD

9 years agoadded constructors to ReadFlatESD.C, fixed bugs in FlatESDConverter concerning timing...
sgweber [Thu, 3 Jul 2014 12:41:31 +0000 (14:41 +0200)]
added constructors to ReadFlatESD.C, fixed bugs in FlatESDConverter concerning timing measurement

9 years agoadded virtual destructor to AliVVkink, removed unused parameter names in AliVVvertex...
sgweber [Thu, 3 Jul 2014 11:33:02 +0000 (13:33 +0200)]
added virtual destructor to AliVVkink, removed unused parameter names in AliVVvertex, removed constructors from getter functions in AliFlatESDEvent and AliFlatESDTrack, added timestamps to FlatESDConverter, added cluster output to ReadFlatESD

9 years agoreadded inheritance from base classes
sgweber [Tue, 1 Jul 2014 13:38:08 +0000 (15:38 +0200)]
readded inheritance from base classes

9 years agoMerge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
sgweber [Tue, 1 Jul 2014 12:53:34 +0000 (14:53 +0200)]
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev

9 years agoadded placement new in converter and read macros
sgweber [Tue, 1 Jul 2014 12:52:50 +0000 (14:52 +0200)]
added placement new in converter and read macros

9 years agomade abstract functions in AliVVvertex non-abstract, becasue AliFlatESDVertex does...
sgweber [Tue, 1 Jul 2014 12:27:59 +0000 (14:27 +0200)]
made abstract functions in AliVVvertex non-abstract, becasue AliFlatESDVertex does not implement all of them

9 years agoadded placement new after reinterpret_cast in order to get vtable; added empty contru...
sgweber [Tue, 1 Jul 2014 11:52:20 +0000 (13:52 +0200)]
added placement new after reinterpret_cast in order to get vtable; added empty contructor to be called in placement new, so that values are not overwritten

9 years agoAdding dictionary
zampolli [Tue, 1 Jul 2014 09:37:33 +0000 (11:37 +0200)]
Adding dictionary

9 years agoOne class forgotten
zampolli [Mon, 30 Jun 2014 16:50:11 +0000 (18:50 +0200)]
One class forgotten

9 years agoRemoving inheritance, until the vtable is fixed.
zampolli [Mon, 30 Jun 2014 16:48:26 +0000 (18:48 +0200)]
Removing inheritance, until the vtable is fixed.

9 years agocorrected primary vertex getter
sgweber [Fri, 27 Jun 2014 14:40:41 +0000 (16:40 +0200)]
corrected primary vertex getter

9 years agoremove FillBenchmarkHistogram function
sgweber [Fri, 13 Jun 2014 20:26:59 +0000 (22:26 +0200)]
remove FillBenchmarkHistogram function

9 years agoMerge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
sgweber [Fri, 13 Jun 2014 20:24:35 +0000 (22:24 +0200)]
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev

9 years agofix from Steffen Weber: fixes crashing converter
mkrzewic [Fri, 13 Jun 2014 20:19:10 +0000 (22:19 +0200)]
fix from Steffen Weber: fixes crashing converter

9 years agoMerge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
sgweber [Thu, 12 Jun 2014 16:24:28 +0000 (18:24 +0200)]
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev

9 years agoremoved histogram fill function from converter components, use AliSysInfo instead
sgweber [Thu, 12 Jun 2014 16:23:57 +0000 (18:23 +0200)]
removed histogram fill function from converter components, use AliSysInfo instead

9 years agoadd AliFlatESDVertex
mkrzewic [Thu, 12 Jun 2014 15:31:37 +0000 (17:31 +0200)]
add AliFlatESDVertex

9 years agofix signature of GetNFoundable to be compatible with AliTPCtrack
mkrzewic [Wed, 11 Jun 2014 14:18:56 +0000 (16:18 +0200)]
fix signature of GetNFoundable to be compatible with AliTPCtrack

9 years agoFixed some missing implementations, changed test task to use VV classes. Please,...
zampolli [Sat, 7 Jun 2014 08:07:49 +0000 (10:07 +0200)]
Fixed some missing implementations, changed test task to use VV classes. Please, note that the VV class have no ClassDef - so you cannot stream them (if you add it, you get an error - to be checked...).

9 years agoadd common abstract interface classes for flat and fat ESDs
mkrzewic [Fri, 6 Jun 2014 13:32:55 +0000 (15:32 +0200)]
add common abstract interface classes for flat and fat ESDs

once ported, an analysis task (or any user code) will be able to run
online on the HLT and offline on standard ESDs. Porting consists mainly
of moving to the abstract base class interfaces:
  AliESDEvent -> AliVVevent
  AliESDtrack -> AliVVtrack
  AliExternalTrackParam->AliVVtrack
  AliVTrack -> AliVVtrack
  AliVertex->AliVVvertex
  AliKink ->AliVVkink

this way porting should be easy.

things to solve are friend access (to be added soon).

in 2 places: AliESDv0 and AliAODMCParticle we had to change the
signature of GetStatus() since now it is in the base class (AliVVtrack)
- this has to be cross checked with the authors of the code to decide
  what a common return type will be (we have it now ULong_t, hope nobody
wants to return negative values)! we just make it compile now.

9 years agoremove unneccassary TStopWatch
sgweber [Thu, 5 Jun 2014 15:20:43 +0000 (17:20 +0200)]
remove unneccassary TStopWatch

9 years agoadded conversion shell scripts
sgweber [Thu, 5 Jun 2014 15:19:45 +0000 (17:19 +0200)]
added conversion shell scripts

9 years agogive fileName of friengs to FlatESDConverter
sgweber [Thu, 5 Jun 2014 15:06:28 +0000 (17:06 +0200)]
give fileName of friengs to FlatESDConverter

9 years agoadded flatesd comparison macro
sgweber [Thu, 5 Jun 2014 15:04:41 +0000 (17:04 +0200)]
added flatesd comparison macro

9 years agoadded benchmark histograms
sgweber [Mon, 26 May 2014 16:14:43 +0000 (18:14 +0200)]
added benchmark histograms

9 years agoincluded filling of benchmark histos in flat esd converter component
sgweber [Wed, 21 May 2014 14:52:41 +0000 (16:52 +0200)]
included filling of benchmark histos in flat esd converter component

9 years agoMerge branch 'master' into flatdev
zampolli [Thu, 5 Jun 2014 09:14:20 +0000 (11:14 +0200)]
Merge branch 'master' into flatdev

9 years agoChanges to corrections methods in CorrFctnDEtaDPhiCorrections, correction factor...
majanik [Thu, 5 Jun 2014 07:50:17 +0000 (09:50 +0200)]
Changes to corrections methods in CorrFctnDEtaDPhiCorrections, correction factor can be read directly from class table or from file.

9 years agoFix for memory leak
fprino [Wed, 4 Jun 2014 22:28:08 +0000 (00:28 +0200)]
Fix for memory leak

9 years agosilent warnings produced on (some) linux compilers
saiola [Wed, 4 Jun 2014 16:07:50 +0000 (12:07 -0400)]
silent warnings produced on (some) linux compilers

9 years agoFix configuration of 3x3 clusterizer
saiola [Wed, 4 Jun 2014 15:29:27 +0000 (11:29 -0400)]
Fix configuration of 3x3 clusterizer

9 years agoAdd r3,r4 full weight reconstruction
dgangadh [Wed, 4 Jun 2014 15:26:03 +0000 (17:26 +0200)]
Add r3,r4 full weight reconstruction

9 years ago- bugfix for TRD raw data simulation
jklein [Wed, 4 Jun 2014 15:03:12 +0000 (17:03 +0200)]
- bugfix for TRD raw data simulation

9 years agoexecute phys sel for ESDs not AODs
gconesab [Wed, 4 Jun 2014 15:07:19 +0000 (17:07 +0200)]
execute phys sel for ESDs not AODs

9 years agoupdate very old example macro, libraries list, AddTask arguments
gconesab [Wed, 4 Jun 2014 15:00:02 +0000 (17:00 +0200)]
update very old example macro, libraries list, AddTask arguments

9 years agoadded histograms to check prolongate track
ssakai [Wed, 4 Jun 2014 14:32:24 +0000 (16:32 +0200)]
added histograms to check prolongate track

9 years agoupdated centrality selection
pluettig [Wed, 4 Jun 2014 14:26:39 +0000 (16:26 +0200)]
updated centrality selection
- avoid edges in triggered data sets

9 years agofix for TProfile3D
jbook [Wed, 4 Jun 2014 13:09:40 +0000 (15:09 +0200)]
fix for TProfile3D

9 years ago fix qa histogram inconsistency (qa histo's were filled before all cuts were applied...
rbertens [Wed, 4 Jun 2014 12:29:35 +0000 (14:29 +0200)]
 fix qa histogram inconsistency (qa histo's were filled before all cuts were applied) in addition, some vzero calibration cleanup

9 years ago more efficient use of vzero calibration code, remove the false impression that the...
rbertens [Wed, 4 Jun 2014 12:28:47 +0000 (14:28 +0200)]
 more efficient use of vzero calibration code, remove the false impression that the calibration in 11h is done including twist and recenter for n larger than 2, provide q-sub vectors with from phi-weighted vzero signal for n > 2 (11h) or n > 3 (10h) user should keep an eye on qa histo's

9 years agoupdate example macro for jet analysis
mverweij [Wed, 4 Jun 2014 12:48:55 +0000 (14:48 +0200)]
update example macro for jet analysis

9 years agoMerge branch 'master' into LocalDev
mfloris [Wed, 4 Jun 2014 10:29:59 +0000 (12:29 +0200)]
Merge branch 'master' into LocalDev

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
morsch [Wed, 4 Jun 2014 09:12:30 +0000 (11:12 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoTrigger condition with eta range
morsch [Wed, 4 Jun 2014 09:11:26 +0000 (11:11 +0200)]
Trigger condition with eta range
Indranil Das

9 years agoAdd method for creating a light snapshot.
rgrosso [Wed, 4 Jun 2014 08:22:06 +0000 (10:22 +0200)]
Add method for creating a light snapshot.

A light snapshot contains only the information to create a CDB snapshot,
à la UserInfo, that is the map with the storages and the list with the
AliCDBIds of the CDB objects.

9 years agoRevert some lines from b840c18f + move exit from
rgrosso [Wed, 4 Jun 2014 08:16:34 +0000 (10:16 +0200)]
Revert some lines from b840c18f + move exit from

inside DumpToSnapshotFile to after it is called in AliReconstruction.

9 years agoMade YieldMean compilable + few fixes
mfloris [Wed, 4 Jun 2014 08:01:15 +0000 (10:01 +0200)]
Made YieldMean compilable + few fixes

Added header files and functions declarations to make the macro compilable
Fixed some do-while loops
Added some debug printout in case the fit fails

9 years agoTrivial modifications for local tests (file list)
mfloris [Wed, 4 Jun 2014 07:55:24 +0000 (09:55 +0200)]
Trivial modifications for local tests (file list)

9 years agoUpdate from Prabhat
sjena [Wed, 4 Jun 2014 06:08:00 +0000 (08:08 +0200)]
Update from Prabhat

9 years agofix compilation error: jira ticket ALIROOT-5470
sjena [Wed, 4 Jun 2014 06:07:32 +0000 (08:07 +0200)]
fix compilation error: jira ticket ALIROOT-5470

9 years agoenlarge cluster n cells vs energy histogram
saiola [Tue, 3 Jun 2014 22:40:43 +0000 (18:40 -0400)]
enlarge cluster n cells vs energy histogram

9 years agoGetters for AliEmcalJetTask (from A. Sevcenco)
saiola [Tue, 3 Jun 2014 20:53:48 +0000 (16:53 -0400)]
Getters for AliEmcalJetTask (from A. Sevcenco)

9 years agoNew helper functions: sort jet constituents by pt and delta R (from A. Sevcenco)
saiola [Tue, 3 Jun 2014 20:53:15 +0000 (16:53 -0400)]
New helper functions: sort jet constituents by pt and delta R (from A. Sevcenco)

9 years agofix warning with last clang version (D.Stocco)
zconesa [Tue, 3 Jun 2014 20:27:23 +0000 (22:27 +0200)]
fix warning with last clang version (D.Stocco)

9 years agoOther fixes to container name (Enrico)
fbellini [Tue, 3 Jun 2014 20:20:13 +0000 (22:20 +0200)]
Other fixes to container name (Enrico)

9 years agocleaning up streamers
cnattras [Tue, 3 Jun 2014 19:15:23 +0000 (15:15 -0400)]
cleaning up streamers

9 years agocleaning up streamers
cnattras [Tue, 3 Jun 2014 19:12:27 +0000 (15:12 -0400)]
cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:59:59 +0000 (14:59 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:59:34 +0000 (14:59 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:59:22 +0000 (14:59 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:59:17 +0000 (14:59 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:59:12 +0000 (14:59 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:59:03 +0000 (14:59 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:58:55 +0000 (14:58 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:58:44 +0000 (14:58 -0400)]
Cleaning up streamers

9 years agoCleaning up streamers
cnattras [Tue, 3 Jun 2014 18:58:36 +0000 (14:58 -0400)]
Cleaning up streamers

9 years agoturning off Oysteins TTrees by default
cnattras [Tue, 3 Jun 2014 18:47:51 +0000 (14:47 -0400)]
turning off Oysteins TTrees by default

9 years agoFixing really nasty scary awful typo
cnattras [Tue, 3 Jun 2014 18:46:28 +0000 (14:46 -0400)]
Fixing really nasty scary awful typo

9 years agobe paranoid about copying files to the target filesystem
mkrzewic [Tue, 3 Jun 2014 18:48:00 +0000 (20:48 +0200)]
be paranoid about copying files to the target filesystem

some targes filesystems (EOS) fail randomly on copy for some reason.
This implements a "safe" way of copyting files - copy is retried several
times. Also recursive copying of directories is implemented using pure
bash - as on some cluster filesystems (lustre) a parallel find will kill
the metadata server.

9 years agoremoved huge printout
alla [Tue, 3 Jun 2014 18:34:39 +0000 (22:34 +0400)]
removed huge printout

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
morsch [Tue, 3 Jun 2014 15:26:30 +0000 (17:26 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoFix issue with THnSparse derived types in header file; use base class pointer
mvl [Tue, 3 Jun 2014 15:30:18 +0000 (17:30 +0200)]
Fix issue with THnSparse derived types in header file; use base class pointer

9 years agoModification for pythia hard bin input
fkrizek [Tue, 3 Jun 2014 13:10:49 +0000 (15:10 +0200)]
Modification for pythia hard bin input

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
morsch [Tue, 3 Jun 2014 15:25:12 +0000 (17:25 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoUpdates
morsch [Tue, 3 Jun 2014 15:24:14 +0000 (17:24 +0200)]
Updates
Fiorella Fionda <Fiorella.Fionda@ba.infn.it>

9 years agoUpdated decay tables
morsch [Tue, 3 Jun 2014 15:22:00 +0000 (17:22 +0200)]
Updated decay tables
Fiorella Fionda <Fiorella.Fionda@ba.infn.it>

9 years agoAdding Pythia6. Make the Packages selection simpler (as alien can find the root and...
pcrochet [Tue, 3 Jun 2014 15:15:43 +0000 (17:15 +0200)]
Adding Pythia6. Make the Packages selection simpler (as alien can find the root and geant3 versions given an aliroot one) (Laurent)

9 years agoUpdate from debojit
sjena [Tue, 3 Jun 2014 13:41:14 +0000 (15:41 +0200)]
Update from debojit

9 years agoTask and library for jet test in ESE spectra analysis (M Tangaro)
mfloris [Tue, 3 Jun 2014 12:22:46 +0000 (14:22 +0200)]
Task and library for jet test in ESE spectra analysis (M Tangaro)

This new tasks builts the jet spectra using the standard PWG-JE
machinery in events with high and low q. This is used to evaluate
possible biases from hard processes in the computation of the Q
vector.  It is built as a separate lib because it depends on the Jet
libraries (building it in libPWGspectra would have introduced a
dependency on the latter).

9 years agoAdded possibility to plot fit results from Becattini et al and few more plots
mfloris [Tue, 27 May 2014 14:04:25 +0000 (16:04 +0200)]
Added possibility to plot fit results from Becattini et al and few more plots

9 years agoAdded some plots
mfloris [Wed, 14 May 2014 09:35:19 +0000 (11:35 +0200)]
Added some plots

9 years agoUpdated filtering train macro. Added revertexing option and related cuts (Mihaela...
agheata [Tue, 3 Jun 2014 11:46:29 +0000 (13:46 +0200)]
Updated filtering train macro. Added revertexing option and related cuts (Mihaela Gheata)

9 years agoImprovement of handling event when running AnalysisManager in the HLT component
zampolli [Tue, 3 Jun 2014 11:27:51 +0000 (13:27 +0200)]
Improvement of handling event when running AnalysisManager in the HLT component

9 years agocorre t trearment of multiplicity trigger signals
alla [Tue, 3 Jun 2014 06:57:31 +0000 (10:57 +0400)]
corre t trearment of multiplicity trigger signals

9 years agotypo
mkrzewic [Tue, 3 Jun 2014 08:56:22 +0000 (10:56 +0200)]
typo

9 years agoadded streamer fix for header pointers and switch for define IO in constructor
jmazer [Tue, 3 Jun 2014 05:39:13 +0000 (01:39 -0400)]
added streamer fix for header pointers and switch for define IO in constructor

9 years agofix to implementation of jet method for hadronic correction
cnattras [Tue, 3 Jun 2014 03:04:37 +0000 (23:04 -0400)]
fix to implementation of jet method for hadronic correction