]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoTaking into account that only 1 or 2 values may be present for the
zampolli [Mon, 9 Nov 2009 10:09:29 +0000 (10:09 +0000)]
Taking into account that only 1 or 2 values may be present for the
DPs --> storing only the information available.

14 years agorename file
cblume [Mon, 9 Nov 2009 09:48:24 +0000 (09:48 +0000)]
rename file

14 years agorename file
cblume [Mon, 9 Nov 2009 09:48:06 +0000 (09:48 +0000)]
rename file

14 years agobugfix: skip file name prefix if concatenating events
richterm [Mon, 9 Nov 2009 09:45:11 +0000 (09:45 +0000)]
bugfix: skip file name prefix if concatenating events
https://savannah.cern.ch/bugs/?58454

14 years agofix for using phi weights
snelling [Mon, 9 Nov 2009 08:51:24 +0000 (08:51 +0000)]
fix for using phi weights

14 years agoUpdated ideal OCDB entry for DCS part
cblume [Mon, 9 Nov 2009 08:40:33 +0000 (08:40 +0000)]
Updated ideal OCDB entry for DCS part

14 years agoUpdated ideal OCDB entry for DCS part
cblume [Mon, 9 Nov 2009 08:39:54 +0000 (08:39 +0000)]
Updated ideal OCDB entry for DCS part

14 years agoadded new spectrum task including FF and with using PWG4 unfolding, just THNsparse...
kleinb [Mon, 9 Nov 2009 07:52:47 +0000 (07:52 +0000)]
added new spectrum task including FF and with using PWG4 unfolding, just THNsparse to be plugged into corrfw or AliUnfolding

14 years agoadded new spectrum task including FF and with using PWG4 unfolding, just THNsparse...
kleinb [Mon, 9 Nov 2009 07:51:43 +0000 (07:51 +0000)]
added new spectrum task including FF and with using PWG4 unfolding, just THNsparse to be plugged into corrfw or AliUnfolding

14 years agomajor changes to the ppr plotting macros
jklay [Sun, 8 Nov 2009 22:45:36 +0000 (22:45 +0000)]
major changes to the ppr plotting macros

14 years agoFixing bug related to incorrect unloading of shared library and class code.
aszostak [Sun, 8 Nov 2009 22:21:19 +0000 (22:21 +0000)]
Fixing bug related to incorrect unloading of shared library and class code.
This is related to:
https://savannah.cern.ch/bugs/?58083
https://savannah.cern.ch/bugs/?58247
In actual fact this is a workaround for the bug/feature/limitation (whatever you want to call it) in ROOT/CINT that removes more libraries than just the one that was
requested to be removed. The problem has been solved by adding more protection to prevent the segfault, printing of appropriate warnings and cleaning up HLT components in
the correct order to prevent the problem in the first place.

14 years agoDefining 5 output slots in the constructor (Matthieu)
martinez [Sun, 8 Nov 2009 21:57:38 +0000 (21:57 +0000)]
Defining 5 output slots in the constructor (Matthieu)

14 years agoNew PHOS mapping is uploaded:
kharlov [Sun, 8 Nov 2009 20:39:15 +0000 (20:39 +0000)]
New PHOS mapping is uploaded:
modifications are in FEE card position within RCU.

14 years agoBug fix - Not visible withour gcc
marian [Sun, 8 Nov 2009 20:31:59 +0000 (20:31 +0000)]
Bug fix - Not visible withour gcc
(Jens Wiechula)

14 years ago- first sketch of friend tracks implementation in the HLT-TPC calibration class for...
kkanaki [Sun, 8 Nov 2009 20:06:39 +0000 (20:06 +0000)]
- first sketch of friend tracks implementation in the HLT-TPC calibration class for the drift velocity

14 years agoModifying processing of Pressure sensors:
zampolli [Sun, 8 Nov 2009 17:12:52 +0000 (17:12 +0000)]
Modifying processing of Pressure sensors:
- if (fit || graph) --> ok
- else --> error
(following discussion with Haavard - see bug 58331)

14 years agoResolved problems with merging
marian [Sun, 8 Nov 2009 17:02:19 +0000 (17:02 +0000)]
Resolved problems with merging
2 classes missing in previous commit
(Marian)

