]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoCompilation warning fixed
cvetan [Mon, 12 Jul 2010 15:09:03 +0000 (15:09 +0000)]
Compilation warning fixed

13 years agoDplus task used AliAODPidHF via AliRDHFCutsDplustoKpipi (Renu, Francesco)
dainese [Mon, 12 Jul 2010 15:04:02 +0000 (15:04 +0000)]
Dplus task used AliAODPidHF via AliRDHFCutsDplustoKpipi (Renu, Francesco)

13 years agocorrect setting of names of refference arrays in AliAnaParticleJetLeadingConeCorrelation
gconesab [Mon, 12 Jul 2010 14:38:09 +0000 (14:38 +0000)]
correct setting of names of refference arrays in AliAnaParticleJetLeadingConeCorrelation

13 years agocorrect warnings mainly due to bad printing format
gconesab [Mon, 12 Jul 2010 14:24:17 +0000 (14:24 +0000)]
correct warnings mainly due to bad printing format

13 years agoCompilation warnings fixed.
cvetan [Mon, 12 Jul 2010 14:06:37 +0000 (14:06 +0000)]
Compilation warnings fixed.

13 years agosmall changes
jotwinow [Mon, 12 Jul 2010 14:04:35 +0000 (14:04 +0000)]
small changes

13 years agowarning removal
jotwinow [Mon, 12 Jul 2010 14:03:58 +0000 (14:03 +0000)]
warning removal

13 years agoWarning corrected
dainese [Mon, 12 Jul 2010 13:56:00 +0000 (13:56 +0000)]
Warning corrected

13 years agoWarnings corrected.
morsch [Mon, 12 Jul 2010 13:53:51 +0000 (13:53 +0000)]
Warnings corrected.

13 years agoCompilation warning fixed.
cvetan [Mon, 12 Jul 2010 13:53:29 +0000 (13:53 +0000)]
Compilation warning fixed.

13 years agoFixed 0x%lx warning
agheata [Mon, 12 Jul 2010 13:50:29 +0000 (13:50 +0000)]
Fixed 0x%lx warning

13 years agofixed warning
kleinb [Mon, 12 Jul 2010 13:45:26 +0000 (13:45 +0000)]
fixed warning

13 years agoWhoops
cholm [Mon, 12 Jul 2010 13:42:39 +0000 (13:42 +0000)]
Whoops

13 years agoAdding a energy calib object for ZPs
coppedis [Mon, 12 Jul 2010 13:41:40 +0000 (13:41 +0000)]
Adding a energy calib object for ZPs

13 years agoAllow for debugging flag
cholm [Mon, 12 Jul 2010 13:37:20 +0000 (13:37 +0000)]
Allow for debugging flag

13 years agoMake sure all arrays are initialized properly in the ReadSOD member function.
cholm [Mon, 12 Jul 2010 13:36:46 +0000 (13:36 +0000)]
Make sure all arrays are initialized properly in the ReadSOD member function.
Do _not_ vote on the settings.  Instead write out useless values for the
effected cards.  In this way, we can more easily detect problems.

13 years agoMinor thing :-)
cholm [Mon, 12 Jul 2010 13:34:39 +0000 (13:34 +0000)]
Minor thing :-)

13 years agofixing two warnings
jgrosseo [Mon, 12 Jul 2010 13:34:22 +0000 (13:34 +0000)]
fixing two warnings

13 years agoBug in the WriteToFile member functions meant that we _always_ wrote the
cholm [Mon, 12 Jul 2010 13:33:59 +0000 (13:33 +0000)]
Bug in the WriteToFile member functions meant that we _always_ wrote the
_same_ value for both inner/outer cards.  The 'board' index was taken to
be just that, but in reality it is a half-ring index - very different.
Since we've been running with symmetric set-ups, this is not a problem.
However, this change should be proted to the release

