]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
12 years agoadd macro to set HLTUsage
jthaeder [Mon, 10 Oct 2011 10:54:27 +0000 (10:54 +0000)]
add macro to set HLTUsage

12 years agoGlobal re-calibration added, Nonlinearity _on_ by default
prsnko [Mon, 10 Oct 2011 09:11:13 +0000 (09:11 +0000)]
Global re-calibration added, Nonlinearity _on_ by default

12 years agoPass min E cut to unfolding class
gconesab [Mon, 10 Oct 2011 08:32:12 +0000 (08:32 +0000)]
Pass min E cut to unfolding class

12 years agoUpdate the output file only in case minimum number of physics events is reached....
cvetan [Mon, 10 Oct 2011 08:13:35 +0000 (08:13 +0000)]
Update the output file only in case minimum number of physics events is reached. Otherwise the results accumulated from previous runs.

12 years agoAdding liblzma.a
hristov [Mon, 10 Oct 2011 08:09:31 +0000 (08:09 +0000)]
Adding liblzma.a

12 years agoFixing coverity defects: 17612, 17611
slindal [Mon, 10 Oct 2011 07:20:14 +0000 (07:20 +0000)]
Fixing coverity defects: 17612, 17611

12 years agoDecalibration restored (was erroneously deleted in a previous commit).
policheh [Mon, 10 Oct 2011 06:50:27 +0000 (06:50 +0000)]
Decalibration restored (was erroneously deleted in a previous commit).

12 years agoSentNSysInfo propagated to the generated test
agheata [Mon, 10 Oct 2011 06:48:36 +0000 (06:48 +0000)]
SentNSysInfo propagated to the generated test

12 years agoimproved handleing of HLT input
jthaeder [Mon, 10 Oct 2011 05:21:16 +0000 (05:21 +0000)]
improved handleing of HLT input

12 years agoIn case of unfolding, the splitted energy of the shared cells must not be lower than...
gconesab [Sun, 9 Oct 2011 18:24:36 +0000 (18:24 +0000)]
In case of unfolding, the splitted energy of the shared cells must not be lower than threshold used in normal cells, in such case, do not split the cell and put it in cluster with more energy, from Adam

12 years agoIn case of recalibrating all cells, check not only the energy recalibration flag...
gconesab [Sun, 9 Oct 2011 18:13:10 +0000 (18:13 +0000)]
In case of recalibrating all cells, check not only the energy recalibration flag but also the time recalibration flag

12 years agoAdd possibility to apply non-linearity to cells
prsnko [Sun, 9 Oct 2011 17:59:48 +0000 (17:59 +0000)]
Add possibility to apply non-linearity to cells