14 years agoAdding alarms and graphical representation of alarms
marian [Sun, 8 Nov 2009 16:47:23 +0000 (16:47 +0000)]
Adding alarms and graphical representation of alarms
(Jens)
AliTPCcalibDB.cxx.diff Add loading of dataQA, adopt creation of GUI tree
AliTPCcalibDB.h.diff Add loading of dataQA, adopt creation of GUI tree
AliTPCcalibDButil.cxx.diff Add loading of reference data, creation of reference GUI tree
AliTPCcalibDButil.h.diff Add loading of reference data, creation of reference GUI tree
AliTPCCalibViewerGUI.h.diff Add getters to handle custom draw strings
AliTPCCalibViewerGUItime.cxx.diff Add getters to handle custom draw stings. Code cleanup.
AliTPCCalibViewerGUItime.h.diff Adopt gui tree / reference tree creation / loading
AliTPCMonitor.cxx.diff For root raw files add possibility to navigate to a certain event in the file
libTPCbase.pkg.diff Add AliTPCCalibQAChecker, AliTPCCalibViewerGUIAlarms
TPCbaseLinkDef.h.diff Add AliTPCCalibQAChecker, AliTPCCalibViewerGUIAlarms
AliTPCCalibQAChecker.cxx New class for calib data checking, mostly based on tree draw, but also histograms, graphs, numbers
AliTPCCalibQAChecker.h New class for calib data checking, mostly based on tree draw, but also histograms, graphs, numbers
AliTPCCalibViewerGUIAlarms.cxx New class. GUI interface for calibration alarms. Will be used in AMORE and offline.
AliTPCCalibViewerGUIAlarms.h New class. GUI interface for calibration alarms. Will be used in AMORE and offline.

14 years agobugfix: moving call to AliTPCcalibDB::SetExBField to DoInit() It was not executed...
richterm [Sun, 8 Nov 2009 15:03:56 +0000 (15:03 +0000)]
bugfix: moving call to AliTPCcalibDB::SetExBField to DoInit() It was not executed any more, causing a seg fault in the ExB correction

14 years agobugfix: wrong result convention was used in r36516
richterm [Sun, 8 Nov 2009 13:52:04 +0000 (13:52 +0000)]
bugfix: wrong result convention was used in r36516

14 years agobugfix: wrong mask was used for trigger pattern in CDH[6]
richterm [Sun, 8 Nov 2009 13:24:26 +0000 (13:24 +0000)]
bugfix: wrong mask was used for trigger pattern in CDH[6]

14 years agodisable the CTP trigger pattern in the HLT simulation as this
richterm [Sun, 8 Nov 2009 13:16:33 +0000 (13:16 +0000)]
disable the CTP trigger pattern in the HLT simulation as this
needs some more work to be included in the trigger framework currently under development

14 years agoallow names with the '-' character in items. This is a temporary solution like in...
richterm [Sun, 8 Nov 2009 12:07:59 +0000 (12:07 +0000)]
allow names with the '-' character in items. This is a temporary solution like in r35411.
It has beendeactivated in r36097, but it turns out to be necessary again for the correct
evaluation of the trigger menu until the final concept is in place
See https://savannah.cern.ch/bugs/index.php?58205

14 years agoadding libAliHLTGlobal to unit test
richterm [Sun, 8 Nov 2009 11:55:10 +0000 (11:55 +0000)]
adding libAliHLTGlobal to unit test

14 years agoadding the libPHOSUtils dependency for the libAliHLTGlobal
richterm [Sun, 8 Nov 2009 11:54:29 +0000 (11:54 +0000)]
adding the libPHOSUtils dependency for the libAliHLTGlobal

14 years agothe track angle is checked before rotation a track, in order to avoid AliError()...
sgorbuno [Sun, 8 Nov 2009 11:18:07 +0000 (11:18 +0000)]
the track angle is checked before rotation a track, in order to avoid AliError() message from AliExternalTrackParam::Rotate()

