]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoFixing compiler warnings
ivana [Wed, 8 Jul 2009 12:10:53 +0000 (12:10 +0000)]
Fixing compiler warnings

14 years agoseveral bugfixes in order to get the HLTGlobalTrigger decision safely into the ESD
richterm [Wed, 8 Jul 2009 11:58:50 +0000 (11:58 +0000)]
several bugfixes in order to get the HLTGlobalTrigger decision safely into the ESD
- implementing copy constructor and assignment operator for class AliHLTGlobalTriggerDecision
  Even though the TClonesArray of participating trigger decisions is a member and not a
  pointer, this is not correctly handled
- Setting the trigger name of the HLTGlobalTrigger correctly from the default constructor.
  This makes sure the name is kept even though the AliESDEvent class uses placement new
  to reset the individual objects.
- ESDManager: correctly find the target object in the target ESD to copy over the data
- ESDManager: propagation of ESD is now enabled again
- AliHLTTriggerAgent: the trigger object has been added for every event instead of copying
  the content to the existig none

14 years agoFixed serious bug in QA code
cholm [Wed, 8 Jul 2009 11:00:50 +0000 (11:00 +0000)]
Fixed serious bug in QA code

14 years agoRemoving unnecessary check which spoils PROOF-based reco. From rev. 33606
hristov [Wed, 8 Jul 2009 10:52:32 +0000 (10:52 +0000)]
Removing unnecessary check which spoils PROOF-based reco. From rev. 33606

14 years agoTechincal fix related to the ownership of the OCDB entry. The problem was spotted...
hristov [Wed, 8 Jul 2009 09:57:40 +0000 (09:57 +0000)]
Techincal fix related to the ownership of the OCDB entry. The problem was spotted with the PROOF-based reco. From rev. 33601

14 years agoAliAnaElectron: Correct warning
gconesab [Wed, 8 Jul 2009 09:46:25 +0000 (09:46 +0000)]
AliAnaElectron: Correct warning
AliAnaParticleJetLeadingConeCorrelation: Added histograms to plot delta phi vs pt / pt trigger for the leading jet particle
AliAnaParticleHadronCorrelation: Modify for underlying event studies.
AliCaloTrackESDReader: modification of debug message.

14 years agoadded comments
rvernet [Wed, 8 Jul 2009 09:18:02 +0000 (09:18 +0000)]
added comments

14 years agoCorrect writing of reco flag word
coppedis [Wed, 8 Jul 2009 09:07:38 +0000 (09:07 +0000)]
Correct writing of reco flag word

14 years agoGetting the event specie from AliQADataMaker
masera [Wed, 8 Jul 2009 08:09:03 +0000 (08:09 +0000)]
Getting the event specie from AliQADataMaker

14 years agoFix writing of tracklets for first event
cblume [Wed, 8 Jul 2009 07:53:40 +0000 (07:53 +0000)]
Fix writing of tracklets for first event

14 years agoadding HLT interface components for TPC calibration, adding corresponding test macros,
richterm [Wed, 8 Jul 2009 07:51:44 +0000 (07:51 +0000)]
adding HLT interface components for TPC calibration, adding corresponding test macros,
adding the cluster errors in the cluster transformation of AliHLTTPCOfflineCluster.cxx (Kelly)

14 years agoAdding run types for FMD.
zampolli [Wed, 8 Jul 2009 07:03:14 +0000 (07:03 +0000)]
Adding run types for FMD.

14 years agoMove all AMORE linked parts from AliMUONPedestal and AliMUONGain
laphecet [Tue, 7 Jul 2009 21:42:54 +0000 (21:42 +0000)]
Move all AMORE linked parts from AliMUONPedestal and AliMUONGain
classes into DAs.
Replacement of the method MakePedStore(TString) by the sequence :
Finalize();
MakeASCIIoutput(ostream& );
MakeControlHistos()

Guillaume B.

14 years agoFixing a compilatin warning
masera [Tue, 7 Jul 2009 17:31:32 +0000 (17:31 +0000)]
Fixing a compilatin warning

