u/mrichter/AliRoot.git
15 years agoMoved to PYTHIA8
morsch [Mon, 31 Mar 2008 15:26:46 +0000 (15:26 +0000)]
Moved to PYTHIA8

15 years agoNext iteration on encoded pad status
cblume [Mon, 31 Mar 2008 15:08:30 +0000 (15:08 +0000)]
Next iteration on encoded pad status

15 years agoIn AliMpExMap::Clear(): propagate the optin to data members
ivana [Mon, 31 Mar 2008 14:44:32 +0000 (14:44 +0000)]
In AliMpExMap::Clear(): propagate the optin to data members
clearing.

15 years agoCorrecting comments for data members
ivana [Mon, 31 Mar 2008 14:20:42 +0000 (14:20 +0000)]
Correcting comments for data members

15 years agoadded 'backwards' mapping: row/pad to channel; code cleanup
richterm [Mon, 31 Mar 2008 13:26:44 +0000 (13:26 +0000)]
added 'backwards' mapping: row/pad to channel; code cleanup

15 years agoHMPID: Packing the number of photons and the charge in opposite order (A.Mastroserio)
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)

15 years ago read-write CDB data by hands for cosmic runs
alla [Mon, 31 Mar 2008 12:16:54 +0000 (12:16 +0000)]
 read-write CDB data by hands for cosmic runs

15 years agoimproved version of cosmic calibration & reconstruction
alla [Mon, 31 Mar 2008 12:13:39 +0000 (12:13 +0000)]
improved version of cosmic calibration & reconstruction

15 years agoput all QA under the control f fRunQA
schutz [Mon, 31 Mar 2008 11:36:33 +0000 (11:36 +0000)]
put all QA under the control f fRunQA

15 years agoupdate to comply with new GetLabel function
jgrosseo [Mon, 31 Mar 2008 10:34:12 +0000 (10:34 +0000)]
update to comply with new GetLabel function

15 years agoadding delta phi study
jgrosseo [Mon, 31 Mar 2008 10:31:39 +0000 (10:31 +0000)]
adding delta phi study

15 years agoOptimization of the reconstruction code.
dibari [Mon, 31 Mar 2008 09:33:09 +0000 (09:33 +0000)]
Optimization of the reconstruction code.

15 years agoLabel for the ITS tracklets (Jan Fiete)
hristov [Mon, 31 Mar 2008 09:29:19 +0000 (09:29 +0000)]
Label for the ITS tracklets (Jan Fiete)

15 years agoadded a protection
schutz [Mon, 31 Mar 2008 09:01:19 +0000 (09:01 +0000)]
added a protection

15 years agoSet CombineClusterTrackReco to false, to be consistent with
ivana [Mon, 31 Mar 2008 08:36:36 +0000 (08:36 +0000)]
Set CombineClusterTrackReco to false, to be consistent with
runReconstruction.C

15 years agoadding run type, removing unused constructor
jgrosseo [Mon, 31 Mar 2008 08:06:22 +0000 (08:06 +0000)]
adding run type, removing unused constructor

15 years ago run type
alla [Mon, 31 Mar 2008 05:48:48 +0000 (05:48 +0000)]
 run type

15 years agoReverting last commit which was not intentional
laphecet [Sun, 30 Mar 2008 22:25:08 +0000 (22:25 +0000)]
Reverting last commit which was not intentional

15 years agoRe-establishing creation of RecPoints in TreeR (Laurent)
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)

15 years agoOptional friend tree replaced by list of friends.
morsch [Sun, 30 Mar 2008 18:32:51 +0000 (18:32 +0000)]
Optional friend tree replaced by list of friends.

15 years agoenabling checking of run type
jgrosseo [Sun, 30 Mar 2008 16:52:58 +0000 (16:52 +0000)]
enabling checking of run type

15 years agoAddRunType added
basanta [Sun, 30 Mar 2008 05:13:17 +0000 (05:13 +0000)]
AddRunType added

15 years agoPossibility to add friend trees.
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.

15 years agoConnect also branches from friend trees.
morsch [Sat, 29 Mar 2008 20:25:59 +0000 (20:25 +0000)]
Connect also branches from friend trees.