13 years agoFixed wrong mapping from sectors to board. It was
cholm [Mon, 12 Jul 2010 13:30:05 +0000 (13:30 +0000)]
Fixed wrong mapping from sectors to board.   It was

   Inners:  Sector  0-> 9  mapped to board 0x00
            Sector 10->19  mapped to board 0x10
   Outers:  Sectir  0->19  mapped to board 0x01
            Sector 20->39  mapped to board 0x11

The correct mapping is the opposite:

   Inners:  Sector  0-> 9  mapped to board 0x10
            Sector 10->19  mapped to board 0x00
   Outers:  Sectir  0->19  mapped to board 0x11
            Sector 20->39  mapped to board 0x01

Note, that this _only_ effected the QA histograms, since it's the
only place where the Sector2Board member function is called.   I found
this bug in our laborartory set-up.

13 years agoAdd comments and fix warnings
cholm [Mon, 12 Jul 2010 13:23:43 +0000 (13:23 +0000)]
Add comments and fix warnings

13 years agoAdd comments and fix warnings
cholm [Mon, 12 Jul 2010 13:21:53 +0000 (13:21 +0000)]
Add comments and fix warnings

13 years agogeneral code audit, added documentation about AliESDtrack update sequence
richterm [Mon, 12 Jul 2010 12:30:12 +0000 (12:30 +0000)]
general code audit, added documentation about AliESDtrack update sequence
- MC labels had not been set correctly if the ITS tracker did not return an associated label, in such a case the TPC label is correctly kept
  still it needs to be verified why the tracker finds a track but does not assign any label
  bug https://savannah.cern.ch/bugs/?69713
- AliESDtrack outer parameter was overwritten by wrong parameters coming from the ITS tracker,
  this fixes partly bug https://savannah.cern.ch/bugs/index.php?69872
  update with kITSout is skipped now, should be done for ITS standalone tracks only
- wrong kTPCout reference point set for the display, skip update with flag kTPCout
  bug https://savannah.cern.ch/bugs/index.php?69875
  the correct propagation to the last TPC cluster needs to be found

13 years agoRemoving badly placed code (copy/paste error)
hristov [Mon, 12 Jul 2010 12:26:24 +0000 (12:26 +0000)]
Removing badly placed code (copy/paste error)

13 years agoFix for copy/paste error
hristov [Mon, 12 Jul 2010 12:25:51 +0000 (12:25 +0000)]
Fix for copy/paste error

13 years agoUpdates (Eulogio Serradilla <eulogio.serradilla@ciemat.es>)
morsch [Mon, 12 Jul 2010 10:19:23 +0000 (10:19 +0000)]
Updates (Eulogio Serradilla <eulogio.serradilla@ciemat.es>)

13 years agoWriting to the production OCDB switched off; only reference data are writing.
policheh [Mon, 12 Jul 2010 09:30:07 +0000 (09:30 +0000)]
Writing to the production OCDB switched off; only reference data are writing.

13 years agoBug fix (Alessandro)
dainese [Mon, 12 Jul 2010 09:09:36 +0000 (09:09 +0000)]
Bug fix (Alessandro)

13 years agoSwitch off ROOT error messages if desired, added different event selection for the...
kleinb [Mon, 12 Jul 2010 06:43:28 +0000 (06:43 +0000)]
Switch off ROOT error messages if desired, added different event selection for the jet spectrum analysis

13 years agoUse constant char array instead of TString (Theo)
cblume [Sun, 11 Jul 2010 17:49:34 +0000 (17:49 +0000)]
Use constant char array instead of TString (Theo)

13 years agoMajor restructuring of the AliCFContainer steps + introduction of a switch to run...
pchrist [Sun, 11 Jul 2010 13:13:27 +0000 (13:13 +0000)]
Major restructuring of the AliCFContainer steps + introduction of a switch to run the QA while doing analysis

