]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
15 years agoCoding convension fixes
belikov [Thu, 19 Mar 2009 16:27:12 +0000 (16:27 +0000)]
Coding convension fixes

15 years agoremove obsolete task from H.Ricaud
bhippoly [Thu, 19 Mar 2009 16:05:42 +0000 (16:05 +0000)]
remove obsolete task from H.Ricaud

15 years agoA major update in the tracking code is available in the TRUNK. This
abercuci [Thu, 19 Mar 2009 15:44:34 +0000 (15:44 +0000)]
A major update in the tracking code is available in the TRUNK. This
update is mainly triggered to create the infrastructure for
recalculating the cluster position during tracking but it is also
answering some comments/suggestions from the users. Here is a list of
the features which are now available:

- use of GeoManager in the tracking. This is needed to correctly
  initialize the radial position of the following :
      - anode wire plane
      - chamber entrance

- configurable fiducial area. for the moment I have a 5mm exclusion area around the pad plane limits

- proper definition of ESD status bits, in particular the TRDin and TRDStop

- history of tracking per TRD track. One would be able now
  to query what happened to the track in each layer on the
  way from TPC to TOF. At the level of AliTRDtrackV1 one
  can access this information via the function
   inline UChar_t GetStatusTRD(Int_t ly=-1) const;
  There are also general (static) functions to be used in the future with the ESD track:
   inline static Bool_t IsTrackError(ETRDtrackError error, UInt_t status);
   inline static Bool_t IsLayerError(ETRDlayerError error, Int_t layer, UInt_t status);

15 years agoCorrect reading of data file.
morsch [Thu, 19 Mar 2009 15:09:46 +0000 (15:09 +0000)]
Correct reading of data file.

15 years agoDebug print commented
coppedis [Thu, 19 Mar 2009 14:53:13 +0000 (14:53 +0000)]
Debug print commented

15 years agoMove const in the right position
fca [Thu, 19 Mar 2009 14:49:19 +0000 (14:49 +0000)]
Move const in the right position

15 years agoDebug printout removed.
morsch [Thu, 19 Mar 2009 14:48:06 +0000 (14:48 +0000)]
Debug printout removed.

15 years agoChanges to create digitizer with info about spectators
coppedis [Thu, 19 Mar 2009 14:45:28 +0000 (14:45 +0000)]
Changes to create digitizer with info about spectators

15 years agofixing coding violations
kleinb [Thu, 19 Mar 2009 13:55:57 +0000 (13:55 +0000)]
fixing coding violations

15 years agoFix minor bug in SDD raw data writing (F. Prino)
prino [Thu, 19 Mar 2009 13:22:02 +0000 (13:22 +0000)]
Fix minor bug in SDD raw data writing (F. Prino)

15 years agoEvaluation of xRa and yRa to draw rings done.
dibari [Thu, 19 Mar 2009 12:34:24 +0000 (12:34 +0000)]
Evaluation of xRa and yRa to draw rings done.

15 years agoBug in magnetic field solved.
dibari [Thu, 19 Mar 2009 12:02:14 +0000 (12:02 +0000)]
Bug in magnetic field solved.
IMPORTANT change: the first two fields of GetHMPIDtrk are the x an y of the extrapolated track to the PC (before was at the RADIATOR). This change is to minimize the infos in ESD and to optimize the code for new mag field.

15 years agofix some coding violations and error calculation
snelling [Thu, 19 Mar 2009 11:20:44 +0000 (11:20 +0000)]
fix some coding violations and error calculation

15 years agoAll the changes have been done in order to integrate in the standard
hristov [Thu, 19 Mar 2009 10:43:18 +0000 (10:43 +0000)]
All the changes have been done in order to integrate in the standard
reconstruction (AliReconstruction) the possibility to estimate the SPD
efficiency using the method of tracklets. By default, this estimation, as
well the others which use normal tracks, are switched off.

The AliITSTrackleterSPDEff now inherits from AliTracker.