15 years ago(Marian Ivanov)
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

15 years agocode cleanup: check for valid channel address and row offset handled by TPC mapping...
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)

15 years agoDigits marked according to pad status
cblume [Fri, 28 Mar 2008 17:27:42 +0000 (17:27 +0000)]
Digits marked according to pad status

15 years agoAliMUONBlockHeader, AliMUONRawWriter:
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)

15 years agominor updates to preprocessor. rewrite needed.
jgrosseo [Fri, 28 Mar 2008 16:18:34 +0000 (16:18 +0000)]
minor updates to preprocessor. rewrite needed.

15 years ago- Cover non-standard aod use-case
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

15 years agoEnforce consistency between branch and object name.
morsch [Fri, 28 Mar 2008 16:05:15 +0000 (16:05 +0000)]
Enforce consistency between branch and object name.

15 years agoList of run types added
cheynis [Fri, 28 Mar 2008 16:01:57 +0000 (16:01 +0000)]
List of run types added

15 years ago- libPhysics have to be loaded now when setting up par files in CAF
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

15 years agoProtection added.
morsch [Fri, 28 Mar 2008 13:49:34 +0000 (13:49 +0000)]
Protection added.

15 years agoKine filter added.
morsch [Fri, 28 Mar 2008 13:25:45 +0000 (13:25 +0000)]
Kine filter added.

15 years agoFilter task for kinematics (Ernesto Lopez)
morsch [Fri, 28 Mar 2008 13:25:11 +0000 (13:25 +0000)]
Filter task for kinematics (Ernesto Lopez)

15 years agoThis script runs the gain DA given a runnumber and a file
hdalsgaa [Fri, 28 Mar 2008 12:32:29 +0000 (12:32 +0000)]
This script runs the gain DA given a runnumber and a file

15 years agoThis script runs the pedestal 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

15 years agoCorrect number of tracks that is returned by LoadPoints method. Removal of double...
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)

15 years agopythia8 example code
morsch [Fri, 28 Mar 2008 10:03:27 +0000 (10:03 +0000)]
pythia8 example code

15 years agoCDB url and run number are passed as arguments to alipro
cvetan [Fri, 28 Mar 2008 10:00:20 +0000 (10:00 +0000)]
CDB url and run number are passed as arguments to alipro

15 years agoAddRunType cals added for SPD preprocessor (H. Tydesjo)
masera [Fri, 28 Mar 2008 09:17:10 +0000 (09:17 +0000)]
AddRunType cals added for SPD preprocessor (H. Tydesjo)

15 years agoSpecifying which run types we are interested in
laphecet [Fri, 28 Mar 2008 09:05:07 +0000 (09:05 +0000)]
Specifying which run types we are interested in

15 years agoCreating the diamond profile object into GRP/Calib/MeanVertexTPC to store info for...
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

15 years agobugfixes by Kenneth:
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.

15 years agoAdd two missing functions
cblume [Thu, 27 Mar 2008 16:43:35 +0000 (16:43 +0000)]
Add two missing functions

15 years agoLinking with -lf95 to be able to load the Fortran libraries
hristov [Thu, 27 Mar 2008 16:20:54 +0000 (16:20 +0000)]
Linking with -lf95 to be able to load the Fortran libraries

15 years agoFix for standalone usage of the tilted Riemann fit function
cblume [Thu, 27 Mar 2008 16:14:39 +0000 (16:14 +0000)]
Fix for standalone usage of the tilted Riemann fit function

15 years agocoding conventions and further work on TPCNoiseMap component (Kelly)
richterm [Thu, 27 Mar 2008 16:12:28 +0000 (16:12 +0000)]
coding conventions and further work on TPCNoiseMap component (Kelly)

15 years agointroducing QA
cheynis [Thu, 27 Mar 2008 16:07:28 +0000 (16:07 +0000)]
introducing QA

15 years agoRemoved a std::cout statement
hdalsgaa [Thu, 27 Mar 2008 15:31:01 +0000 (15:31 +0000)]
Removed a std::cout statement