14 years agobugfix: using correct detector string for the setup of the AliHLTCaloMapper class
richterm [Sun, 8 Nov 2009 09:49:56 +0000 (09:49 +0000)]
bugfix: using correct detector string for the setup of the AliHLTCaloMapper class

14 years agoeliminating further private copy of AliMagF and cleaning the header file includes...
richterm [Sun, 8 Nov 2009 09:22:18 +0000 (09:22 +0000)]
eliminating further private copy of AliMagF and cleaning the header file includes where not neede anymore

14 years agobug fix: reconstruction crash when the output buffer size exceed
sgorbuno [Sun, 8 Nov 2009 01:46:59 +0000 (01:46 +0000)]
bug fix: reconstruction crash when the output buffer size exceed

14 years agoapply alignment to the geometry in TRD Clustizer and Tracker (Theo)
richterm [Sat, 7 Nov 2009 23:49:16 +0000 (23:49 +0000)]
apply alignment to the geometry in TRD Clustizer and Tracker (Theo)

14 years agoremoving the generation of the local solenoidBz OCDB entry
richterm [Sat, 7 Nov 2009 23:35:53 +0000 (23:35 +0000)]
removing the generation of the local solenoidBz OCDB entry
removing default entry

14 years agoremoving all code regarding the solenoidBz OCDB entry formerly used
richterm [Sat, 7 Nov 2009 23:32:33 +0000 (23:32 +0000)]
removing all code regarding the solenoidBz OCDB entry formerly used
to propagate the field value from DCS to the components in the online
system. The framework now initializes the global AliMagF instance,
which is used by the components fot the field setup

14 years agoremove option to pushback every n events (Theodor)
richterm [Sat, 7 Nov 2009 22:44:43 +0000 (22:44 +0000)]
remove option to pushback every n events (Theodor)

14 years agoadding documentation of the field conventions
richterm [Sat, 7 Nov 2009 22:41:00 +0000 (22:41 +0000)]
adding documentation of the field conventions
using the AliGRPManager again for verbose output
changing the default polarities (corresponding to positive fields):
  l3: positive -> 0
  dp: negative -> 1

14 years agotoo much memory was allocated for temp. arrays
sgorbuno [Sat, 7 Nov 2009 17:24:18 +0000 (17:24 +0000)]
too much memory was allocated for temp. arrays

14 years ago- realistic input multiplier
sgorbuno [Sat, 7 Nov 2009 17:20:22 +0000 (17:20 +0000)]
- realistic input multiplier
- cosmetics

14 years ago- vectors removed from the ITSTracker class, to avoid a continuous increase of the...
sgorbuno [Sat, 7 Nov 2009 17:18:38 +0000 (17:18 +0000)]
- vectors removed from the ITSTracker class, to avoid a continuous increase of the booked memory
- cleanup

14 years agocompilation warning fixed
sgorbuno [Sat, 7 Nov 2009 17:01:42 +0000 (17:01 +0000)]
compilation warning fixed

14 years agoCorrected documentation explaing the polarities conventions. NO code change
shahoian [Sat, 7 Nov 2009 16:58:25 +0000 (16:58 +0000)]
Corrected documentation explaing the polarities conventions. NO code change

14 years agoadding common functionality for the magnetic field to the component interface
richterm [Sat, 7 Nov 2009 16:55:09 +0000 (16:55 +0000)]
adding common functionality for the magnetic field to the component interface

14 years agoBug fix in copy constructor and assignement operator (Matthias + me)
zampolli [Sat, 7 Nov 2009 14:56:54 +0000 (14:56 +0000)]
Bug fix in copy constructor and assignement operator (Matthias + me)

14 years agoAdd missing newline at the end
cblume [Sat, 7 Nov 2009 13:23:48 +0000 (13:23 +0000)]
Add missing newline at the end

14 years agorelease a temporary memory at each event, to avoid continious memory increase
sgorbuno [Sat, 7 Nov 2009 13:21:36 +0000 (13:21 +0000)]
release a temporary memory at each event, to avoid continious memory increase

14 years agochange an estimate of the output size
sgorbuno [Sat, 7 Nov 2009 13:19:00 +0000 (13:19 +0000)]
change an estimate of the output size