Giuseppe

15 years agoStore number of TRD tracklets on ESD for tracking and PID. Reuse data
hristov [Thu, 19 Mar 2009 10:22:30 +0000 (10:22 +0000)]
Store number of TRD tracklets on ESD for tracking and PID. Reuse data
member fTRDpidQuality as fTRDntracklets to store both scalers.

Alex

15 years agoChanges to allow NO spectator signal when specattors are tracked in sim
coppedis [Thu, 19 Mar 2009 10:07:15 +0000 (10:07 +0000)]
Changes to allow NO spectator signal when specattors are tracked in sim

15 years agonew QA SIM structure compiling now
alla [Wed, 18 Mar 2009 19:31:25 +0000 (19:31 +0000)]
new QA SIM structure compiling now

15 years agoDummy routine PYPTFS introduced.
morsch [Wed, 18 Mar 2009 19:21:55 +0000 (19:21 +0000)]
Dummy routine PYPTFS introduced.

15 years agonew QA SIM structure
alla [Wed, 18 Mar 2009 19:00:44 +0000 (19:00 +0000)]
new QA SIM structure

15 years agoFix in AliMpSectorSegmentation::PadByPosition;
ivana [Wed, 18 Mar 2009 18:25:57 +0000 (18:25 +0000)]
Fix in AliMpSectorSegmentation::PadByPosition;
it corrects sector area pad iterator which found a few pads
more times (with invalid indices).

15 years agoHelper class for event mixing based on VEvent
morsch [Wed, 18 Mar 2009 17:17:16 +0000 (17:17 +0000)]
Helper class for event mixing based on VEvent

15 years agoPossibility to keep in ESD several (pileup) primary vertices reconstructed with SPD...
belikov [Wed, 18 Mar 2009 16:54:20 +0000 (16:54 +0000)]
Possibility to keep in ESD several (pileup) primary vertices reconstructed with SPD and/or with tracks

15 years agoRemove of outputs from ACORDEQAChecker log (Yves remark) and setting an empty object...
mrodrigu [Wed, 18 Mar 2009 15:51:56 +0000 (15:51 +0000)]
Remove of outputs from ACORDEQAChecker log (Yves remark) and setting an empty object for RecoParams (Cvetan remark)

15 years agoAdded AddTrackParams() method for convenience + some comments
cvetan [Wed, 18 Mar 2009 15:17:04 +0000 (15:17 +0000)]
Added AddTrackParams() method for convenience + some comments

15 years agoFix warnings
fca [Wed, 18 Mar 2009 13:56:44 +0000 (13:56 +0000)]
Fix warnings

15 years agoextra options
snelling [Wed, 18 Mar 2009 13:55:51 +0000 (13:55 +0000)]
extra options

15 years agoNew version of the TPC-ITS alignment code (Mikolaj)
cvetan [Wed, 18 Mar 2009 13:54:43 +0000 (13:54 +0000)]
New version of the TPC-ITS alignment code (Mikolaj)

15 years agoMain changes:
vulpescu [Wed, 18 Mar 2009 12:54:55 +0000 (12:54 +0000)]
Main changes:
- bug fix in AliMUONPayloadTrigger: add the regional header to the array in
the darc header also for empty regional boards (not connected or with error
reading), otherwise a "segmentation fault" is obtained by the wrong indexing
within the loop over the regional boards
(B. Vulpescu)

15 years agoMain changes:
vulpescu [Wed, 18 Mar 2009 12:44:33 +0000 (12:44 +0000)]
Main changes:
- introduce an option to use either the old or the new (fast, HP) decoder
- adjust the print levels (0 default, 1 moderate, 2 event by event)
- allow analysis of only PHYSICS events when the FET is not in mode 0x3 (pulses not triggered by
the central trigger)
- bug fix: use the right "fileId" for the storage of the exported files in the FXS DB in conformity
with the SHUTTLE
- change the name of the DA configuration file from DAConfig.txt to DAConfig.dat, in order to
be displayed by the ControlPanel OpenFile browser
- use "define OFFLINE" to select compilation for offline/online execution
Also:
- see READMEmtrda.txt and http://aliceinfo.cern.ch/static/Offline/dimuon/muon_html/README_mtrda.html
(B. Vulpescu)