14 years agoOffsets are now handled properly for the lists corrsponding to different
masera [Tue, 7 Jul 2009 17:21:56 +0000 (17:21 +0000)]
Offsets are now handled properly for the lists corrsponding to different
event species.
Data are decoded with the new SDD raw data format.
In addition there is a new important feature (now for the online) that
allows the comparison of the latest calibration constants to the previous
set and the histograms for the long term monitoring of calibration
parameters.
AliITSQADataMakerRec also contains a new function to be used by the
forthcoming HLTITSQA module.

P.G. Cerello

14 years agoImplementing base class methods for easy component configuration:
richterm [Tue, 7 Jul 2009 17:05:57 +0000 (17:05 +0000)]
Implementing base class methods for easy component configuration:
- AliHLTComponent::ConfigureFromArgumentString implements the common
  parsing and loop over all arguments. Fits both for single strings
  containing several blank separated arguments as well as an array
  of arguments.
- AliHLTComponent::ConfigureFromCDBTObjString loads the specified
  OCDB object and calls the argument parsing for all objects of
  type TObjString
- AliHLTComponent::LoadAndExtractOCDBObject helper function to
  access OCDB objects from components
- AliHLTComponent::ScanConfigurationArgument is defined and needs to
  be implemented in order to support the argument scan

Updated component base class documentation

Added test to AliHLTComponent unit test

14 years agoAdding an abstract interface which provides OCDB functionality within the libHLTbase
richterm [Tue, 7 Jul 2009 16:58:58 +0000 (16:58 +0000)]
Adding an abstract interface which provides OCDB functionality within the libHLTbase
and the implementation in libHLTrec. Keeps the libHLTbase free from AliRoot dependencies.
The AliHLTMisc methods can be extended later for other purposes.

14 years agoUpdate tracking class and macros, and pid class to read correctly the ESDs
gconesab [Tue, 7 Jul 2009 15:49:40 +0000 (15:49 +0000)]
Update tracking class and macros, and pid class to read correctly the ESDs

14 years agoFix tracklet writing
cblume [Tue, 7 Jul 2009 15:13:26 +0000 (15:13 +0000)]
Fix tracklet writing

14 years agoFixed some errors
pulvir [Tue, 7 Jul 2009 14:56:45 +0000 (14:56 +0000)]
Fixed some errors

14 years agoHardcoded module number removed; fixed errors of previous commit.
policheh [Tue, 7 Jul 2009 14:30:56 +0000 (14:30 +0000)]
Hardcoded module number removed; fixed errors of previous commit.

14 years agoAdded protection, for missing pileup vertices when reading older data, avoid segfault...
kleinb [Tue, 7 Jul 2009 14:24:05 +0000 (14:24 +0000)]
Added protection, for missing pileup vertices when reading older data, avoid segfault in Print() method in this case

14 years agoIncrease version number
cblume [Tue, 7 Jul 2009 14:14:23 +0000 (14:14 +0000)]
Increase version number

14 years agoBugs in CheckConsistency, more warnings (with PLamen)
lietava [Tue, 7 Jul 2009 14:14:22 +0000 (14:14 +0000)]
Bugs in CheckConsistency, more warnings (with PLamen)

14 years agoBugs in CheckConsistency, more warnings (with PLamen)
lietava [Tue, 7 Jul 2009 14:12:47 +0000 (14:12 +0000)]
Bugs in CheckConsistency, more warnings (with PLamen)

14 years agoChanges in STEER:
hristov [Tue, 7 Jul 2009 14:09:43 +0000 (14:09 +0000)]
Changes in STEER:

      * If the number of detectors is set to 0 (zero) in AliFMDMap, it
        will assume that the data contained is 51,200 entries -
        corresponding exactly to the number of channels in the FMD.
        This is the default mode of operation for most maps - in
        particular the multiplicity map of AliESDFMD.   Before, one
        would specify 3 detectors, 2 rings, 40 sectors, and 512 strips,
        resulting in 3*2*40*512=122880 entries - or 71680 entries that
        would never be used.  This change will effectively more than
        half the amount of memory used by AliESDFMD.
      * Implemented the member function AliFMDMap::CalcCoords to go from
        array index to detector coordinates
        (detector,ring,sector,strip).
      * Implemented *=, /=, +=, and -= between AliFMDMap objects, and
        *, /, +, and - operators that return an AliFMDFloatMap object.
        The implementation will access the contained arrays sequentially
        for optimal speed (unrolled nested loops).   This would allow us
        to the ADC->Energy conversion like

                energy = (adc - pedestal) * gain

        where energy, adc, pedestal, and gain are all AliFMDFloatMap
        objects.  Special care is taken if the maps do not have the same
        dimensions.
      * Implemented AliFMDMap::ForEach that takes an object of a
        sub-class of AliFMDMap::ForOne and applies the relevant
        functional operator to each element.  The internal array is
        accessed sequentially for optimal speed (unrolled nested
        loops).
      * Define AliESDFMD::ForEach that will loop over all entries and
        apply the functional operator of the supplied object of a
        sub-class of AliESDFMD::ForOne to each element in turn.  The
        loop is unrolled.

