morsch [Mon, 31 Mar 2008 15:26:46 +0000 (15:26 +0000)]
Moved to PYTHIA8
cblume [Mon, 31 Mar 2008 15:08:30 +0000 (15:08 +0000)]
Next iteration on encoded pad status
ivana [Mon, 31 Mar 2008 14:44:32 +0000 (14:44 +0000)]
In AliMpExMap::Clear(): propagate the optin to data members
clearing.
ivana [Mon, 31 Mar 2008 14:20:42 +0000 (14:20 +0000)]
Correcting comments for data members
richterm [Mon, 31 Mar 2008 13:26:44 +0000 (13:26 +0000)]
added 'backwards' mapping: row/pad to channel; code cleanup
belikov [Mon, 31 Mar 2008 13:13:48 +0000 (13:13 +0000)]
HMPID: Packing the number of photons and the charge in opposite order (A.Mastroserio)
alla [Mon, 31 Mar 2008 12:16:54 +0000 (12:16 +0000)]
read-write CDB data by hands for cosmic runs
alla [Mon, 31 Mar 2008 12:13:39 +0000 (12:13 +0000)]
improved version of cosmic calibration & reconstruction
schutz [Mon, 31 Mar 2008 11:36:33 +0000 (11:36 +0000)]
put all QA under the control f fRunQA
jgrosseo [Mon, 31 Mar 2008 10:34:12 +0000 (10:34 +0000)]
update to comply with new GetLabel function
jgrosseo [Mon, 31 Mar 2008 10:31:39 +0000 (10:31 +0000)]
adding delta phi study
dibari [Mon, 31 Mar 2008 09:33:09 +0000 (09:33 +0000)]
Optimization of the reconstruction code.
hristov [Mon, 31 Mar 2008 09:29:19 +0000 (09:29 +0000)]
Label for the ITS tracklets (Jan Fiete)
schutz [Mon, 31 Mar 2008 09:01:19 +0000 (09:01 +0000)]
added a protection
ivana [Mon, 31 Mar 2008 08:36:36 +0000 (08:36 +0000)]
Set CombineClusterTrackReco to false, to be consistent with
runReconstruction.C
jgrosseo [Mon, 31 Mar 2008 08:06:22 +0000 (08:06 +0000)]
adding run type, removing unused constructor
alla [Mon, 31 Mar 2008 05:48:48 +0000 (05:48 +0000)]
run type
laphecet [Sun, 30 Mar 2008 22:25:08 +0000 (22:25 +0000)]
Reverting last commit which was not intentional
laphecet [Sun, 30 Mar 2008 22:06:05 +0000 (22:06 +0000)]
Re-establishing creation of RecPoints in TreeR (Laurent)
Introducing tracking mode starting from trigger tracks (Laurent)
New options for tracking and some bugs fixed (Philippe P.)
========================================================
New classes :
- AliMUONLegacyClusterServer (Laurent)
A cluster server which is doing no more than serving clusters from an existing cluster store. Used to re-establish clustering in local reconstruction (see AliMUONReconstructor's changes)
- AliMUONTriggerTrackToTrackerClusters (Laurent)
A class to replace clusters in stations 4 and 5 (that are discarded (if they exist)) by "fake" ones, created from the extrapolation of trigger tracks to st45.
Created to allow reconstruction of data taken during Feb. 08 cosmic run where st45 were not ready yet.
========================================================
AliMUONReconstructor.cxx (Laurent)
Re-establishing, in the case of non-combined tracking, the filling of the TreeR with the clusters, i.e. clustering is done in local reconstruction in that case, and
not in tracking phase.
AliMUONClusterFinderMLEM.cxx (Laurent)
Fixing a small memory leak
libMUONrec.pkg (Laurent)
MUONrecLinkDef.h
Adding new classes
AliMUONClusterStoreV2.cxx (Laurent)
Fixing a memory leak in ReMap
AliMUONRawClusterV2.cxx (Laurent)
AliMUONCluster.cxx
Fixing errors found by valgrind
AliMUONSimpleClusterServer (Laurent)
Changing ctor parameter from ref to pointer, as we're taking ownership of that
object, and adding a method to find out in which DE a global (x,y) position is.
AliMUONVClusterServer.h (Laurent)
Changing comment which did not follow interface change...
AliMUONTracker (Laurent)
If no cluster server given, use legacy one (see also changes in AliMUONReconstructor)
AliMUONRecoParam (Laurent & Philippe P.)
New options
AliMUONRefitter (Laurent)
Avoids code duplication and use new SimpleClusterServer interface.
AliMUON*Tracker* (Philippe P.)
- solved the problem of divergence in the tracking of low momentum muons
- added a reconstruction parameter defining the maximum non bending slope of the primary track candidates
- added the possibility to disable one or more chambers in the reconstruction (new option)
- added the possibility to reconstruct a track even if it has no cluster in one or more stations (new option)
- added the possibility to make a primary track candidate starting from one cluster on station 4 and one on station 5 (new option)
morsch [Sun, 30 Mar 2008 18:32:51 +0000 (18:32 +0000)]
Optional friend tree replaced by list of friends.
jgrosseo [Sun, 30 Mar 2008 16:52:58 +0000 (16:52 +0000)]
enabling checking of run type
basanta [Sun, 30 Mar 2008 05:13:17 +0000 (05:13 +0000)]
AddRunType added
morsch [Sat, 29 Mar 2008 20:30:15 +0000 (20:30 +0000)]
Possibility to add friend trees.
Here only one additional tree can be added. This is for testing.
In the general case it will be possible to add any number of friends.
morsch [Sat, 29 Mar 2008 20:25:59 +0000 (20:25 +0000)]
Connect also branches from friend trees.
marian [Sat, 29 Mar 2008 15:22:36 +0000 (15:22 +0000)]
(Marian Ivanov)
AliESDresolParams.h AliESDresolParams.cxx
Separate error parameterization using Covariance matrix fit
AliESDRecV0Info.h AliESDRecV0Info.cxx AliRecInfoMaker.cxx
Adding Reset V0 function
AliESDresolMakerFast.cxx
Updated comments
richterm [Fri, 28 Mar 2008 23:21:51 +0000 (23:21 +0000)]
code cleanup: check for valid channel address and row offset handled by TPC mapping class (Kenneth)
cblume [Fri, 28 Mar 2008 17:27:42 +0000 (17:27 +0000)]
Digits marked according to pad status
ivana [Fri, 28 Mar 2008 16:21:15 +0000 (16:21 +0000)]
AliMUONBlockHeader, AliMUONRawWriter:
- Added DDL data key at the end of the payload
AliMUONRawStreamTracker.h
- Added getter for current DDL index
AliMUONQADataMakerRec
- Added local buspatch hit distribution per DDL for raw QA
(Christian)
jgrosseo [Fri, 28 Mar 2008 16:18:34 +0000 (16:18 +0000)]
minor updates to preprocessor. rewrite needed.
morsch [Fri, 28 Mar 2008 16:07:26 +0000 (16:07 +0000)]
- Cover non-standard aod use-case
- Enforce consistency between object name and branch name
morsch [Fri, 28 Mar 2008 16:05:15 +0000 (16:05 +0000)]
Enforce consistency between branch and object name.
cheynis [Fri, 28 Mar 2008 16:01:57 +0000 (16:01 +0000)]
List of run types added
agheata [Fri, 28 Mar 2008 14:09:46 +0000 (14:09 +0000)]
- libPhysics have to be loaded now when setting up par files in CAF
morsch [Fri, 28 Mar 2008 13:49:34 +0000 (13:49 +0000)]
Protection added.
morsch [Fri, 28 Mar 2008 13:25:45 +0000 (13:25 +0000)]
Kine filter added.
morsch [Fri, 28 Mar 2008 13:25:11 +0000 (13:25 +0000)]
Filter task for kinematics (Ernesto Lopez)
hdalsgaa [Fri, 28 Mar 2008 12:32:29 +0000 (12:32 +0000)]
This script runs the gain DA given a runnumber and a file
hdalsgaa [Fri, 28 Mar 2008 12:32:13 +0000 (12:32 +0000)]
This script runs the pedestal DA given a runnumber and a file
cvetan [Fri, 28 Mar 2008 10:42:12 +0000 (10:42 +0000)]
Correct number of tracks that is returned by LoadPoints method. Removal of double counted tracks (proposed by Andrea Rossi)
morsch [Fri, 28 Mar 2008 10:03:27 +0000 (10:03 +0000)]
pythia8 example code
cvetan [Fri, 28 Mar 2008 10:00:20 +0000 (10:00 +0000)]
CDB url and run number are passed as arguments to alipro
masera [Fri, 28 Mar 2008 09:17:10 +0000 (09:17 +0000)]
AddRunType cals added for SPD preprocessor (H. Tydesjo)
laphecet [Fri, 28 Mar 2008 09:05:07 +0000 (09:05 +0000)]
Specifying which run types we are interested in
rgrosso [Thu, 27 Mar 2008 20:51:02 +0000 (20:51 +0000)]
Creating the diamond profile object into GRP/Calib/MeanVertexTPC to store info for the TPC-alone primary vertex
richterm [Thu, 27 Mar 2008 19:24:34 +0000 (19:24 +0000)]
bugfixes by Kenneth:
TPCClusterFinder: consider row offset correctly for stored clusters
(rows had been numbered starting from 0 on all the patches)
PCMapping: correct initialization of array bounds in cause of multiple instances.
cblume [Thu, 27 Mar 2008 16:43:35 +0000 (16:43 +0000)]
Add two missing functions
hristov [Thu, 27 Mar 2008 16:20:54 +0000 (16:20 +0000)]
Linking with -lf95 to be able to load the Fortran libraries
cblume [Thu, 27 Mar 2008 16:14:39 +0000 (16:14 +0000)]
Fix for standalone usage of the tilted Riemann fit function
richterm [Thu, 27 Mar 2008 16:12:28 +0000 (16:12 +0000)]
coding conventions and further work on TPCNoiseMap component (Kelly)
cheynis [Thu, 27 Mar 2008 16:07:28 +0000 (16:07 +0000)]
introducing QA
hdalsgaa [Thu, 27 Mar 2008 15:31:01 +0000 (15:31 +0000)]
Removed a std::cout statement
policheh [Thu, 27 Mar 2008 15:22:08 +0000 (15:22 +0000)]
Bad channels map asked when choosing reference histogram for equalizing.
cblume [Thu, 27 Mar 2008 15:02:27 +0000 (15:02 +0000)]
Introduction of AliTRDLeastSquare
morsch [Thu, 27 Mar 2008 13:54:17 +0000 (13:54 +0000)]
pdfs for LHAPDF version 5.3.1
rgrosso [Thu, 27 Mar 2008 13:53:45 +0000 (13:53 +0000)]
Deleting array of detectors' strings
morsch [Thu, 27 Mar 2008 13:49:21 +0000 (13:49 +0000)]
version update
morsch [Thu, 27 Mar 2008 13:45:13 +0000 (13:45 +0000)]
Updated to version 5.3.1
morsch [Thu, 27 Mar 2008 13:44:33 +0000 (13:44 +0000)]
Version update.
morsch [Thu, 27 Mar 2008 13:42:47 +0000 (13:42 +0000)]
Copied from libTPythia8, TPythia is taken from root.
morsch [Thu, 27 Mar 2008 13:41:34 +0000 (13:41 +0000)]
Name changed.
morsch [Thu, 27 Mar 2008 13:40:49 +0000 (13:40 +0000)]
EffC++ warnings corrected.
cvetan [Thu, 27 Mar 2008 13:16:34 +0000 (13:16 +0000)]
Corrected reco param configuration (cosmic rec.C is used as a reference)
morsch [Thu, 27 Mar 2008 13:08:22 +0000 (13:08 +0000)]
Moved to root.
cblume [Thu, 27 Mar 2008 12:58:26 +0000 (12:58 +0000)]
Fix of TOF problem, Calculation of dEdx and PID during propagation to TOF, Writing of TRD tracks to ESDfriends during propagation to TOF
cvetan [Thu, 27 Mar 2008 12:52:45 +0000 (12:52 +0000)]
AliDebug instead of printf
cblume [Thu, 27 Mar 2008 12:36:42 +0000 (12:36 +0000)]
Add QA analysis classes
cblume [Thu, 27 Mar 2008 12:36:14 +0000 (12:36 +0000)]
Add QA analysis classes
aszostak [Thu, 27 Mar 2008 12:31:29 +0000 (12:31 +0000)]
Adding definitions for the fields of the lookup tables used in the dHLT analysis components.
schutz [Thu, 27 Mar 2008 11:46:31 +0000 (11:46 +0000)]
removed reset of histograms in StartOfCycle (Online request)
cvetan [Thu, 27 Mar 2008 11:36:16 +0000 (11:36 +0000)]
Switch off global QA for the moment
cvetan [Thu, 27 Mar 2008 11:35:47 +0000 (11:35 +0000)]
Link all the libs. Shall be revised as soon as we get a way to steer the online reco from a normal rec.C
cvetan [Thu, 27 Mar 2008 10:08:33 +0000 (10:08 +0000)]
Reset the raw-reader before using it
jgrosseo [Thu, 27 Mar 2008 08:05:14 +0000 (08:05 +0000)]
updated ldif configuration
richterm [Wed, 26 Mar 2008 23:58:06 +0000 (23:58 +0000)]
setting reconstruction chain specificly for AliRoot simulation
richterm [Wed, 26 Mar 2008 23:17:38 +0000 (23:17 +0000)]
reverting and postponing changes from 24729 partly (AliHLTSystem singleton in AliHLTSimulation) - requires changes in libSTEER.pkg
richterm [Wed, 26 Mar 2008 22:06:10 +0000 (22:06 +0000)]
- handling of global AliHLTSystem singleton moved to BASE
- AliHLTSimulation uses AliHLTSystem singleton
- HLTOUT raw files written according to AliSimulation::SetWriteRawData
richterm [Wed, 26 Mar 2008 21:53:52 +0000 (21:53 +0000)]
added sample macro for TPC reconstruction
morsch [Wed, 26 Mar 2008 20:38:05 +0000 (20:38 +0000)]
Absolute path removed.
morsch [Wed, 26 Mar 2008 20:06:04 +0000 (20:06 +0000)]
Classes for event generation with pythia8
Needs path to pythi8 installation PYTHIA8
morsch [Wed, 26 Mar 2008 20:04:17 +0000 (20:04 +0000)]
Base class for common usage if Pythia6 and Pythia8.
Generator for Pythia6 and Pythia8 event generation.
morsch [Wed, 26 Mar 2008 19:51:23 +0000 (19:51 +0000)]
Using generalized pdf codes.
morsch [Wed, 26 Mar 2008 19:50:00 +0000 (19:50 +0000)]
Process codes for Pythia 6 and 8
richterm [Wed, 26 Mar 2008 19:45:40 +0000 (19:45 +0000)]
added unit test for AliHLTTPCMapping class
morsch [Wed, 26 Mar 2008 18:56:08 +0000 (18:56 +0000)]
Pdf identified via string or number.
morsch [Wed, 26 Mar 2008 18:43:52 +0000 (18:43 +0000)]
fFlag set in AliAODtrack. (M. Oldenburg)
jklay [Wed, 26 Mar 2008 18:38:06 +0000 (18:38 +0000)]
added check on high end of amplitudes from fit to solve problem of crashes when the fit fails and value is out of integer bounds
cblume [Wed, 26 Mar 2008 17:52:33 +0000 (17:52 +0000)]
Fix a few overlaps
schutz [Wed, 26 Mar 2008 17:25:35 +0000 (17:25 +0000)]
solved problems with the cycles when running QA during reconstruction
masera [Wed, 26 Mar 2008 17:19:50 +0000 (17:19 +0000)]
Added methods for finding a given module in the DDL map (F. Prino)
masera [Wed, 26 Mar 2008 17:16:51 +0000 (17:16 +0000)]
AddRunType calls added in the constructor (F.Prino)
masera [Wed, 26 Mar 2008 17:14:09 +0000 (17:14 +0000)]
Bug fix in the destructor
masera [Wed, 26 Mar 2008 17:12:04 +0000 (17:12 +0000)]
Bug fix
dibari [Wed, 26 Mar 2008 17:10:53 +0000 (17:10 +0000)]
Compatibility with changes with Pythia6
dibari [Wed, 26 Mar 2008 17:01:45 +0000 (17:01 +0000)]
All HVs set to 2050 (defaut one)
dibari [Wed, 26 Mar 2008 17:01:25 +0000 (17:01 +0000)]
All HVs set to 2050 (defaut one)
dibari [Wed, 26 Mar 2008 16:47:00 +0000 (16:47 +0000)]
Updated mapping according with last infos from P. Martinengo
cvetan [Wed, 26 Mar 2008 16:45:45 +0000 (16:45 +0000)]
Initial version of the Alice Prompt Reconstruction Online (AliPRO) program
cvetan [Wed, 26 Mar 2008 16:25:59 +0000 (16:25 +0000)]
SetRecoParam methods should be static
marian [Wed, 26 Mar 2008 15:55:22 +0000 (15:55 +0000)]
Adding TRD track from friend constainer (Alexander)
hristov [Wed, 26 Mar 2008 15:35:28 +0000 (15:35 +0000)]
Bug fix