13 years agoFixing some warning and memory leaks (Michal)
pchrist [Sat, 10 Jul 2010 22:13:16 +0000 (22:13 +0000)]
Fixing some warning and memory leaks (Michal)

13 years agoAdded new cuts, fixed bug in backround calculation.
kaamodt [Sat, 10 Jul 2010 13:21:54 +0000 (13:21 +0000)]
Added new cuts, fixed bug in backround calculation.

13 years agoSmall bugfixes to AliPhysicsSelection (Constantin) and to AliBackgroundSelection
mfloris [Sat, 10 Jul 2010 06:15:35 +0000 (06:15 +0000)]
Small bugfixes to AliPhysicsSelection (Constantin) and to AliBackgroundSelection

13 years agoUpdates for pile-up vertex (F. Prino)
morsch [Fri, 9 Jul 2010 17:54:41 +0000 (17:54 +0000)]
Updates for pile-up vertex (F. Prino)

13 years agoUpdates for pile-up vertex (F. Prino)
morsch [Fri, 9 Jul 2010 17:52:22 +0000 (17:52 +0000)]
Updates for pile-up vertex (F. Prino)

13 years agoAdded list of good runs (from RCT) for LHC10b and LHC10c
dainese [Fri, 9 Jul 2010 17:22:18 +0000 (17:22 +0000)]
Added list of good runs (from RCT) for LHC10b and LHC10c

13 years agoAdded list of good runs (from RCT) for LHC10b and LHC10c
dainese [Fri, 9 Jul 2010 17:15:04 +0000 (17:15 +0000)]
Added list of good runs (from RCT) for LHC10b and LHC10c

13 years agoUpdated macro (Renu)
dainese [Fri, 9 Jul 2010 16:39:08 +0000 (16:39 +0000)]
Updated macro (Renu)

13 years agoUpdates in DrawRatios
mfloris [Fri, 9 Jul 2010 16:34:06 +0000 (16:34 +0000)]
Updates in DrawRatios

13 years agoMove LoadLibraries.C to macros/
dainese [Fri, 9 Jul 2010 16:31:15 +0000 (16:31 +0000)]
Move LoadLibraries.C to macros/

13 years agoMove LoadLibraries.C to macros/
dainese [Fri, 9 Jul 2010 16:31:02 +0000 (16:31 +0000)]
Move LoadLibraries.C to macros/

13 years agoAdded method Misalign() to smear impact parameters and vertex position (Andrea R)
dainese [Fri, 9 Jul 2010 16:29:11 +0000 (16:29 +0000)]
Added method Misalign() to smear impact parameters and vertex position (Andrea R)

13 years agoAdded data member of type AliAODPidHF (Francesco)
dainese [Fri, 9 Jul 2010 16:15:04 +0000 (16:15 +0000)]
Added data member of type AliAODPidHF (Francesco)

13 years agoUpdates in pid class for external configurability (Rossella, Francesco)
dainese [Fri, 9 Jul 2010 16:04:23 +0000 (16:04 +0000)]
Updates in pid class for external configurability (Rossella, Francesco)

13 years agonew format to select counters to be printed out or displayed: "rubric1:[any-]key1...
dainese [Fri, 9 Jul 2010 15:58:49 +0000 (15:58 +0000)]
new format to select counters to be printed out or displayed: "rubric1:[any-]key1,key2,key3,.../rubric2:[any-]key1,...":
- selected key words must be separated by comas.
- If you add "any-" in front of the list of selected key words, the result is the integral of counters over all key words of that rubric (or the content of the key word "any" if it exist) minus the integral of counters over the list of selected key words. Otherwise, the result is simply the integral of counters over the list of selected key words.
- In the particular case of selections made on a rubric that is also displayed, this will simply select the key words to be displayed or not.

Philippe P

13 years agoadded SelectCollisionCandidates J. Otwinowski
jotwinow [Fri, 9 Jul 2010 14:53:29 +0000 (14:53 +0000)]
added SelectCollisionCandidates J. Otwinowski