15 years agoUpdate of the content
vulpescu [Wed, 18 Mar 2009 12:06:29 +0000 (12:06 +0000)]
Update of the content

15 years agoCalculating fAlpha as atan2(y,x) only for the tracks outside ITS (A. Dainese)
belikov [Wed, 18 Mar 2009 11:27:59 +0000 (11:27 +0000)]
Calculating fAlpha as atan2(y,x) only for the tracks outside ITS (A. Dainese)

15 years agoChecking the kITSrefit bit at the proper place (A. Dainese)
belikov [Wed, 18 Mar 2009 11:25:26 +0000 (11:25 +0000)]
Checking the kITSrefit bit at the proper place (A. Dainese)

15 years agoIn MUONmappingLinkDef.h:
ivana [Wed, 18 Mar 2009 09:23:57 +0000 (09:23 +0000)]
In MUONmappingLinkDef.h:
Adding namespace AliMq (which was missing)

15 years agoIn Mapping/macros:
ivana [Wed, 18 Mar 2009 09:19:40 +0000 (09:19 +0000)]
In Mapping/macros:
- Renaming the main macro function to be consistent with new macro name;
- create a new canvas each time when the macro is run for other station/plane
  combination.
- Adding test suite script

15 years agoNew setting of the cross-section (Bogdan)
morsch [Wed, 18 Mar 2009 09:09:38 +0000 (09:09 +0000)]
New setting of the cross-section (Bogdan)

15 years agoRemoved memory leaks
dainese [Tue, 17 Mar 2009 23:05:30 +0000 (23:05 +0000)]
Removed memory leaks

15 years agoIn Mapping/macros:
ivana [Tue, 17 Mar 2009 21:42:36 +0000 (21:42 +0000)]
In Mapping/macros:
Renaming macros for station 1 and 2 only:
all start now with the prefix testSt12.

15 years agoIn mapping/macros:
ivana [Tue, 17 Mar 2009 21:35:21 +0000 (21:35 +0000)]
In mapping/macros:
Updated macros to get them compiling and working again;
changed macros for St12 so that they are now by default executed
for both station types and both plane types.

15 years ago- Add ITS clusterfinder for SPD and SSD (Gaute)
jthaeder [Tue, 17 Mar 2009 19:35:28 +0000 (19:35 +0000)]
- Add ITS clusterfinder for SPD and SSD (Gaute)
- Update ITS Agent (Gaute)
- Update pkg and cmake file (Gaute)
- Add test macros (Gaute)

15 years agoadd light version of JET to cmake compile, to add: dependency of FASTJET
jthaeder [Tue, 17 Mar 2009 19:32:58 +0000 (19:32 +0000)]
add light version of JET to cmake compile, to add: dependency of FASTJET

15 years agoupdate of jet macros
jthaeder [Tue, 17 Mar 2009 19:31:36 +0000 (19:31 +0000)]
update of jet macros

15 years agofix warnings
jthaeder [Tue, 17 Mar 2009 19:30:28 +0000 (19:30 +0000)]
fix warnings

15 years agoChanges to obey to the coding conventions (M. Lunardon)
masera [Tue, 17 Mar 2009 18:35:53 +0000 (18:35 +0000)]
Changes to obey to the coding conventions (M. Lunardon)

15 years agoBug fix. This eliminates a compilation warning. (R. Shahoyan)
masera [Tue, 17 Mar 2009 17:25:16 +0000 (17:25 +0000)]
Bug fix. This eliminates a compilation warning. (R. Shahoyan)

15 years agoremoved hardwired disabling of branches
snelling [Tue, 17 Mar 2009 16:19:52 +0000 (16:19 +0000)]
removed hardwired disabling of branches