Changes in FMD:

      * AliFMD***Map now defaults to construct with exactly 51200
        entries.  Maps with fewer entries can still be made (like
        before) by explicit use of constructor arguments.
      * Calibration and digitizer code constructs AliFMD***Map with
        minimal sizes needed.

These changes committed by Peter HRISTOV on behalf of Christian Holm
Christensen.

14 years agoError in Digits2Raw method corrected
coppedis [Tue, 7 Jul 2009 14:09:34 +0000 (14:09 +0000)]
Error in Digits2Raw method corrected

14 years agoNew macros for analysis train ESDtoAOD, compliant with analysis framework, possibilit...
martinez [Tue, 7 Jul 2009 14:08:31 +0000 (14:08 +0000)]
New macros for analysis train ESDtoAOD, compliant with analysis framework, possibility of adding AOD-branch with MC truth, running locally and in AliEn with and without AliEn pluggins (Roberta)

14 years agoCalib and Cosmic options added to the parameters for reconstruction
gconesab [Tue, 7 Jul 2009 13:19:03 +0000 (13:19 +0000)]
Calib and Cosmic options added to the parameters for reconstruction

14 years agoBug in ZDC reconstructor corrected
coppedis [Tue, 7 Jul 2009 12:27:22 +0000 (12:27 +0000)]
Bug in ZDC reconstructor corrected

14 years agoAdditional protection in case we have more clusters than the size of the array
hristov [Tue, 7 Jul 2009 11:29:13 +0000 (11:29 +0000)]
Additional protection in case we have more clusters than the size of the array

14 years agoFirst version of the merging function to be used for CAF and GRID
pchrist [Tue, 7 Jul 2009 11:26:52 +0000 (11:26 +0000)]
First version of the merging function to be used for CAF and GRID

14 years agoA new function for propagating the tracks taking into account all three components...
belikov [Tue, 7 Jul 2009 09:53:35 +0000 (09:53 +0000)]
A new function for propagating the tracks taking into account all three components of the magnetic field.

14 years agoFirst look at the global tracking mode: usage of asymmetric bins to reach high pT
pchrist [Tue, 7 Jul 2009 08:31:21 +0000 (08:31 +0000)]
First look at the global tracking mode: usage of asymmetric bins to reach high pT

14 years agoChanged production mode bit to an int.
agheata [Tue, 7 Jul 2009 08:04:22 +0000 (08:04 +0000)]
Changed production mode bit to an int.

14 years agoExample for adding a private task (Chiara B)
dainese [Mon, 6 Jul 2009 20:47:54 +0000 (20:47 +0000)]
Example for adding a private task (Chiara B)

14 years agoTest script
cholm [Mon, 6 Jul 2009 20:45:52 +0000 (20:45 +0000)]
Test script

14 years agoHistograms in a TList (Chiara B)
dainese [Mon, 6 Jul 2009 20:45:41 +0000 (20:45 +0000)]
Histograms in a TList (Chiara B)

14 years agomacro to merge output from performance train (Jacek)
jotwinow [Mon, 6 Jul 2009 17:27:13 +0000 (17:27 +0000)]
macro to merge output from performance train  (Jacek)

14 years agomacro to run performance train (Jacek)
jotwinow [Mon, 6 Jul 2009 17:25:18 +0000 (17:25 +0000)]
macro to run performance train  (Jacek)