13 years agomodifications by Simone Schuchmann
jotwinow [Fri, 9 Jul 2010 14:41:02 +0000 (14:41 +0000)]
modifications by Simone Schuchmann

13 years agomodifications by Simone Schuchmann
jotwinow [Fri, 9 Jul 2010 14:40:40 +0000 (14:40 +0000)]
modifications by Simone Schuchmann

13 years agoLast bunch of tiny changes in the online rec.C.
cvetan [Fri, 9 Jul 2010 14:09:25 +0000 (14:09 +0000)]
Last bunch of tiny changes in the online rec.C.

13 years agoBugfix, make sure m2 of invariant mass pair is positive
slindal [Fri, 9 Jul 2010 11:44:41 +0000 (11:44 +0000)]
Bugfix, make sure m2 of invariant mass pair is positive

13 years agoAdding the CTP time (mis)alignment from the OCDB into the sim/rec chain. Correcting...
cvetan [Fri, 9 Jul 2010 11:21:42 +0000 (11:21 +0000)]
Adding the CTP time (mis)alignment from the OCDB into the sim/rec chain. Correcting also the sign of the general L0->L1 delay which was wrong.

13 years agoPile-up vertices added to AODEvent. (F. Prino)
morsch [Fri, 9 Jul 2010 10:57:29 +0000 (10:57 +0000)]
Pile-up vertices added to AODEvent. (F. Prino)

13 years agonow combining 3 detectors
mfloris [Fri, 9 Jul 2010 10:55:00 +0000 (10:55 +0000)]
now combining 3 detectors

13 years agoAdding dummy object for HighMult specie
coppedis [Fri, 9 Jul 2010 10:14:14 +0000 (10:14 +0000)]
Adding dummy object for HighMult specie

13 years agoAdd flag to control exclusion of modules in SDD QA task. (F. Prino)
morsch [Fri, 9 Jul 2010 09:38:15 +0000 (09:38 +0000)]
Add flag to control exclusion of modules in SDD QA task. (F. Prino)

13 years agoFixing coding conventions.
mfloris [Fri, 9 Jul 2010 09:29:59 +0000 (09:29 +0000)]
Fixing coding conventions.

13 years agoAdding CTP time-align object in OCDB.
cvetan [Fri, 9 Jul 2010 09:07:55 +0000 (09:07 +0000)]
Adding CTP time-align object in OCDB.

13 years ago-Fixed bug preventing all clusters from being added to histograms
slindal [Fri, 9 Jul 2010 08:52:12 +0000 (08:52 +0000)]
-Fixed bug preventing all clusters from being added to histograms
-Removed spaces in histogram names

13 years agoAliLatexTable: fixing a few issues (was not compiling with some gcc versions)
mfloris [Fri, 9 Jul 2010 08:45:59 +0000 (08:45 +0000)]
AliLatexTable: fixing a few issues (was not compiling with some gcc versions)

13 years agoAdding QA ref object for Calib specie
coppedis [Fri, 9 Jul 2010 08:03:59 +0000 (08:03 +0000)]
Adding QA ref object for Calib specie

13 years agochange the default emcal geometry name to the firstyear geometry
gconesab [Fri, 9 Jul 2010 07:31:43 +0000 (07:31 +0000)]
change the default emcal geometry name to the firstyear geometry

13 years agoTDC added to monitor ZDC timing via DQM
coppedis [Fri, 9 Jul 2010 05:50:17 +0000 (05:50 +0000)]
TDC added to monitor ZDC timing via DQM

13 years agoQA ref object for Cosmic specie
coppedis [Thu, 8 Jul 2010 19:27:41 +0000 (19:27 +0000)]
QA ref object for Cosmic specie

13 years agocalculating number of calibration evetns according signal on RP
alla [Thu, 8 Jul 2010 19:14:16 +0000 (19:14 +0000)]
calculating number of calibration evetns according signal on RP