15 years agoFix compiler warnings (Theodor)
cblume [Tue, 17 Mar 2009 16:08:25 +0000 (16:08 +0000)]
Fix compiler warnings (Theodor)

15 years agoget reaction plane angle for gevsim events
snelling [Tue, 17 Mar 2009 15:39:42 +0000 (15:39 +0000)]
get reaction plane angle for gevsim events

15 years ago1) Updated default numbers for the reports
masera [Tue, 17 Mar 2009 15:37:27 +0000 (15:37 +0000)]
1) Updated default numbers for the reports
2) New method Bool_t CreateAlignObjs() which calls the other Create... methods;
3) ew method Bool_t ApplyAlignObjSSDLadders();
4) CreateAlignObjSPD renamed to CreateAlignObjDummySPD

Raffaele Grosso

15 years agoFixing more warnings
akisiel [Tue, 17 Mar 2009 15:30:14 +0000 (15:30 +0000)]
Fixing more warnings

15 years agoFixing ompilation warnings
masera [Tue, 17 Mar 2009 14:52:39 +0000 (14:52 +0000)]
Fixing ompilation warnings

15 years agoDouble definded copy constructor (Marian)
marian [Tue, 17 Mar 2009 14:35:50 +0000 (14:35 +0000)]
Double definded copy constructor (Marian)

15 years agoWarnings removal.
marian [Tue, 17 Mar 2009 14:30:56 +0000 (14:30 +0000)]
Warnings removal.

15 years agoFix warnings from Cerello
fca [Tue, 17 Mar 2009 14:18:51 +0000 (14:18 +0000)]
Fix warnings from Cerello

15 years agoAliGenInfoTask.h - Forgoten to commit - Debug information
marian [Tue, 17 Mar 2009 13:52:27 +0000 (13:52 +0000)]
AliGenInfoTask.h     - Forgoten to commit - Debug information
AliESDRecInfo.cxx    - Removal of the memory leak

Marian

15 years agofix warning (thanks Federico)
abercuci [Tue, 17 Mar 2009 13:41:09 +0000 (13:41 +0000)]
fix warning (thanks Federico)

15 years agoWarning removal (Marian)
marian [Tue, 17 Mar 2009 13:39:42 +0000 (13:39 +0000)]
Warning removal (Marian)

15 years agoWarning removal (Marian)
marian [Tue, 17 Mar 2009 13:32:38 +0000 (13:32 +0000)]
Warning removal (Marian)

15 years agoFix effc++ warning
fca [Tue, 17 Mar 2009 13:14:26 +0000 (13:14 +0000)]
Fix effc++ warning

15 years agoLimit Printout via fDebug
kleinb [Tue, 17 Mar 2009 12:08:57 +0000 (12:08 +0000)]
Limit Printout via fDebug

15 years agoAdding EPOS and TUHKMgen
hristov [Tue, 17 Mar 2009 11:42:10 +0000 (11:42 +0000)]
Adding EPOS and TUHKMgen

15 years agoFixing some warnings
hristov [Tue, 17 Mar 2009 11:30:36 +0000 (11:30 +0000)]
Fixing some warnings

15 years agochange option of merger to avoid local copy
schutz [Tue, 17 Mar 2009 11:12:53 +0000 (11:12 +0000)]
change option of merger to avoid local copy

15 years agoAdding AliMUONVDigitStore::HasMCInformation in order to be able to skip MClabel compu...
laphecet [Tue, 17 Mar 2009 11:02:37 +0000 (11:02 +0000)]
Adding AliMUONVDigitStore::HasMCInformation in order to be able to skip MClabel computations for real digits (Laurent)

15 years agocorrect the making of the GridCollection and simplified Merge method
schutz [Tue, 17 Mar 2009 10:44:34 +0000 (10:44 +0000)]
correct the making of the GridCollection and simplified Merge method