14 years agoProtection against gMinuit deletion by third party added
prsnko [Sat, 7 Nov 2009 12:47:38 +0000 (12:47 +0000)]
Protection against gMinuit deletion by third party added

14 years agobug fix: access to deleted pointer
sgorbuno [Sat, 7 Nov 2009 12:45:38 +0000 (12:45 +0000)]
bug fix: access to deleted pointer

14 years agodo not use the AliGRPManager until bug
richterm [Sat, 7 Nov 2009 10:28:58 +0000 (10:28 +0000)]
do not use the AliGRPManager until bug
https://savannah.cern.ch/bugs/index.php?58403 is fixed

14 years agoadding macro to create a GRP entry for various field settings
richterm [Sat, 7 Nov 2009 10:23:04 +0000 (10:23 +0000)]
adding macro to create a GRP entry for various field settings
usage:
    aliroot -b -q -l $ALICE_ROOT/HLT/exa/makeGRPObject.C'("default", "$PWD")'
    aliroot -b -q -l $ALICE_ROOT/HLT/exa/makeGRPObject.C'("off", "$PWD")'
    aliroot -b -q -l $ALICE_ROOT/HLT/exa/makeGRPObject.C'("l3=12000", "$PWD")'
    aliroot -b -q -l $ALICE_ROOT/HLT/exa/makeGRPObject.C # for help

14 years agoUpdated filtering of the Goofie mesurements
marian [Sat, 7 Nov 2009 09:18:01 +0000 (09:18 +0000)]
Updated filtering of the Goofie mesurements
Usage of the filtering for the moment in the CalibEnv -
for the moment just for visualization
(Marian)

14 years agonew performance classes (Simone Schuchmann)
jotwinow [Sat, 7 Nov 2009 04:05:14 +0000 (04:05 +0000)]
new performance classes (Simone Schuchmann)

14 years agoreading the CTP configuration in the initialization of the HLT reconstruction and
richterm [Sat, 7 Nov 2009 03:03:05 +0000 (03:03 +0000)]
reading the CTP configuration in the initialization of the HLT reconstruction and
passing the trigger mask via the AliHLTTrigData structure to the components

14 years agofiles moved to TPC folder
jotwinow [Sat, 7 Nov 2009 02:27:38 +0000 (02:27 +0000)]
files moved to TPC folder

14 years agocorrecting HLT logging: the pointers of the objects are only printed in debug mode
richterm [Sat, 7 Nov 2009 01:44:56 +0000 (01:44 +0000)]
correcting HLT logging: the pointers of the objects are only printed in debug mode

14 years agomove all TPC related classes
jotwinow [Sat, 7 Nov 2009 01:25:59 +0000 (01:25 +0000)]
move all TPC related classes

14 years agoinserting the correct trigger mask into the CDH of inserted empty data blocks
richterm [Sat, 7 Nov 2009 01:03:04 +0000 (01:03 +0000)]
inserting the correct trigger mask into the CDH of inserted empty data blocks

14 years agoadding method to retrieve trigger mask from RawReader
richterm [Sat, 7 Nov 2009 01:00:54 +0000 (01:00 +0000)]
adding method to retrieve trigger mask from RawReader

14 years agoadded a protection against detector not definining the default event specie
schutz [Fri, 6 Nov 2009 22:51:06 +0000 (22:51 +0000)]
added a protection against detector not definining the default event specie

14 years agochange the name of a few histograms (adding hglobal)
schutz [Fri, 6 Nov 2009 22:49:06 +0000 (22:49 +0000)]
change the name of a few histograms (adding hglobal)

14 years agoAlmost final version of scanning tools.
mtadel [Fri, 6 Nov 2009 20:32:19 +0000 (20:32 +0000)]
Almost final version of scanning tools.

* AliEveEventManager
  Emit new signal NewEventDataLoaded() after the event-data is
  connected but before the macros are executed.

* AliEveTrackCounter
  Connect to AliEveEventManager::NewEventDataLoaded() to do the reset.
  Introduce 'Bool_t fAcitve' -- now that track and tracklet label is
  misused to store scanning results it is better that track-counting
  is not enabled by default.