14 years agomacro to run AliPerformanceMC (Jacek)
jotwinow [Mon, 6 Jul 2009 17:24:29 +0000 (17:24 +0000)]
macro to run AliPerformanceMC  (Jacek)

14 years agoREADME for performance classes (Jacek)
jotwinow [Mon, 6 Jul 2009 17:22:52 +0000 (17:22 +0000)]
README for performance classes  (Jacek)

14 years agodescription added (Jacek)
jotwinow [Mon, 6 Jul 2009 17:21:01 +0000 (17:21 +0000)]
description added  (Jacek)

14 years agodescription added (Jacek)
jotwinow [Mon, 6 Jul 2009 17:19:46 +0000 (17:19 +0000)]
description added  (Jacek)

14 years agonew component AliPerformanceMC (Jacek)
jotwinow [Mon, 6 Jul 2009 17:18:31 +0000 (17:18 +0000)]
new component AliPerformanceMC  (Jacek)

14 years agonew component AliPerformanceMC (Jacek)
jotwinow [Mon, 6 Jul 2009 17:18:03 +0000 (17:18 +0000)]
new component AliPerformanceMC  (Jacek)

14 years agonew component to check tracking algorithms (Jacek)
jotwinow [Mon, 6 Jul 2009 17:17:00 +0000 (17:17 +0000)]
new component to check tracking algorithms (Jacek)

14 years agopossiblity to read ESD friends and TPC outer check (Jacek)
jotwinow [Mon, 6 Jul 2009 17:14:26 +0000 (17:14 +0000)]
possiblity to read ESD friends and TPC outer check (Jacek)

14 years agopossiblity to read ESD friends and DCA cut removed (Jacek)
jotwinow [Mon, 6 Jul 2009 17:13:47 +0000 (17:13 +0000)]
possiblity to read ESD friends and DCA cut removed (Jacek)

14 years agopossiblity to read ESD friends (Jacek)
jotwinow [Mon, 6 Jul 2009 17:12:08 +0000 (17:12 +0000)]
possiblity to read ESD friends (Jacek)

14 years agopossiblity to read ESD friends (Jacek)
jotwinow [Mon, 6 Jul 2009 17:11:33 +0000 (17:11 +0000)]
possiblity to read ESD friends (Jacek)

14 years agopossiblity to read ESD friends (Jacek)
jotwinow [Mon, 6 Jul 2009 17:10:56 +0000 (17:10 +0000)]
possiblity to read ESD friends (Jacek)

14 years agopossiblity to read ESD friends (Jacek)
jotwinow [Mon, 6 Jul 2009 17:10:31 +0000 (17:10 +0000)]
possiblity to read ESD friends (Jacek)

14 years agopossiblity to read ESD friends (Jacek)
jotwinow [Mon, 6 Jul 2009 17:10:10 +0000 (17:10 +0000)]
possiblity to read ESD friends (Jacek)

14 years agopossiblity to read ESD friends (Jacek)
jotwinow [Mon, 6 Jul 2009 17:06:52 +0000 (17:06 +0000)]
possiblity to read ESD friends (Jacek)

14 years agoUpdate of the Default selection criteria
marian [Mon, 6 Jul 2009 16:46:17 +0000 (16:46 +0000)]
Update of the Default selection criteria

14 years agoBug with relId numbering in MakeDigits() is fixed
kharlov [Mon, 6 Jul 2009 16:12:27 +0000 (16:12 +0000)]
Bug with relId numbering in MakeDigits() is fixed

14 years agoWe should fill the rest of the CTP data into esd even if the interaction records...
cvetan [Mon, 6 Jul 2009 15:40:12 +0000 (15:40 +0000)]
We should fill the rest of the CTP data into esd even if the interaction records are not there.

14 years agoCorrect class checksum
coppedis [Mon, 6 Jul 2009 14:50:17 +0000 (14:50 +0000)]
Correct class checksum

14 years agoAvoid warnings while loading OCDB entries
coppedis [Mon, 6 Jul 2009 14:44:14 +0000 (14:44 +0000)]
Avoid warnings while loading OCDB entries

14 years agosmall correction
agheata [Mon, 6 Jul 2009 13:56:49 +0000 (13:56 +0000)]
small correction