15 years agoBad channels map asked when choosing reference histogram for equalizing.
policheh [Thu, 27 Mar 2008 15:22:08 +0000 (15:22 +0000)]
Bad channels map asked when choosing reference histogram for equalizing.

15 years agoIntroduction of AliTRDLeastSquare
cblume [Thu, 27 Mar 2008 15:02:27 +0000 (15:02 +0000)]
Introduction of AliTRDLeastSquare

15 years agopdfs for LHAPDF version 5.3.1
morsch [Thu, 27 Mar 2008 13:54:17 +0000 (13:54 +0000)]
pdfs for LHAPDF version 5.3.1

15 years agoDeleting array of detectors' strings
rgrosso [Thu, 27 Mar 2008 13:53:45 +0000 (13:53 +0000)]
Deleting array of detectors' strings

15 years agoversion update
morsch [Thu, 27 Mar 2008 13:49:21 +0000 (13:49 +0000)]
version update

15 years agoUpdated to version 5.3.1
morsch [Thu, 27 Mar 2008 13:45:13 +0000 (13:45 +0000)]
Updated to version 5.3.1

15 years agoVersion update.
morsch [Thu, 27 Mar 2008 13:44:33 +0000 (13:44 +0000)]
Version update.

15 years agoCopied from libTPythia8, TPythia is taken from root.
morsch [Thu, 27 Mar 2008 13:42:47 +0000 (13:42 +0000)]
Copied from libTPythia8, TPythia is taken from root.

15 years agoName changed.
morsch [Thu, 27 Mar 2008 13:41:34 +0000 (13:41 +0000)]
Name changed.

15 years agoEffC++ warnings corrected.
morsch [Thu, 27 Mar 2008 13:40:49 +0000 (13:40 +0000)]
EffC++ warnings corrected.

15 years agoCorrected reco param configuration (cosmic rec.C is used as a reference)
cvetan [Thu, 27 Mar 2008 13:16:34 +0000 (13:16 +0000)]
Corrected reco param configuration (cosmic rec.C is used as a reference)

15 years agoMoved to root.
morsch [Thu, 27 Mar 2008 13:08:22 +0000 (13:08 +0000)]
Moved to root.

15 years agoFix of TOF problem, Calculation of dEdx and PID during propagation to TOF, Writing...
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

15 years agoAliDebug instead of printf
cvetan [Thu, 27 Mar 2008 12:52:45 +0000 (12:52 +0000)]
AliDebug instead of printf

15 years agoAdd QA analysis classes
cblume [Thu, 27 Mar 2008 12:36:42 +0000 (12:36 +0000)]
Add QA analysis classes

15 years agoAdd QA analysis classes
cblume [Thu, 27 Mar 2008 12:36:14 +0000 (12:36 +0000)]
Add QA analysis classes

15 years agoAdding definitions for the fields of the lookup tables used in the dHLT analysis...
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.

15 years agoremoved reset of histograms in StartOfCycle (Online request)
schutz [Thu, 27 Mar 2008 11:46:31 +0000 (11:46 +0000)]
removed reset of histograms in StartOfCycle (Online request)

15 years agoSwitch off global QA for the moment
cvetan [Thu, 27 Mar 2008 11:36:16 +0000 (11:36 +0000)]
Switch off global QA for the moment

15 years agoLink all the libs. Shall be revised as soon as we get a way to steer the online reco...
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

15 years agoReset the raw-reader before using it
cvetan [Thu, 27 Mar 2008 10:08:33 +0000 (10:08 +0000)]
Reset the raw-reader before using it

15 years agoupdated ldif configuration
jgrosseo [Thu, 27 Mar 2008 08:05:14 +0000 (08:05 +0000)]
updated ldif configuration

15 years agosetting reconstruction chain specificly for AliRoot simulation
richterm [Wed, 26 Mar 2008 23:58:06 +0000 (23:58 +0000)]
setting reconstruction chain specificly for AliRoot simulation