15 years agoq-pythia enabled version (Leticia Cunqueiro)
morsch [Tue, 17 Mar 2009 10:23:00 +0000 (10:23 +0000)]
q-pythia enabled version (Leticia Cunqueiro)

15 years agoQPythiaWrapper for collision geometry added.
morsch [Tue, 17 Mar 2009 10:21:46 +0000 (10:21 +0000)]
QPythiaWrapper for collision geometry added.

15 years agoq-pythia for jet quenching simulations added. (Leticia Cunqueiro)
morsch [Tue, 17 Mar 2009 10:20:37 +0000 (10:20 +0000)]
q-pythia for jet quenching simulations added. (Leticia Cunqueiro)

15 years agofixed warnings
pulvir [Tue, 17 Mar 2009 09:41:09 +0000 (09:41 +0000)]
fixed warnings

15 years agoMethod hiding fixed.
morsch [Tue, 17 Mar 2009 09:27:36 +0000 (09:27 +0000)]
Method hiding fixed.

15 years agoSuppressed "shadowed locals" warning
shahoian [Tue, 17 Mar 2009 09:04:34 +0000 (09:04 +0000)]
Suppressed "shadowed locals" warning

15 years agoAdded few getters/setters
shahoian [Tue, 17 Mar 2009 09:03:32 +0000 (09:03 +0000)]
Added few getters/setters

15 years agofix warnings
gconesab [Tue, 17 Mar 2009 08:54:05 +0000 (08:54 +0000)]
fix warnings

15 years agoIntroduced finer division for mag.field parameterization patches.
shahoian [Tue, 17 Mar 2009 08:30:05 +0000 (08:30 +0000)]
Introduced finer division for mag.field parameterization patches.
Average gain in CPU time is ~5 but the mag.field size in RAM
doubled (~4.7MB)

15 years agoRenaming EPOS/TEposLinkDef.h to EPOS/EPOSLinkDef.h as expected by cmake
hristov [Tue, 17 Mar 2009 08:13:04 +0000 (08:13 +0000)]
Renaming  EPOS/TEposLinkDef.h to  EPOS/EPOSLinkDef.h as expected by cmake

15 years agoAdded eta and phi correlation to TaskJetSpectrum, also fixes compiler warning for...
kleinb [Tue, 17 Mar 2009 07:51:13 +0000 (07:51 +0000)]
Added eta and phi correlation to TaskJetSpectrum, also fixes compiler warning for ununesed etaGen, added protection to SpectraQA

15 years agoRemoving extra symbols
hristov [Tue, 17 Mar 2009 06:24:23 +0000 (06:24 +0000)]
Removing extra symbols

15 years agoRestored compilation with CMake. The administrators of the modules have to mantain...
hristov [Mon, 16 Mar 2009 23:17:45 +0000 (23:17 +0000)]
Restored compilation with CMake. The administrators of the modules have to mantain both *.pkg and CMake_* for the moment

15 years agoRevert change 31524: libRAliEn is not linked and TAlienCollection cannot be used
hristov [Mon, 16 Mar 2009 23:16:11 +0000 (23:16 +0000)]
Revert change 31524: libRAliEn is not linked and TAlienCollection cannot be used

15 years agoMakeAlObjsArray is not const in the base class
hristov [Mon, 16 Mar 2009 21:57:26 +0000 (21:57 +0000)]
MakeAlObjsArray is not const in the base class

15 years agoremove unecessary (for the time being) code
schutz [Mon, 16 Mar 2009 20:52:36 +0000 (20:52 +0000)]
remove unecessary (for the time being) code

15 years agoWarnings removed
coppedis [Mon, 16 Mar 2009 19:09:30 +0000 (19:09 +0000)]
Warnings removed

15 years agofix warnings (thanks to Federico)
abercuci [Mon, 16 Mar 2009 18:12:00 +0000 (18:12 +0000)]
fix warnings (thanks to Federico)