14 years agoFixing bug in configuration object.
aszostak [Mon, 6 Jul 2009 12:37:06 +0000 (12:37 +0000)]
Fixing bug in configuration object.

14 years agobug is fixed
basanta [Mon, 6 Jul 2009 12:26:10 +0000 (12:26 +0000)]
bug is fixed

14 years agoPath added to executable (inside generated jdl)
agheata [Mon, 6 Jul 2009 12:11:42 +0000 (12:11 +0000)]
Path added to executable (inside generated jdl)

14 years agoBug fix: possibility to increase the number of the branches in the debug stream ...
hristov [Mon, 6 Jul 2009 12:00:35 +0000 (12:00 +0000)]
Bug fix: possibility to increase the number of the branches in the debug stream (Marian)

14 years agoNew version of the analysis train. Added omega to 3 pions PWG4 analysis. Production...
agheata [Mon, 6 Jul 2009 09:41:01 +0000 (09:41 +0000)]
New version of the analysis train. Added omega to 3 pions PWG4 analysis. Production mode supported.

14 years agoFixed error in macro
pulvir [Mon, 6 Jul 2009 08:49:45 +0000 (08:49 +0000)]
Fixed error in macro

14 years agoRemoving wrong library settings
hristov [Mon, 6 Jul 2009 06:43:25 +0000 (06:43 +0000)]
Removing wrong library settings

14 years agoMakeImage is now a method of AliCheckerBase, was AliQADataMaker before. This will...
schutz [Sun, 5 Jul 2009 22:03:39 +0000 (22:03 +0000)]
MakeImage is now a method of AliCheckerBase, was AliQADataMaker before. This will allow detectors to add information from the checking on the image

14 years agofix ownerschip of TLists
snelling [Sat, 4 Jul 2009 18:41:15 +0000 (18:41 +0000)]
fix ownerschip of TLists

14 years agobugfix: selection of block collections for HLTOUT blocks now safely working
richterm [Sat, 4 Jul 2009 01:00:13 +0000 (01:00 +0000)]
bugfix: selection of block collections for HLTOUT blocks now safely working
the final writing of the HLT trigger decision has been disabled due to a problem
in filling the HLT tree if the object is present.

14 years agoCompilation of TUHKMgen and EPOS
hristov [Fri, 3 Jul 2009 23:53:42 +0000 (23:53 +0000)]
Compilation of TUHKMgen and EPOS

14 years agoIncremented library version
hristov [Fri, 3 Jul 2009 23:41:59 +0000 (23:41 +0000)]
Incremented library version

14 years agolibPWG3muon needs libCORRFW
hristov [Fri, 3 Jul 2009 23:33:28 +0000 (23:33 +0000)]
libPWG3muon needs libCORRFW

14 years agoZDC scalers (Chiara)
hristov [Fri, 3 Jul 2009 23:05:30 +0000 (23:05 +0000)]
ZDC scalers (Chiara)

14 years agoAliDCSSensor.cxx: corrected copy constructor
hristov [Fri, 3 Jul 2009 22:50:32 +0000 (22:50 +0000)]
AliDCSSensor.cxx: corrected copy constructor
AliDCSSensorArray.h/.cxx: Added SetSensor functions

Haavard

14 years agotechnical changes:
richterm [Fri, 3 Jul 2009 22:50:18 +0000 (22:50 +0000)]
technical changes:
- increasing library versions
- setting svn:ignore to filter out Makefile.in

14 years agoUsing the updated V0 parameters (Ana)
hristov [Fri, 3 Jul 2009 22:42:07 +0000 (22:42 +0000)]
Using the updated V0 parameters (Ana)

14 years agoupdating the ESD tracks with the result of the ITS reconstruction
richterm [Fri, 3 Jul 2009 22:03:32 +0000 (22:03 +0000)]
updating the ESD tracks with the result of the ITS reconstruction

14 years agoFix for IR array in ESD header. The previous implementation was giving a crash while...
cvetan [Fri, 3 Jul 2009 22:02:16 +0000 (22:02 +0000)]
Fix for IR array in ESD header. The previous implementation was giving a crash while streaming the ESD. The fix has to be cross-checked.