13 years agorevert some local changes related to code not yet committed
gconesab [Thu, 8 Jul 2010 18:12:13 +0000 (18:12 +0000)]
revert some local changes related to code not yet committed

13 years agoInitialize in maker the reader and calorimeter utils pointers only if requested and...
gconesab [Thu, 8 Jul 2010 18:05:25 +0000 (18:05 +0000)]
Initialize in maker the reader and calorimeter utils pointers only if requested and not setted before.
Increase binning in one histogram of QA for cell behaviour studies
Correct PartCorr wagon macro setting the name of the reference objarrays produced by each correlation analysis.

13 years agoTypo fixed
dperrino [Thu, 8 Jul 2010 17:55:31 +0000 (17:55 +0000)]
Typo fixed

13 years agoIn vmctest/production:
ivana [Thu, 8 Jul 2010 17:07:15 +0000 (17:07 +0000)]
In vmctest/production:
Updating macros sim.C, rec.C with their current version in:
/alice/cern.ch/user/a/aliprod/LHC10x_long

13 years agoCode updates with bugfixes; new PID class; filtered AOD config macro
andronic [Thu, 8 Jul 2010 16:53:05 +0000 (16:53 +0000)]
Code updates with bugfixes; new PID class; filtered AOD config macro

13 years agoRemoved hardwired path
marian [Thu, 8 Jul 2010 16:44:33 +0000 (16:44 +0000)]
Removed hardwired path
Update reference runs
(Jens)

13 years agoCode to combine and fit ID spectra (pi/K/p).
mfloris [Thu, 8 Jul 2010 16:08:14 +0000 (16:08 +0000)]
Code to combine and fit ID spectra (pi/K/p).
Warning: introduces a dependece from libMinuit on LibPWGspectra

13 years agoCreation of the calibration summary files on Alien
marian [Thu, 8 Jul 2010 14:41:05 +0000 (14:41 +0000)]
Creation of the calibration summary files on Alien
(Stefan)

13 years agoSpeedup of visualization.
marian [Thu, 8 Jul 2010 14:33:53 +0000 (14:33 +0000)]
Speedup of visualization.
make summary file

13 years ago -- possibility to dump information in step manager
marian [Thu, 8 Jul 2010 14:13:20 +0000 (14:13 +0000)]
  -- possibility to dump information in step manager
  -- important to compare Geant3/Fluka and Geant4 on hit level
  == more information will come later

// You can dump here what you need
      // function  CreateDebugStremer() to be called in the Config.C  macro
      // if you want to enable it
      // By default debug streaemer is OFF

13 years agoFixing coding conventions
mrodrigu [Thu, 8 Jul 2010 13:40:55 +0000 (13:40 +0000)]
Fixing coding conventions

13 years agoCall SetCrossingAngle. (G. Luparello)
morsch [Thu, 8 Jul 2010 13:23:25 +0000 (13:23 +0000)]
Call SetCrossingAngle. (G. Luparello)

13 years agoAdded QA ref object for ZDC LowMult
coppedis [Thu, 8 Jul 2010 13:18:56 +0000 (13:18 +0000)]
Added QA ref object for ZDC LowMult

13 years agoUpdates on Event Selection, do not take into account ITSonly track (Marta)
kleinb [Thu, 8 Jul 2010 12:58:42 +0000 (12:58 +0000)]
Updates on Event Selection, do not take into account ITSonly track (Marta)

13 years agoAdding C0SCO-D-NOPF-FAST.
cvetan [Thu, 8 Jul 2010 12:38:03 +0000 (12:38 +0000)]
Adding C0SCO-D-NOPF-FAST.

13 years agoTemporarily removed the check if the provided dataset exists. To use ExistDataset...
agheata [Thu, 8 Jul 2010 12:06:04 +0000 (12:06 +0000)]
Temporarily removed the check if the provided dataset exists. To use ExistDataset finctionality in future.