* AliEveTrackCounterEditor
  Add Activate / Deactivate buttons and handlers.
  Remove histogram plotting code -- now in show_scan_results.C

* visscan_init.C
  Remove code for registration of tracks/tracklets to
  track-counter. This is now done in esd_tracks / esd_spd_tracklets.

* make_scan_results.C
  Create the scan-result tree from individual objects stored during
  scanning.

* show_scan_results.C
  Create canvases and plot basic stuff from the scan-result tree.

* esd_spd_tracklets.C
  Put tracklets into two containers -- Good/Bad.
  Register the tracklets to track-counter if it is active.

* esd_tracks.C
  In esd_tracks_by_category() register the containers to track-counter
  if it is active.

14 years agoadded the option to save or not the QA data objects
schutz [Fri, 6 Nov 2009 19:36:01 +0000 (19:36 +0000)]
added the option to save or not the QA data objects

14 years agoFixing behaviour wrt DCS DPs related to pressure sensors:
zampolli [Fri, 6 Nov 2009 19:23:48 +0000 (19:23 +0000)]
Fixing behaviour wrt DCS DPs related to pressure sensors:

- if the fit is there --> ok
- no fit, but run lasting less than 60 s (according to AliDCSSensorArray) and TGraph there for the
sensor --> ok
- in any other case, don't increase the count of the DCS DPs --> making GRP fail

Changing also kFitFraction from 0.7 to -1 (Haavard), but it will not have much effect with all the other changes...

14 years agoFixing printing bug.
aszostak [Fri, 6 Nov 2009 19:10:16 +0000 (19:10 +0000)]
Fixing printing bug.

14 years agoupdate configuration analysis macros with last updates in the frame
gconesab [Fri, 6 Nov 2009 17:42:46 +0000 (17:42 +0000)]
update configuration analysis macros with last updates in the frame

