]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
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

10 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

10 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

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

10 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

10 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...).

10 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.

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

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

10 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

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

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

10 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

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

10 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.

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

10 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

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

10 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

10 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

10 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

10 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

10 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

10 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

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

10 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

10 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

10 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

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

10 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

10 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

10 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.

10 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.

10 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

10 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)

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

10 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

10 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

10 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)

10 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)

10 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)

10 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)

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

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

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

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

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

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

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

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

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

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

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

10 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

10 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

10 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.

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

10 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

10 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

10 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

10 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

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

10 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>

10 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)

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

10 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).

10 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

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

10 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)

10 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

10 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

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

10 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

10 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

10 years agoadded snippets to save histos in header
jmazer [Mon, 2 Jun 2014 20:28:35 +0000 (16:28 -0400)]
added snippets to save histos in header

10 years agofixed event setter, put switch in for PID sparse for ALL/minimal fill
jmazer [Mon, 2 Jun 2014 04:24:29 +0000 (00:24 -0400)]
fixed event setter, put switch in for PID sparse for ALL/minimal fill

10 years agoRemoving printout (Davide)
zampolli [Mon, 2 Jun 2014 18:11:43 +0000 (20:11 +0200)]
Removing printout (Davide)

10 years agoRemoving printout (Davide)
zampolli [Mon, 2 Jun 2014 18:08:27 +0000 (20:08 +0200)]
Removing printout (Davide)

10 years agomove condition of no clusters in event from fatal to return, add setter for minimum...
gconesab [Mon, 2 Jun 2014 16:37:22 +0000 (18:37 +0200)]
move condition of no clusters in event from fatal to return, add setter for minimum cluster energy for invariant mass calculation

10 years agochange most axis labels of histograms to italics
gconesab [Mon, 2 Jun 2014 15:39:56 +0000 (17:39 +0200)]
change most axis labels of histograms to italics

10 years agodont call revertexing routine if it is not explicitly requested
shahoian [Mon, 2 Jun 2014 13:16:49 +0000 (15:16 +0200)]
dont call revertexing routine if it is not explicitly requested

10 years agomove initializations depending on calo to beguining on main exec method, add histogra...
gconesab [Mon, 2 Jun 2014 12:56:54 +0000 (14:56 +0200)]
move initializations depending on calo to beguining on main exec method, add histograms to check the energy distribution in the calorimeter, fix recalculation of shower shape for different weights

10 years agoincrease cluster energy cut for inv mass histo to 0.5, remove call to method averagin...
gconesab [Mon, 2 Jun 2014 09:08:52 +0000 (11:08 +0200)]
increase cluster energy cut for inv mass histo to 0.5, remove call to method averaging time of cluster and move it to needed places, remove switch on simple TH1 histograms, plus cosmetics

10 years agoCorrect LG time for LHC13bcdef
prsnko [Mon, 2 Jun 2014 12:53:13 +0000 (16:53 +0400)]
Correct LG time for LHC13bcdef

10 years agoNew starttime timestamp: Sun, 04 May 2014 20:00:00
rgrosso [Mon, 2 Jun 2014 12:00:06 +0000 (14:00 +0200)]
New starttime timestamp: Sun, 04 May 2014 20:00:00

10 years agoMap for LHC12d updated (Satoshi)
prsnko [Mon, 2 Jun 2014 11:16:18 +0000 (15:16 +0400)]
Map for LHC12d updated (Satoshi)

10 years agoGet Extra Tracks from Embedding
lcunquei [Mon, 2 Jun 2014 10:28:16 +0000 (12:28 +0200)]
Get Extra Tracks from Embedding

10 years agoSmall update from Rongrong
mvl [Mon, 2 Jun 2014 09:50:07 +0000 (11:50 +0200)]
Small update from Rongrong

10 years agoDistinguish seed creation for backpropagation from refitInward. In former case alsway...
shahoian [Mon, 2 Jun 2014 10:55:00 +0000 (12:55 +0200)]
Distinguish seed creation for backpropagation from refitInward. In former case alsways use external seed from ESDtrack (after dedicated chi2 check)

10 years agoAdded separate chi2 cut for ITS/TPC matching
shahoian [Mon, 2 Jun 2014 10:54:46 +0000 (12:54 +0200)]
Added separate chi2 cut for ITS/TPC matching

10 years agoupdated
ssakai [Mon, 2 Jun 2014 09:28:56 +0000 (11:28 +0200)]
updated

10 years agoJet task updated in readme for QA AOD plot macro's
dkeijden [Tue, 27 May 2014 11:39:29 +0000 (13:39 +0200)]
Jet task updated in readme for QA AOD plot macro's

10 years agoUpdates: DptDpt MC
sjena [Mon, 2 Jun 2014 08:25:05 +0000 (10:25 +0200)]
Updates: DptDpt MC

10 years agoA better parameterization for the cooked matrix
belikov [Sun, 1 Jun 2014 15:00:32 +0000 (17:00 +0200)]
A better parameterization for the cooked matrix