15 years agoBug fix. Incorrectly calculating strip position.
aszostak [Mon, 16 Mar 2009 18:11:53 +0000 (18:11 +0000)]
Bug fix. Incorrectly calculating strip position.

15 years agoextended by cuts on min / max absolute and relative impact parameter
rvernet [Mon, 16 Mar 2009 17:54:58 +0000 (17:54 +0000)]
extended by cuts on min / max absolute and relative impact parameter

15 years agoPossibility to retrieve the member array of alignment objects via the method GetAlign...
rgrosso [Mon, 16 Mar 2009 17:31:55 +0000 (17:31 +0000)]
Possibility to retrieve the member array of alignment objects via the method GetAlignObjsArray

15 years agoAllow methods called inside MakeAlObjsArray to modify data members
rgrosso [Mon, 16 Mar 2009 17:30:31 +0000 (17:30 +0000)]
Allow methods called inside MakeAlObjsArray to modify data members

15 years agoUpdate of GMS subprocessor to take into account incremental computation of alignement...
laphecet [Mon, 16 Mar 2009 15:03:25 +0000 (15:03 +0000)]
Update of GMS subprocessor to take into account incremental computation of alignement parameters.
This requires the introduction of a new OCDB database = MUON/Align/Baseline, which acts as a reference point
for the GMS subprocessor (based on Baseline + GMS, this one will produce an updated MUON/Align/Data, to be used
during reconstruction).

(Javier)

15 years agoadded method to merge files listed in a xml collection
schutz [Mon, 16 Mar 2009 14:16:42 +0000 (14:16 +0000)]
added method to merge files listed in a xml collection

15 years agoextra old if statement removed
snelling [Mon, 16 Mar 2009 13:58:20 +0000 (13:58 +0000)]
extra old if statement removed

15 years agoCorrections in the destructors (J. Thaeder)
morsch [Mon, 16 Mar 2009 12:58:17 +0000 (12:58 +0000)]
Corrections in the destructors (J. Thaeder)

15 years agoAdding the -z option to reconstruct from simulated digits (Laurent)
laphecet [Mon, 16 Mar 2009 12:42:38 +0000 (12:42 +0000)]
Adding the -z option to reconstruct from simulated digits (Laurent)

15 years agoFix compiler warnings
cblume [Mon, 16 Mar 2009 12:39:08 +0000 (12:39 +0000)]
Fix compiler warnings

15 years agofRun initialized.
morsch [Mon, 16 Mar 2009 12:15:58 +0000 (12:15 +0000)]
fRun initialized.

15 years agoFixing warnings
akisiel [Mon, 16 Mar 2009 11:30:02 +0000 (11:30 +0000)]
Fixing warnings

15 years agoMember initialisation list corrected.
morsch [Mon, 16 Mar 2009 11:28:27 +0000 (11:28 +0000)]
Member initialisation list corrected.

15 years agoInitialization of fAmpThreshold is added to ctors.
kharlov [Mon, 16 Mar 2009 11:21:49 +0000 (11:21 +0000)]
Initialization of fAmpThreshold is added to ctors.
Inheritance from TObject is added.

15 years agoUnused variable removed
cheynis [Mon, 16 Mar 2009 11:18:47 +0000 (11:18 +0000)]
Unused variable removed

15 years agofix of warnings
jthaeder [Mon, 16 Mar 2009 11:15:39 +0000 (11:15 +0000)]
fix of warnings

15 years agofixing warning about suggested parantheses
jgrosseo [Mon, 16 Mar 2009 11:13:05 +0000 (11:13 +0000)]
fixing warning about suggested parantheses

15 years agoFix for a hanging ReadPedestals - due to a probable bug in TString::ReadFile- that...
laphecet [Mon, 16 Mar 2009 11:04:27 +0000 (11:04 +0000)]
Fix for a hanging ReadPedestals - due to a probable bug in TString::ReadFile- that makes the shuttle MCH preprocessor fails for pedestal runs (laurent)