14 years agobugfix: increasing the const offset for the output size. The former value
richterm [Fri, 3 Jul 2009 21:55:58 +0000 (21:55 +0000)]
bugfix: increasing the const offset for the output size. The former value
did not take the additional size due to ROOT object streaming into account

14 years agoremove verbosity
schutz [Fri, 3 Jul 2009 21:55:09 +0000 (21:55 +0000)]
remove verbosity

14 years agoreverting OCDB/HLT/ConfigMUON/MansoTrackerFSM to r 30923 due to bug
richterm [Fri, 3 Jul 2009 21:54:19 +0000 (21:54 +0000)]
reverting OCDB/HLT/ConfigMUON/MansoTrackerFSM to r 30923 due to bug
https://savannah.cern.ch/bugs/?52733

14 years agotypo: SDigits instead of Digits
schutz [Fri, 3 Jul 2009 21:53:32 +0000 (21:53 +0000)]
typo: SDigits instead of Digits

14 years agoincrement the event counter only in even loop and not in task loop
schutz [Fri, 3 Jul 2009 21:52:16 +0000 (21:52 +0000)]
increment the event counter only in even loop and not in task loop

14 years agomake Init methods public
schutz [Fri, 3 Jul 2009 21:50:52 +0000 (21:50 +0000)]
make Init methods public

14 years agomake Init methods public
schutz [Fri, 3 Jul 2009 21:50:21 +0000 (21:50 +0000)]
make Init methods public

14 years agospecified projecile and target to the generator
schutz [Fri, 3 Jul 2009 21:46:01 +0000 (21:46 +0000)]
specified projecile and target to the generator

14 years agoRAW QA only for calibration events
alla [Fri, 3 Jul 2009 21:14:04 +0000 (21:14 +0000)]
RAW QA only for calibration events

14 years agoMemory leak fixed
cvetan [Fri, 3 Jul 2009 21:05:42 +0000 (21:05 +0000)]
Memory leak fixed

14 years agoNew algorithm in Multiplicity reconstructor + several mods in the TrackleterSPDEff...
masera [Fri, 3 Jul 2009 20:58:10 +0000 (20:58 +0000)]
New algorithm in Multiplicity reconstructor + several mods in the TrackleterSPDEff class, in the ITS RecoParam and in the reconstructor (D. Elia)

14 years agoPlease be more careful - never cache the data from the reco-params, but rather use...
cvetan [Fri, 3 Jul 2009 20:51:46 +0000 (20:51 +0000)]
Please be more careful - never cache the data from the reco-params, but rather use them directly in the reconstruct methods. Bug fix to a crash in the init of the reconstruction.

14 years agoSimplifying the macro
laphecet [Fri, 3 Jul 2009 20:32:47 +0000 (20:32 +0000)]
Simplifying the macro

14 years ago- make sure all tracks are treated in the same way during track improvement
laphecet [Fri, 3 Jul 2009 20:27:17 +0000 (20:27 +0000)]
- make sure all tracks are treated in the same way during track improvement
- protection in Smoother against tracks made of only 2 clusters

Philippe P.

14 years agoModifications to use 1D SDD clusters for tracking (A. Dainese)
masera [Fri, 3 Jul 2009 20:19:57 +0000 (20:19 +0000)]
Modifications to use 1D SDD clusters for tracking (A. Dainese)

14 years agoUsing switch for- Tot charge/Max charge
marian [Fri, 3 Jul 2009 20:08:59 +0000 (20:08 +0000)]
Using switch for- Tot charge/Max charge
Getters declared constant

14 years agoAdding switch - usage of maximal or total charge for dEdx
marian [Fri, 3 Jul 2009 19:54:58 +0000 (19:54 +0000)]
Adding switch - usage of maximal or total charge for dEdx
Upper and lower limit for truncated dEdx calculation

(Marian)

14 years agoAdding dummy drift velocity calibration
marian [Fri, 3 Jul 2009 19:21:16 +0000 (19:21 +0000)]
Adding dummy drift velocity calibration

14 years agoCosmetic fixes
kharlov [Fri, 3 Jul 2009 19:13:57 +0000 (19:13 +0000)]
Cosmetic fixes

14 years agoTRU hardware addresses are added
kharlov [Fri, 3 Jul 2009 19:12:25 +0000 (19:12 +0000)]
TRU hardware addresses are added