15 years agoreverting and postponing changes from 24729 partly (AliHLTSystem singleton in AliHLTS...
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

15 years ago- handling of global AliHLTSystem singleton moved to BASE
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

15 years agoadded sample macro for TPC reconstruction
richterm [Wed, 26 Mar 2008 21:53:52 +0000 (21:53 +0000)]
added sample macro for TPC reconstruction

15 years agoAbsolute path removed.
morsch [Wed, 26 Mar 2008 20:38:05 +0000 (20:38 +0000)]
Absolute path removed.

15 years agoClasses for event generation with pythia8
morsch [Wed, 26 Mar 2008 20:06:04 +0000 (20:06 +0000)]
Classes for event generation with pythia8
Needs path to pythi8 installation PYTHIA8

15 years agoBase class for common usage if Pythia6 and 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.

15 years agoUsing generalized pdf codes.
morsch [Wed, 26 Mar 2008 19:51:23 +0000 (19:51 +0000)]
Using generalized pdf codes.

15 years agoProcess codes for Pythia 6 and 8
morsch [Wed, 26 Mar 2008 19:50:00 +0000 (19:50 +0000)]
Process codes for Pythia 6 and 8

15 years agoadded unit test for AliHLTTPCMapping class
richterm [Wed, 26 Mar 2008 19:45:40 +0000 (19:45 +0000)]
added unit test for AliHLTTPCMapping class

15 years agoPdf identified via string or number.
morsch [Wed, 26 Mar 2008 18:56:08 +0000 (18:56 +0000)]
Pdf identified via string or number.

15 years agofFlag set in AliAODtrack. (M. Oldenburg)
morsch [Wed, 26 Mar 2008 18:43:52 +0000 (18:43 +0000)]
fFlag set in AliAODtrack. (M. Oldenburg)

15 years agoadded check on high end of amplitudes from fit to solve problem of crashes when the...
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

15 years agoFix a few overlaps
cblume [Wed, 26 Mar 2008 17:52:33 +0000 (17:52 +0000)]
Fix a few overlaps

15 years agosolved problems with the cycles when running QA during reconstruction
schutz [Wed, 26 Mar 2008 17:25:35 +0000 (17:25 +0000)]
solved problems with the cycles when running QA during reconstruction

15 years agoAdded methods for finding a given module in the DDL map (F. Prino)
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)

15 years agoAddRunType calls added in the constructor (F.Prino)
masera [Wed, 26 Mar 2008 17:16:51 +0000 (17:16 +0000)]
AddRunType calls added in the constructor (F.Prino)

15 years agoBug fix in the destructor
masera [Wed, 26 Mar 2008 17:14:09 +0000 (17:14 +0000)]
Bug fix in the destructor

15 years agoBug fix
masera [Wed, 26 Mar 2008 17:12:04 +0000 (17:12 +0000)]
Bug fix

15 years agoCompatibility with changes with Pythia6
dibari [Wed, 26 Mar 2008 17:10:53 +0000 (17:10 +0000)]
Compatibility with changes with Pythia6

15 years agoAll HVs set to 2050 (defaut one)
dibari [Wed, 26 Mar 2008 17:01:45 +0000 (17:01 +0000)]
All HVs set to 2050 (defaut one)

15 years agoAll 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)

15 years agoUpdated mapping according with last infos from P. Martinengo
dibari [Wed, 26 Mar 2008 16:47:00 +0000 (16:47 +0000)]
Updated mapping according with last infos from P. Martinengo

15 years agoInitial version of the Alice Prompt Reconstruction Online (AliPRO) program
cvetan [Wed, 26 Mar 2008 16:45:45 +0000 (16:45 +0000)]
Initial version of the Alice Prompt Reconstruction Online (AliPRO) program

15 years agoSetRecoParam methods should be static
cvetan [Wed, 26 Mar 2008 16:25:59 +0000 (16:25 +0000)]
SetRecoParam methods should be static

15 years agoAdding TRD track from friend constainer (Alexander)
marian [Wed, 26 Mar 2008 15:55:22 +0000 (15:55 +0000)]
Adding TRD track from friend constainer (Alexander)

15 years agoBug fix
hristov [Wed, 26 Mar 2008 15:35:28 +0000 (15:35 +0000)]
Bug fix