14 years agoAn artifactual debug streamer removed ( there was a segmentation fault after a call...
sgorbuno [Fri, 6 Nov 2009 17:31:22 +0000 (17:31 +0000)]
An artifactual debug streamer removed ( there was a segmentation fault after a call of the streamer destructor )

14 years agofolders to keep the wagons output in the common analysis file defined, do not clear...
gconesab [Fri, 6 Nov 2009 17:15:12 +0000 (17:15 +0000)]
folders to keep the wagons output in the common analysis file defined, do not clear cluster/track lists+

14 years agoa macro with TPC,ITS, ITSSPD vertex, global vertex and v0's
sgorbuno [Fri, 6 Nov 2009 16:52:50 +0000 (16:52 +0000)]
a macro with TPC,ITS, ITSSPD vertex, global vertex and v0's

14 years agoextra check for the output size is added
sgorbuno [Fri, 6 Nov 2009 16:43:26 +0000 (16:43 +0000)]
extra check for the output size is added

14 years ago- default cuts are tuned
sgorbuno [Fri, 6 Nov 2009 16:42:16 +0000 (16:42 +0000)]
- default cuts are tuned
- cosmetic

14 years ago- bug fix: only TPC tracks were used in the vertex finder, now ITSin parameters are...
sgorbuno [Fri, 6 Nov 2009 16:40:41 +0000 (16:40 +0000)]
- bug fix: only TPC tracks were used in the vertex finder, now ITSin parameters are used when they are present.
- some cosmetic

14 years ago- There was impossible to set solenoidBz value from the configuration string. Now...
sgorbuno [Fri, 6 Nov 2009 16:36:31 +0000 (16:36 +0000)]
- There was impossible to set solenoidBz value  from the configuration string. Now parameters from the configuartion string are set after the OCDB parameters.
- The order of filling of ESD tracks is changed: TPC, TPCOut, ITSOut, ITS.
  The ITSin parameters are stored in the ESDtrack itself, therefore they are lost when the UpdateParameters(..) is called next time.
  To keep the ITSin parameters in the ESD, one should set these parameters last.

14 years agoAdding counter for TOKEN_LOST errors in AliMUONRawStreamTrackerHP.
laphecet [Fri, 6 Nov 2009 16:36:26 +0000 (16:36 +0000)]
Adding counter for TOKEN_LOST errors in AliMUONRawStreamTrackerHP.
Adding symmetric methods to AliMUONRawStreamTriggerHP, as found in AliMUONRawStreamTrackerHP for counting errors for whole events.

(Artur)

14 years agoCluster indices are published via AliKalmanTrack::GetClusterIndex()
sgorbuno [Fri, 6 Nov 2009 16:22:34 +0000 (16:22 +0000)]
Cluster indices are published via AliKalmanTrack::GetClusterIndex()

14 years agoremove mechanism to avoid dependencies on PHOS and EMCAL Utils
gconesab [Fri, 6 Nov 2009 15:53:36 +0000 (15:53 +0000)]
remove mechanism to avoid dependencies on PHOS and EMCAL Utils

14 years agoRelease the error of DAQ FXS for physics run also
cblume [Fri, 6 Nov 2009 15:53:15 +0000 (15:53 +0000)]
Release the error of DAQ FXS for physics run also

14 years agoCommon output file implemented in AddTaskUnicor.C
misko [Fri, 6 Nov 2009 15:44:40 +0000 (15:44 +0000)]
Common output file implemented in AddTaskUnicor.C

14 years agoUse folder in ouput file: savannah 57874 (Markus)
dainese [Fri, 6 Nov 2009 15:38:55 +0000 (15:38 +0000)]
Use folder in ouput file: savannah 57874 (Markus)

14 years agosetting pushback interval to 10 s and adding verbosity switch
richterm [Fri, 6 Nov 2009 15:12:09 +0000 (15:12 +0000)]
setting pushback interval to 10 s and adding verbosity switch

14 years agoenable writing of data for SOR and EOR events by default
richterm [Fri, 6 Nov 2009 15:02:39 +0000 (15:02 +0000)]
enable writing of data for SOR and EOR events by default

14 years agodynamic adjustment of the output buffer size estimator
richterm [Fri, 6 Nov 2009 15:01:02 +0000 (15:01 +0000)]
dynamic adjustment of the output buffer size estimator
histogram publishing at EOR

14 years agomodule numbers incrementing properly, mapping database is used in the root file readi...
basanta [Fri, 6 Nov 2009 14:58:59 +0000 (14:58 +0000)]
module numbers incrementing properly, mapping database is used in the root file reading macro

14 years agoadding functionality to downscale the publishing of TObjects in PushBack
richterm [Fri, 6 Nov 2009 14:47:49 +0000 (14:47 +0000)]
adding functionality to downscale the publishing of TObjects in PushBack
The command line paramameter -pushback-period=<period> specifies the time
interval for the publishing. Especially important for histogramming
components which do not need to ship the data for ever event.

14 years agoAdding scripts directory including:
ivana [Fri, 6 Nov 2009 14:18:47 +0000 (14:18 +0000)]
Adding scripts directory including:
- macros for extracting and plotting detector digits
- program for plotting Geant4 cuts
(Eva, Ivana)

14 years agochanged the names of the histograms, requested by AMORE
schutz [Fri, 6 Nov 2009 13:18:15 +0000 (13:18 +0000)]
changed the names of the histograms, requested by AMORE

14 years ago* hmpid_digits.C, hmpid_raw.C
mtadel [Fri, 6 Nov 2009 12:13:04 +0000 (12:13 +0000)]
* hmpid_digits.C, hmpid_raw.C
  With Giacomo Volpe: new macros for display of HMPID digits and raw.

* geom_hmpid.C
  Update for changed HMPID geometry.

* hmpid_clusters.C
  Remove unnecessary argument and check.

* visscan_init.C
  Add hmpid_raw/digits, tof_raw/digits and tpc_digits to the data selection.
  All disabled by default.

14 years ago The ANALYSIS one is a modification of the AliXMLCollection which adds
morsch [Fri, 6 Nov 2009 11:32:36 +0000 (11:32 +0000)]
 The ANALYSIS one is a modification of the AliXMLCollection which adds
support for empty event lists (with the current code it crashes for an
empty evlist).
  The STEER one is to add two new functions to the ESDInputHandler, one
to calculate the cut summary for the given list, the other to count
"empty" files, that is files with no events selected.
(A. Kisiel)

14 years agoA few fixes, including new methods needed by AMORE
schutz [Fri, 6 Nov 2009 11:32:25 +0000 (11:32 +0000)]
A few fixes, including new methods needed by AMORE

14 years agoNew method's name for the CF manager (Xavier)
martinez [Fri, 6 Nov 2009 11:26:10 +0000 (11:26 +0000)]
New method's name for the CF manager (Xavier)

14 years agoBug fix for the fitting at the SHUTTLE of the average pulse height
cblume [Fri, 6 Nov 2009 11:04:28 +0000 (11:04 +0000)]
Bug fix for the fitting at the SHUTTLE of the average pulse height

14 years agoIn MUONChamberMaterialBudget.C
ivana [Fri, 6 Nov 2009 10:54:35 +0000 (10:54 +0000)]
In MUONChamberMaterialBudget.C
- Use the name of the mother volumes instead of the position to select
  material belonging to a given chamber
- The resolution can be changed by changing the sementation level:
  resolution = 1 cm / segmentationLevel
(Philippe P.)

14 years agoBug fix in proof mode when using folders.
agheata [Fri, 6 Nov 2009 10:38:34 +0000 (10:38 +0000)]
Bug fix in proof mode when using folders.

14 years agocorrection for non-uniform acceptance for 2nd and 4th order differential flow
snelling [Fri, 6 Nov 2009 09:48:02 +0000 (09:48 +0000)]
correction for non-uniform acceptance for 2nd and 4th order differential flow

14 years agoPossibility to skip also SPD layers when track is out of the z acceptance. Feature...
masera [Fri, 6 Nov 2009 09:43:50 +0000 (09:43 +0000)]
Possibility to skip also SPD layers when track is out of the z acceptance. Feature already enabled for SDD and SSD (A. Dainese)

14 years agoReset() part of the interface.
morsch [Fri, 6 Nov 2009 09:02:41 +0000 (09:02 +0000)]
Reset() part of the interface.

14 years agoPMD/Calib/Mapping is put as the Inputfile
basanta [Fri, 6 Nov 2009 08:09:52 +0000 (08:09 +0000)]
PMD/Calib/Mapping is put as the Inputfile

14 years agoextending unit test: adding check for magnetic field setup from the external interface
richterm [Fri, 6 Nov 2009 01:23:57 +0000 (01:23 +0000)]
extending unit test: adding check for magnetic field setup from the external interface

14 years agoAdding common handling for the magnetic field settings tothe component interface
richterm [Fri, 6 Nov 2009 01:22:19 +0000 (01:22 +0000)]
Adding common handling for the magnetic field settings tothe component interface
Components will use the AliMagF instance in the future. This instance is set up
by the framework
1) AliRoot: AliReconstruction, AliSimulation or explicitely in the macro
2) online environment: AliMagF initialized via the GRPManager from the ExternalInterface

This change will soon make all private code regarding setup of AliMagF obsolete in the
HLT code. Furthermore the SolenoidBz OCDB entry will be removed.

14 years agoA block of ITSOut tracks is produced in addition to the ITS tracks ( ITSOut tracks...
sgorbuno [Thu, 5 Nov 2009 23:16:07 +0000 (23:16 +0000)]
A block of ITSOut tracks is produced in addition to the ITS tracks ( ITSOut tracks are needed for the TPC calibration )

- new AliHLTDataTypeOriginITSOut created

- GlobalESDConverter adds ITSOut parameters to the esd tracks

- now ITS tracks contain indixes of the associated ITS clusters (but these indices are not yet stored in the ESD tracks )

14 years agoUndo previous commit
schutz [Thu, 5 Nov 2009 23:13:07 +0000 (23:13 +0000)]
Undo previous commit

14 years agoUndo previous commit
schutz [Thu, 5 Nov 2009 23:12:59 +0000 (23:12 +0000)]
Undo previous commit

14 years agopromoted 2 methods to public needed by AMORE
schutz [Thu, 5 Nov 2009 22:54:15 +0000 (22:54 +0000)]
promoted 2 methods to public needed by AMORE