13 years agoIn Config.C:
ivana [Thu, 8 Jul 2010 11:13:17 +0000 (11:13 +0000)]
In Config.C:
- Activated TPC->SetPrimaryIonisation();
- Adding setting of max step in low density materials to 1 cm

13 years agoUpdate format - the misalignment field is now not per input but in the L1 to L0 delay.
cvetan [Thu, 8 Jul 2010 10:55:31 +0000 (10:55 +0000)]
Update format - the misalignment field is now not per input but in the L1 to L0 delay.

13 years agoadding cosmics selection (Marta)
kleinb [Thu, 8 Jul 2010 10:33:02 +0000 (10:33 +0000)]
adding cosmics selection (Marta)

13 years agoUpdating track cuts and removing functionality that is now in separate cosmics tasks
kleinb [Thu, 8 Jul 2010 10:32:41 +0000 (10:32 +0000)]
Updating track cuts and removing functionality that is now in separate cosmics tasks

13 years agoadding cosmics selection (Marta)
kleinb [Thu, 8 Jul 2010 10:30:54 +0000 (10:30 +0000)]
adding cosmics selection (Marta)

13 years agofix warnings
jotwinow [Thu, 8 Jul 2010 09:52:44 +0000 (09:52 +0000)]
fix warnings

13 years agofix typo
abercuci [Thu, 8 Jul 2010 09:42:35 +0000 (09:42 +0000)]
fix typo

13 years agofixed warnings
kleinb [Thu, 8 Jul 2010 09:17:50 +0000 (09:17 +0000)]
fixed warnings

13 years agosmall changes in TPCITS
jotwinow [Thu, 8 Jul 2010 08:58:10 +0000 (08:58 +0000)]
small changes in TPCITS

13 years agoLimit print outs
kleinb [Thu, 8 Jul 2010 08:57:47 +0000 (08:57 +0000)]
Limit print outs

13 years agoCompiler warnings removed
kowal2 [Thu, 8 Jul 2010 08:37:31 +0000 (08:37 +0000)]
Compiler warnings removed

13 years agoLinear gradient inside radiators. Height in the radiator used to find temperature
dibari [Thu, 8 Jul 2010 08:27:52 +0000 (08:27 +0000)]
Linear gradient inside radiators. Height in the radiator used to find temperature
Ring reconstructed with at least 3 photons (fake rings with nPhot<3 eliminated)

13 years agochange track quality cuts : DCA and N TPC clusters (Markus)
abercuci [Thu, 8 Jul 2010 07:14:14 +0000 (07:14 +0000)]
change track quality cuts : DCA and N TPC clusters (Markus)

13 years agofixes for TRD digits visualization
abercuci [Thu, 8 Jul 2010 07:12:06 +0000 (07:12 +0000)]
fixes for TRD digits visualization

13 years agoEasier access to Slection info added
kleinb [Wed, 7 Jul 2010 16:01:24 +0000 (16:01 +0000)]
Easier access to Slection info added

13 years agomove pointer initiazization from the wrong place
gconesab [Wed, 7 Jul 2010 15:57:28 +0000 (15:57 +0000)]
move pointer initiazization from the wrong place

13 years agoMove initialization of common analysis services pointers from init parameters to...
gconesab [Wed, 7 Jul 2010 15:06:19 +0000 (15:06 +0000)]
Move initialization of common analysis services pointers from init parameters to the first call of the services.

13 years agoAdded details to SDD and SPD geometry(M. Sitta). Cleanup of AliITSGeometrySPD
masera [Wed, 7 Jul 2010 14:41:35 +0000 (14:41 +0000)]
Added details to SDD and SPD geometry(M. Sitta). Cleanup of AliITSGeometrySPD

13 years agoCoding violations corrected.
morsch [Wed, 7 Jul 2010 14:36:26 +0000 (14:36 +0000)]
Coding violations corrected.