12 years agoPass the name of the MC model (Geant3, Geant4, Fluka), and title (G4 Physics list...
gconesab [Sun, 9 Oct 2011 17:59:42 +0000 (17:59 +0000)]
Pass the name of the MC model (Geant3, Geant4, Fluka), and title (G4 Physics list) to the geometry to set accordingly the sampling fraction. First approximate values for the sampling fraction in G4 based on recent grid G4 simulations

12 years agoFix number of events in Add method
laphecet [Sun, 9 Oct 2011 14:36:11 +0000 (14:36 +0000)]
Fix number of events in Add method

12 years agoCoverity fixes in QA and Pi0EbE
gconesab [Sun, 9 Oct 2011 09:36:55 +0000 (09:36 +0000)]
Coverity fixes in QA and Pi0EbE
Pi0EbE: Add time per selected cluster and ncells per selected cluster histogram, remove diff time vs asymmetry histogram; Simplify code filling shower shape histograms, move to method
Electron: Add time histogram

12 years agoUpdates (Michael Weber)
pchrist [Sun, 9 Oct 2011 08:46:48 +0000 (08:46 +0000)]
Updates (Michael Weber)

12 years agoremoving unused code to correct compilation warning
richterm [Sat, 8 Oct 2011 23:26:45 +0000 (23:26 +0000)]
removing unused code to correct compilation warning

12 years agoadding histogram to monitor the number of failed cluster verifications; bugfix: corre...
richterm [Sat, 8 Oct 2011 23:21:14 +0000 (23:21 +0000)]
adding histogram to monitor the number of failed cluster verifications; bugfix: correcting the sigmaY/Z^2 histograms by taking pad width and time pitch into account

12 years agobetter assignment of remaining clusters to tracks; minor bugfix in the calculation...
richterm [Sat, 8 Oct 2011 23:18:27 +0000 (23:18 +0000)]
better assignment of remaining clusters to tracks; minor bugfix in the calculation of the compression ratio: in verification mode the cluster id blocks had been wrongly taken into account

12 years agosorting the raw trackpoints in the array to be better consistent with loop over padro...
richterm [Sat, 8 Oct 2011 23:14:26 +0000 (23:14 +0000)]
sorting the raw trackpoints in the array to be better consistent with loop over padrows, the unordered sequence caused in rare circumstances decoding errors due to misidentification of trackpoint ids with rows; adding fatal error message if pad or time of an associate cluster exceeds the range for the compressed format

12 years agorecover the SM number, removed by mistake
gconesab [Sat, 8 Oct 2011 13:20:02 +0000 (13:20 +0000)]
recover the SM number, removed by mistake

12 years agoAdd histograms to study shower shape changes when modifying weight parameter for...
gconesab [Sat, 8 Oct 2011 12:52:50 +0000 (12:52 +0000)]
Add histograms to study shower shape changes when modifying weight parameter for selected electrons or decay photons

12 years agoMajor refactoring of the class, many parts of the code moved to different methods...
gconesab [Sat, 8 Oct 2011 10:53:32 +0000 (10:53 +0000)]
Major refactoring of the class, many parts of the code moved to different methods, to make the code more readable
Methods to study logaritmic weight added

12 years agoReader: Add possibility to recalculate TOF of clusters after recalibration; CaloUtils...
gconesab [Sat, 8 Oct 2011 06:57:30 +0000 (06:57 +0000)]
Reader: Add possibility to recalculate TOF of clusters after recalibration; CaloUtils: Add access methods to set eta-phi cuts for EMCAL track matching

12 years agoforgotten lines in the member initialization list (thanks to Cvetan for noticing)
rgrosso [Fri, 7 Oct 2011 15:46:39 +0000 (15:46 +0000)]
forgotten lines in the member initialization list (thanks to Cvetan for noticing)

12 years agoFixes for the FMD train
akisiel [Fri, 7 Oct 2011 15:05:22 +0000 (15:05 +0000)]
Fixes for the FMD train

12 years agoCorrection of additional compilation errors from the first compilation trial.
cvetan [Fri, 7 Oct 2011 13:52:46 +0000 (13:52 +0000)]
Correction of additional compilation errors from the first compilation trial.

12 years agoCorrection of compilation errors from the first compilation trial.
cvetan [Fri, 7 Oct 2011 13:50:11 +0000 (13:50 +0000)]
Correction of compilation errors from the first compilation trial.

12 years agoInitial version of channel equalization DA for Pb-Pb data.
cvetan [Fri, 7 Oct 2011 13:44:00 +0000 (13:44 +0000)]
Initial version of channel equalization DA for Pb-Pb data.

12 years agoMacros to process the output of the PWG1 QA train for PHOS
kharlov [Fri, 7 Oct 2011 13:27:08 +0000 (13:27 +0000)]
Macros to process the output of the PWG1 QA train for PHOS

12 years agoadded macro to read online readout information
rpreghen [Fri, 7 Oct 2011 13:12:17 +0000 (13:12 +0000)]
added macro to read online readout information

12 years agoupdate to TOF cpass0 task: provide monitoring information
rpreghen [Fri, 7 Oct 2011 13:03:05 +0000 (13:03 +0000)]
update to TOF cpass0 task: provide monitoring information

12 years agoupdate to macro to read online histos
rpreghen [Fri, 7 Oct 2011 13:01:40 +0000 (13:01 +0000)]
update to macro to read online histos

12 years agoupdate to macro to check active channels
rpreghen [Fri, 7 Oct 2011 13:00:47 +0000 (13:00 +0000)]
update to macro to check active channels

12 years agoadded method to draw correlation graphs
rpreghen [Fri, 7 Oct 2011 13:00:17 +0000 (13:00 +0000)]
added method to draw correlation graphs

12 years agoAdded analysis task for effiency studies (original by Veronica Canoa Roman). Now...
esicking [Fri, 7 Oct 2011 13:00:15 +0000 (13:00 +0000)]
Added analysis task for effiency studies (original by Veronica Canoa Roman). Now, different track types can be tested (global, TPC, ITS). It can be used to study nuclei and anti-nuclei transport, too.

12 years agoInstall scripts when ALIROOT does not point to sources
cholm [Fri, 7 Oct 2011 12:01:40 +0000 (12:01 +0000)]
Install scripts when ALIROOT does not point to sources

12 years agoMake sure PWG2/FORWARD/analysis2 is in the macro path
cholm [Fri, 7 Oct 2011 11:59:45 +0000 (11:59 +0000)]
Make sure PWG2/FORWARD/analysis2 is in the macro path

12 years agobugfix: flags and running mode for HLTOUTComponent to run only one chain and write...
richterm [Fri, 7 Oct 2011 10:52:51 +0000 (10:52 +0000)]
bugfix: flags and running mode for HLTOUTComponent to run only one chain and write both digits and raw data with selected hltout-mode option

12 years agoUsing the AliHLTTPCDataCompressionDecoder in the offline cluster access through
richterm [Fri, 7 Oct 2011 10:47:09 +0000 (10:47 +0000)]
Using the AliHLTTPCDataCompressionDecoder in the offline cluster access through
a container class for TClonesArrays of AliTPCclusterMI.

The access interface AliHLTTPCClusterAccessHLTOUT::Execute propagates the
following return values in the optional 3rd parameter:
 * - >=0 success, number of clusters
 * - -ENODATA  no data in HLTOUT
 * - -EINVAL   invalid parameter/argument
 * - -ENOMEM   memory allocation failed
 * - -EACCESS  no access to HLTOUT
 * - -NODEV    internal error, can not get AliHLTSystem
 * - -ENOBUFS  internal error, can not get cluster array

AliHLTTPCDataCompressionComponent now forwards the cluster MC labels unchanged
since the mapping is done in the decoding.

Correcting the calculation of the compression factor, which was affected by the
additional cluster id data blocks.

12 years agoFixing mail configuration for DQM system.
zampolli [Fri, 7 Oct 2011 10:42:40 +0000 (10:42 +0000)]
Fixing mail configuration for DQM system.

12 years agoadd trigger monitor plot (infoGen)
abercuci [Fri, 7 Oct 2011 10:02:06 +0000 (10:02 +0000)]
add trigger monitor plot (infoGen)
fix range for monitoring Dpt/pt (resolution)

12 years agoSelecting the offline V0s only.
belikov [Fri, 7 Oct 2011 10:01:39 +0000 (10:01 +0000)]
Selecting the offline V0s only.

12 years agoenable keyword substitution
richterm [Fri, 7 Oct 2011 09:59:03 +0000 (09:59 +0000)]
enable keyword substitution

12 years agobugfix: corrected calculation of slice and partition from track point Id
richterm [Fri, 7 Oct 2011 09:57:22 +0000 (09:57 +0000)]
bugfix: corrected calculation of slice and partition from track point Id

12 years agoadding const to function declaration
jgrosseo [Fri, 7 Oct 2011 09:56:38 +0000 (09:56 +0000)]
adding const to function declaration

12 years agousing AliCDBConnect task in test train of TRD
abercuci [Fri, 7 Oct 2011 08:11:06 +0000 (08:11 +0000)]
using AliCDBConnect task in test train of TRD

12 years agofix constantness definition for all compilers
abercuci [Fri, 7 Oct 2011 07:01:59 +0000 (07:01 +0000)]
fix constantness definition for all compilers

12 years agoremove unused data member fTimeList
gconesab [Fri, 7 Oct 2011 06:04:19 +0000 (06:04 +0000)]
remove unused data member fTimeList

12 years agobugfix
jthaeder [Thu, 6 Oct 2011 22:13:21 +0000 (22:13 +0000)]
bugfix

12 years agosort digits and track match updates
loizides [Thu, 6 Oct 2011 20:39:12 +0000 (20:39 +0000)]
sort digits and track match updates

12 years agosort digits
loizides [Thu, 6 Oct 2011 20:37:37 +0000 (20:37 +0000)]
sort digits

12 years agoKorrektion for
morsch [Thu, 6 Oct 2011 19:46:58 +0000 (19:46 +0000)]
Korrektion for
https://savannah.cern.ch/bugs/?func=detailitem&item_id=87177
A. Mastroserio

12 years agoreducing memory consumption in mixed event mode
jgrosseo [Thu, 6 Oct 2011 15:36:48 +0000 (15:36 +0000)]
reducing memory consumption in mixed event mode

12 years agoUpdating FXS base folder for DQM FXS.
zampolli [Thu, 6 Oct 2011 13:28:53 +0000 (13:28 +0000)]
Updating FXS base folder for DQM FXS.

12 years agoUpdating database name for DQM mySQL.
zampolli [Thu, 6 Oct 2011 13:10:38 +0000 (13:10 +0000)]
Updating database name for DQM mySQL.

12 years agoe THnSparse structure to store MC residuals
abercuci [Thu, 6 Oct 2011 13:05:39 +0000 (13:05 +0000)]
e THnSparse structure to store MC residuals

12 years agoevent mixing as parameter
jgrosseo [Thu, 6 Oct 2011 12:27:31 +0000 (12:27 +0000)]
event mixing as parameter

12 years agoremove the destruction of the image array (this is created by the ctor)
schutz [Thu, 6 Oct 2011 11:44:23 +0000 (11:44 +0000)]
remove the destruction of the image array (this is created by the ctor)

12 years agocentrality task runs over all events (before only over kMB)
jgrosseo [Thu, 6 Oct 2011 11:39:15 +0000 (11:39 +0000)]
centrality task runs over all events (before only over kMB)
pass number configurable
file event_stat.root registered with manager in add phys sel macro

12 years agoTake into account SetNtestFiles() in the generated test.
agheata [Thu, 6 Oct 2011 11:24:03 +0000 (11:24 +0000)]
Take into account SetNtestFiles() in the generated test.

12 years agodefining chain 'TPC-hltout-compressionmonitor' to run the TPCDataCompressorMonitor...
richterm [Thu, 6 Oct 2011 10:44:44 +0000 (10:44 +0000)]
defining chain 'TPC-hltout-compressionmonitor' to run the TPCDataCompressorMonitor component directly on recorded data in HLTOUT; removing all command line arguments from the TPC-compression configuration, initialize from OCDB

12 years agoimplementing reading of uncompressed HLT TPC raw clusters
richterm [Thu, 6 Oct 2011 09:37:58 +0000 (09:37 +0000)]
implementing reading of uncompressed HLT TPC raw clusters

12 years agochanging default to -deflater-mode 1
richterm [Thu, 6 Oct 2011 08:58:58 +0000 (08:58 +0000)]
changing default to -deflater-mode 1

12 years agoFixing typo (clang)
fca [Thu, 6 Oct 2011 07:38:24 +0000 (07:38 +0000)]
Fixing typo (clang)

12 years agoBug fix (G. Luparello)
masera [Thu, 6 Oct 2011 07:03:38 +0000 (07:03 +0000)]
Bug fix (G. Luparello)

12 years agoCoverity fixes
coppedis [Thu, 6 Oct 2011 06:53:34 +0000 (06:53 +0000)]
Coverity fixes

12 years agofix compilation warning suggested by Federico
abercuci [Thu, 6 Oct 2011 06:26:37 +0000 (06:26 +0000)]
fix compilation warning suggested by Federico

12 years agobug fix - update to track cuts by Rongrong
mploskon [Wed, 5 Oct 2011 17:20:30 +0000 (17:20 +0000)]
bug fix - update to track cuts by Rongrong

12 years agoTypo
hristov [Wed, 5 Oct 2011 15:36:59 +0000 (15:36 +0000)]
Typo

12 years agoFixes for root trunk
fca [Wed, 5 Oct 2011 15:33:43 +0000 (15:33 +0000)]
Fixes for root trunk

12 years agoSome fixes for the QA train:
cholm [Wed, 5 Oct 2011 13:37:41 +0000 (13:37 +0000)]
Some fixes for the QA train:

- Event inspector writes run number to histogram file
- ForwardQA task does a little debugging - if enabled
- Energy fitter now produces another histogram with number
  of available, empty, low statistics, candidate, and
  actually fitted energy loss spectra
- Script to add task sets up output container in "trending.root"
- Sharing filter has more information in the output
- MC event inspector updated to fit interface
- Clean-up in ForwardAODConfig.C
- (Shell) script to get output of QA train

12 years agoSome extra tests
cholm [Wed, 5 Oct 2011 13:33:37 +0000 (13:33 +0000)]
Some extra tests

12 years agoCoverity fixes
coppedis [Wed, 5 Oct 2011 13:20:44 +0000 (13:20 +0000)]
Coverity fixes

12 years agoUpdating DQM FXS configuration.
zampolli [Wed, 5 Oct 2011 13:10:31 +0000 (13:10 +0000)]
Updating DQM FXS configuration.

12 years agoFix in ImportWrappers that changes correctly the current directory to the file pointe...
agheata [Wed, 5 Oct 2011 07:57:02 +0000 (07:57 +0000)]
Fix in ImportWrappers that changes correctly the current directory to the file pointed by the current container to be imported

12 years agoCoverity fix
laphecet [Wed, 5 Oct 2011 07:05:50 +0000 (07:05 +0000)]
Coverity fix

12 years agoCreating TDC calibration objects ONLY in PHYSICS run
coppedis [Wed, 5 Oct 2011 07:04:47 +0000 (07:04 +0000)]
Creating TDC calibration objects ONLY in PHYSICS run

12 years agoCoverity fix.
zampolli [Wed, 5 Oct 2011 06:44:36 +0000 (06:44 +0000)]
Coverity fix.

12 years agoadding protection for negative array index
richterm [Wed, 5 Oct 2011 06:41:51 +0000 (06:41 +0000)]
adding protection for negative array index

12 years agobug fix VZERO Eventplane
kleinb [Tue, 4 Oct 2011 18:31:18 +0000 (18:31 +0000)]
bug fix VZERO Eventplane

12 years agoFix for daqDA-<det>.exe
anshul.goel [Tue, 4 Oct 2011 13:59:19 +0000 (13:59 +0000)]
Fix for daqDA-<det>.exe

12 years agoChanges for #87282 Request for committing to trunk + port to v5-01 (TRD PID with...
hristov [Tue, 4 Oct 2011 12:40:30 +0000 (12:40 +0000)]
Changes for #87282 Request for committing to trunk + port to v5-01 (TRD PID with AODs)

12 years agomake iterattion to next cluster structure better suited for decoding
richterm [Tue, 4 Oct 2011 12:17:32 +0000 (12:17 +0000)]
make iterattion to next cluster structure better suited for decoding

12 years agoProtection against missing DPs. Recently we got some runs where the RDB manager got...
cvetan [Tue, 4 Oct 2011 12:16:16 +0000 (12:16 +0000)]
Protection against missing DPs. Recently we got some runs where the RDB manager got overloaded leading to missing DPs. From now on in these case the preprocessor will fail. To be ported to the release once the nightly test is passed.

12 years agoManager debug level for the generated test in sync with the current manager setting.
agheata [Tue, 4 Oct 2011 12:10:03 +0000 (12:10 +0000)]
Manager debug level for the generated test in sync with the current manager setting.

12 years agoFixed return value going out of scope (Jan-Fiete)
agheata [Tue, 4 Oct 2011 12:05:02 +0000 (12:05 +0000)]
Fixed return value going out of scope (Jan-Fiete)

12 years agoincreasing mixed event buffer
jgrosseo [Tue, 4 Oct 2011 11:57:37 +0000 (11:57 +0000)]
increasing mixed event buffer

12 years agoremoving obsolete tasks
belikov [Tue, 4 Oct 2011 10:49:45 +0000 (10:49 +0000)]
removing obsolete tasks

12 years agoremoving obsolete tasks
belikov [Tue, 4 Oct 2011 10:46:49 +0000 (10:46 +0000)]
removing obsolete tasks

12 years agoRemoving obsolete tasks (see the tasks in PWG2/SPECTRA/LambdaK0PbPb/ instead)
belikov [Tue, 4 Oct 2011 10:43:11 +0000 (10:43 +0000)]
Removing obsolete tasks (see the tasks in PWG2/SPECTRA/LambdaK0PbPb/ instead)

12 years agoCosmetic changes
belikov [Tue, 4 Oct 2011 10:35:53 +0000 (10:35 +0000)]
Cosmetic changes

12 years agoAn example of a c*tau analysis using ESDs
belikov [Tue, 4 Oct 2011 10:35:26 +0000 (10:35 +0000)]
An example of a c*tau analysis using ESDs

12 years agoupdate (Chiara)
dainese [Tue, 4 Oct 2011 10:16:58 +0000 (10:16 +0000)]
update (Chiara)

12 years agomoving decoding of compressed TPC data to generic class
richterm [Tue, 4 Oct 2011 10:16:06 +0000 (10:16 +0000)]
moving decoding of compressed TPC data to generic class

12 years agoUsing both CPHI7-I and CPHI7-B in LHC11d and as default
mfloris [Tue, 4 Oct 2011 09:46:29 +0000 (09:46 +0000)]
Using both CPHI7-I and CPHI7-B in LHC11d and as default

12 years agoadd possibility to plot Sigma besides Mean
abercuci [Tue, 4 Oct 2011 08:14:58 +0000 (08:14 +0000)]
add possibility to plot Sigma besides Mean

12 years ago- correction of error message
jklein [Tue, 4 Oct 2011 06:33:58 +0000 (06:33 +0000)]
- correction of error message

12 years agoImplementing the possibility of loading the CDB as a snapshot in two ways:
rgrosso [Mon, 3 Oct 2011 21:40:36 +0000 (21:40 +0000)]
Implementing the possibility of loading the CDB as a snapshot in two ways:
1) you suppose you have it locally, in ./OCDB. That will be the case if you untar a CDB tarball.
2) you suppose you can find in some place in alien a root file containing both a map of the
   CDB entries and a list of the corresponding Ids (for the UserInfo)

1) is triggered by using:
cdb->SetDefaultStorage("snapshot://*) where one would put instead of "*" the original alien
location from where the tarball has been built.

2) is triggered by the call:
reco->SetFromCDBSnapshot(filename)
where filename is the name of the file containing the entries map and the ids
list.

1) is implemented in AliCDBLocal and AliCDBLocalParam changes
2) is implemented in AliReconstruction and AliCDBManager changes. For 2) also
the macro macros/MakeCDBSnapshot.C is added, as an example of how to produce
the snapshot file.

Additionally two coding conventions fixed in AliCDBManager (adding const to two parameters).

12 years agoTPC BB parameterization added for LHC11a data
prino [Mon, 3 Oct 2011 20:51:07 +0000 (20:51 +0000)]
TPC BB parameterization added for LHC11a data