]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoSetting default storage implemented
agheata [Mon, 12 Apr 2010 07:52:50 +0000 (07:52 +0000)]
Setting default storage implemented

14 years ago(Temporary) fix for problem in xrootd: reconnecting to alien after forking.
zampolli [Mon, 12 Apr 2010 07:49:46 +0000 (07:49 +0000)]
(Temporary) fix for problem in xrootd: reconnecting to alien after forking.

14 years agoBug fixed.
zampolli [Mon, 12 Apr 2010 07:30:49 +0000 (07:30 +0000)]
Bug fixed.
Extra controls added.

14 years agobugfixes for the HLT build system:
richterm [Mon, 12 Apr 2010 06:53:24 +0000 (06:53 +0000)]
bugfixes for the HLT build system:
- dependencies resolved correctly
- creating the links to external files only if they do not yet exist

14 years agoextending unit test for AliHLTComponent by a sample event processing sequence
richterm [Mon, 12 Apr 2010 06:33:37 +0000 (06:33 +0000)]
extending unit test for AliHLTComponent by a sample event processing sequence

14 years agobugfix: setting the runNo correctly in the run descriptor
richterm [Mon, 12 Apr 2010 06:32:34 +0000 (06:32 +0000)]
bugfix: setting the runNo correctly in the run descriptor
bug https://savannah.cern.ch/bugs/?57917

14 years ago- minor improvements/corrections
kkanaki [Sun, 11 Apr 2010 22:53:07 +0000 (22:53 +0000)]
- minor improvements/corrections

14 years ago- filled the vertex histograms in the correct place
kkanaki [Sun, 11 Apr 2010 21:32:11 +0000 (21:32 +0000)]
- filled the vertex histograms in the correct place
- corrected calculation of track DCA to primary vertex

14 years agoremove checking of MC lable of track and cluster to set the goodness or badness of...
gconesab [Sun, 11 Apr 2010 18:45:38 +0000 (18:45 +0000)]
remove checking of MC lable of track and cluster to set the goodness or badness of the match, was causing problems and should be done at the analysis level

14 years agosubtract RCU L1Phase from time measurement, and try to avoid data jumps in sample...
dsilverm [Sun, 11 Apr 2010 18:37:24 +0000 (18:37 +0000)]
subtract RCU L1Phase from time measurement, and try to avoid data jumps in sample selection

14 years agoFixing typo.
zampolli [Sun, 11 Apr 2010 15:43:45 +0000 (15:43 +0000)]
Fixing typo.

14 years agoFix in the size of the stored array
shahoian [Sun, 11 Apr 2010 14:24:44 +0000 (14:24 +0000)]
Fix in the size of the stored array

14 years agoUpdating test files, both to run local tests, and for the Shuttle nightly tests.
zampolli [Sun, 11 Apr 2010 06:34:18 +0000 (06:34 +0000)]
Updating test files, both to run local tests, and for the Shuttle nightly tests.
(Ruben + Chiara)

14 years agoincluding the two classes AliDCSClient and AliDCSMessage from the SHUTTLE module...
richterm [Sat, 10 Apr 2010 23:27:42 +0000 (23:27 +0000)]
including the two classes AliDCSClient and AliDCSMessage from the SHUTTLE module into the HLT build of the pendolino lib.
The pendolino librray is now independent of external libraries when it is created from the HLT build system.

14 years agoimplementing functions required by the AliShuttleInterface
richterm [Sat, 10 Apr 2010 22:35:18 +0000 (22:35 +0000)]
implementing functions required by the AliShuttleInterface
adding logging function
adding list reader class from external package in order to have consistent library

14 years agoUpdate to profit from record-by-record reading capabilites of the AliLHCReader
shahoian [Sat, 10 Apr 2010 22:25:34 +0000 (22:25 +0000)]
Update to profit from record-by-record reading capabilites of the AliLHCReader

14 years ago- added analysis task with some global track properties retrieved from AliESDtrack...
kkanaki [Sat, 10 Apr 2010 21:25:24 +0000 (21:25 +0000)]
- added analysis task with some global track properties retrieved from AliESDtrack (more histograms to be included)
- updated macro

14 years agosorry - typo
dsilverm [Sat, 10 Apr 2010 09:56:18 +0000 (09:56 +0000)]
sorry - typo

14 years agoselect only raw data events where the EMCAL was included (needed for calibration...
dsilverm [Fri, 9 Apr 2010 22:33:23 +0000 (22:33 +0000)]
select only raw data events where the EMCAL was included (needed for calibration events)

14 years agoGet selected digit via method, not direct member access (changed in root trunk).
mtadel [Fri, 9 Apr 2010 20:18:12 +0000 (20:18 +0000)]
Get selected digit via method, not direct member access (changed in root trunk).

14 years agouse the TRD flag of a standalone track - kTRDout instead of kTRDin (Theo)
richterm [Fri, 9 Apr 2010 20:12:20 +0000 (20:12 +0000)]
use the TRD flag of a standalone track - kTRDout instead of kTRDin (Theo)

14 years agosetter functions can be made constant as they do not affect the members of the object...
richterm [Fri, 9 Apr 2010 20:07:34 +0000 (20:07 +0000)]
setter functions can be made constant as they do not affect the members of the object but an outside memory block

14 years agoCoding conventions in AliACORDEConstants class corrected
mrodrigu [Fri, 9 Apr 2010 17:08:04 +0000 (17:08 +0000)]
Coding conventions in AliACORDEConstants class corrected

14 years agoAdded contructor to create an object from the DCS file name (instead of the TMap)
shahoian [Fri, 9 Apr 2010 16:52:50 +0000 (16:52 +0000)]
Added contructor to create an object from the DCS file name (instead of the TMap)
(using new AliLHCReader ReadSingleLHCDP method)
Added possibility to fill the object from the text file

14 years agoTEveVector is now a typedef -- replace forward declaration with include.
mtadel [Fri, 9 Apr 2010 16:23:04 +0000 (16:23 +0000)]
TEveVector is now a typedef -- replace forward declaration with include.

14 years agoCorrect circular dependence between EMCALbase and EMCALsim
gconesab [Fri, 9 Apr 2010 16:13:21 +0000 (16:13 +0000)]
Correct circular dependence between EMCALbase and EMCALsim
Move AliEMCALClusterizer from EMCALbase to EMCALrec
Update PAR Makefile to allow the compilation of several EMCAL libraries at the same time

14 years ago- added the ITS analysis task and updated the running macro
kkanaki [Fri, 9 Apr 2010 15:49:25 +0000 (15:49 +0000)]
- added the ITS analysis task and updated the running macro

14 years ago- add option for the user to switch on and off the detector tasks. If no argument...
kkanaki [Fri, 9 Apr 2010 15:27:57 +0000 (15:27 +0000)]
- add option for the user to switch on and off the detector tasks. If no argument is used, by default
  all detector tasks will be included (so far only tpc and phos are present).

14 years agoImplementation of a function to parse the LHC data file only for a specific
zampolli [Fri, 9 Apr 2010 14:59:56 +0000 (14:59 +0000)]
Implementation of a function to parse the LHC data file only for a specific
entry --> returning a TObjArray.
Corresponding changes in the GRP preprocessor.

14 years ago- added the PHOS task to the running macro
kkanaki [Fri, 9 Apr 2010 14:55:48 +0000 (14:55 +0000)]
- added the PHOS task to the running macro

14 years agoOCDB calib data: removal of gain values. Will be put in a separate OCDB entry as...
cvetan [Fri, 9 Apr 2010 14:36:46 +0000 (14:36 +0000)]
OCDB calib data: removal of gain values. Will be put in a separate OCDB entry as they come from lab data and not from shuttle. The rest of the changes are related to the brand new digitization code which uses OCDB from RAW.

14 years agoUpdated OCDB entries taken from 2009 RAW OCDB. The Pb-Pb entry is put temporarely...
cvetan [Fri, 9 Apr 2010 14:33:13 +0000 (14:33 +0000)]
Updated OCDB entries taken from 2009 RAW OCDB. The Pb-Pb entry is put temporarely in an OCDB sub-folder until we find a proper solution.

14 years ago- added analysis task for comparing offline HLT PHOS properties
kkanaki [Fri, 9 Apr 2010 14:04:51 +0000 (14:04 +0000)]
- added analysis task for comparing offline HLT PHOS properties

14 years agoCoding Conventions
fca [Fri, 9 Apr 2010 13:43:20 +0000 (13:43 +0000)]
Coding Conventions

14 years agoadded cuts and order of flags
snelling [Fri, 9 Apr 2010 13:39:43 +0000 (13:39 +0000)]
added cuts and order of flags

14 years agoremoving printf
richterm [Fri, 9 Apr 2010 13:29:10 +0000 (13:29 +0000)]
removing printf

14 years ago- added analysis task for comparing the HLT with the offline esd tree, mainly on...
kkanaki [Fri, 9 Apr 2010 13:29:07 +0000 (13:29 +0000)]
- added analysis task for comparing the HLT with the offline esd tree, mainly on TPC properties.

14 years agorestoring compilation with v4-18-Release
richterm [Fri, 9 Apr 2010 13:24:23 +0000 (13:24 +0000)]
restoring compilation with v4-18-Release

14 years agoadding check for AliESDCaloCluster r38477
richterm [Fri, 9 Apr 2010 13:22:27 +0000 (13:22 +0000)]
adding check for AliESDCaloCluster r38477

14 years agochanged path to physics selection macro
snelling [Fri, 9 Apr 2010 13:15:41 +0000 (13:15 +0000)]
changed path to physics selection macro

14 years agoBug fix
dainese [Fri, 9 Apr 2010 11:52:15 +0000 (11:52 +0000)]
Bug fix

14 years agoAdded error message in configuration string parsing
slindal [Fri, 9 Apr 2010 11:12:23 +0000 (11:12 +0000)]
Added error message in configuration string parsing

14 years agoupdate default parameters
bhippoly [Fri, 9 Apr 2010 10:28:20 +0000 (10:28 +0000)]
update default parameters

14 years agoAdded support for the parameterized integral of the Bx/Bz.By/Bz and
shahoian [Fri, 9 Apr 2010 09:54:20 +0000 (09:54 +0000)]
Added support for the parameterized integral of the Bx/Bz.By/Bz and
(Bx/Bz)^2+(By/Bz)^2 (and the same in the cyl.frame) calculation:
AliMagF::GetTPCRatInt(xyz,ratint)
AliMagF::GetTPCRatIntCyl(rphiz,ratint_cyl)
The ratios integrals (as well as the integrals of the components, GetTPCInt)
are calculated from 0 to provided z.

14 years agoFrom Mihaela: Physics selection wagon added (including related modifications in AddTa...
agheata [Fri, 9 Apr 2010 09:11:44 +0000 (09:11 +0000)]
From Mihaela: Physics selection wagon added (including related modifications in AddTask macros) + new features of the plugin

14 years agounresolved symbol fix; unimplemented method declaration commented out - to be impleme...
mploskon [Thu, 8 Apr 2010 23:21:54 +0000 (23:21 +0000)]
unresolved symbol fix; unimplemented method declaration commented out - to be implemented when necessary

14 years agorestoring compatibility with both trunk and v4-18-Release
richterm [Thu, 8 Apr 2010 23:19:32 +0000 (23:19 +0000)]
restoring compatibility with both trunk and v4-18-Release

14 years agoadding compatibility check for AliTPCClusterParam r40128
richterm [Thu, 8 Apr 2010 23:16:13 +0000 (23:16 +0000)]
adding compatibility check for AliTPCClusterParam r40128

14 years agousing CheckCTPTrigger instead of EvaluateCTPTriggerClass
richterm [Thu, 8 Apr 2010 22:08:53 +0000 (22:08 +0000)]
using CheckCTPTrigger instead of EvaluateCTPTriggerClass
the new function CheckCTPTrigger is better suited for checking the occurence
of single trigger classes. The return value indicates whether the trigger is
active or not, or whether the class is not included in the setup at all.

14 years agoadding new functionality to component base class
richterm [Thu, 8 Apr 2010 22:06:08 +0000 (22:06 +0000)]
adding new functionality to component base class
  /**
   * Check state of a trigger class.
   * If the class name is not part of the current trigger setup (i.e. ECS parameter
   * does not contain a trigger definition for this class name) the function
   * returns -1
   * @note the function requires the setup of the CTP handling for the component by
   * invoking SetupCTPData() from DoInit()
   * @return -1 class name not initialized,
   *          0 trigger not active
   *          1 trigger active
   */
  int CheckCTPTrigger(const char* name) const;

14 years agoadd histograms: distributions of eta, phi and pt (Theo)
richterm [Thu, 8 Apr 2010 21:34:49 +0000 (21:34 +0000)]
add histograms: distributions of eta, phi and pt (Theo)

14 years agoremoving deprecated backward compatibility code for AliTRDrecoParam r34995
richterm [Thu, 8 Apr 2010 21:32:58 +0000 (21:32 +0000)]
removing deprecated backward compatibility code for AliTRDrecoParam r34995

14 years agosetting event type of the ESD to 7 (Theo)
richterm [Thu, 8 Apr 2010 21:31:05 +0000 (21:31 +0000)]
setting event type of the ESD to 7 (Theo)

14 years agousing function 'IsDataEvent' instead of checking for specific event types (Theo)
richterm [Thu, 8 Apr 2010 21:30:05 +0000 (21:30 +0000)]
using function 'IsDataEvent' instead of checking for specific event types (Theo)

14 years agoreverting r40128 as it breaks backward compatibility
richterm [Thu, 8 Apr 2010 21:03:39 +0000 (21:03 +0000)]
reverting r40128 as it breaks backward compatibility

14 years agocoding conventions
richterm [Thu, 8 Apr 2010 20:35:52 +0000 (20:35 +0000)]
coding conventions

14 years agoAdded method SetPdestalValue
pavlinov [Thu, 8 Apr 2010 20:21:54 +0000 (20:21 +0000)]
Added method SetPdestalValue

14 years agoenable keyword substitution
richterm [Thu, 8 Apr 2010 20:16:38 +0000 (20:16 +0000)]
enable keyword substitution

14 years agoadding argument names in function definitions
richterm [Thu, 8 Apr 2010 20:15:12 +0000 (20:15 +0000)]
adding argument names in function definitions

14 years agocoding conventions
richterm [Thu, 8 Apr 2010 20:09:06 +0000 (20:09 +0000)]
coding conventions

14 years agoDA PHYSICS output
alla [Thu, 8 Apr 2010 16:49:56 +0000 (16:49 +0000)]
DA PHYSICS output

14 years agorestore original alignment file until discrepancies between survey calculations are...
jklay [Thu, 8 Apr 2010 16:40:05 +0000 (16:40 +0000)]
restore original alignment file until discrepancies between survey calculations are resolved

14 years agoUpdating jdls (arguments correctly passed and used), and script to perform merging...
zampolli [Thu, 8 Apr 2010 16:23:12 +0000 (16:23 +0000)]
Updating jdls (arguments correctly passed and used), and script to perform merging+OCDB filling.

14 years agoExporting AliOmegaDalitz.h used in AliPythia.h
hristov [Thu, 8 Apr 2010 16:02:39 +0000 (16:02 +0000)]
Exporting AliOmegaDalitz.h used in AliPythia.h

14 years agoA correction in the comment
belikov [Thu, 8 Apr 2010 15:16:52 +0000 (15:16 +0000)]
A correction in the comment

14 years agoPutting an AliWarning in the M() function
belikov [Thu, 8 Apr 2010 15:09:06 +0000 (15:09 +0000)]
Putting an AliWarning in the M() function

14 years agoUpdating macro to perform merging.
zampolli [Thu, 8 Apr 2010 15:07:41 +0000 (15:07 +0000)]
Updating macro to perform merging.
Adding TPC Calibration macros.
Adding specific jdl ans scrpit to do Merging + OCDB Creation in the same job.

(Marian)

14 years agoUpdates of DIP file processing, mostly for luminosity related records
shahoian [Thu, 8 Apr 2010 13:43:15 +0000 (13:43 +0000)]
Updates of DIP file processing, mostly for luminosity related records

14 years agoAn additional set of static functions (M. Ivanov)
belikov [Thu, 8 Apr 2010 13:31:40 +0000 (13:31 +0000)]
An additional set of static functions (M. Ivanov)

14 years agoexplicitly (Markus)
abercuci [Thu, 8 Apr 2010 13:14:16 +0000 (13:14 +0000)]
explicitly (Markus)

14 years agoM README.Train - readme file
marian [Thu, 8 Apr 2010 13:13:10 +0000 (13:13 +0000)]
M      README.Train            - readme file
M      runPWG1Train.C          - steering macro
D      getCertificateAll.sh    - remove obsolete file
D      MakeSDDPoints.C         - removed obsolete file
A      ConfigTask.txt          - new task configuration file
A      getCertificateBatch.sh  - shell script to make chack on batch farm

 getCertificateBuild.sh  - not yet there

14 years agoadd variable TRD segmentation levels. Possible options are
abercuci [Thu, 8 Apr 2010 13:02:47 +0000 (13:02 +0000)]
add variable TRD segmentation levels. Possible options are
0 : sector [default]
1 : stack
2 : detector

14 years ago prinout moved from AliWarning to AliDebug(10,..)
alla [Thu, 8 Apr 2010 12:35:53 +0000 (12:35 +0000)]
 prinout moved from AliWarning to AliDebug(10,..)

14 years agoMoving back the macro into TPC/macro directory
marian [Thu, 8 Apr 2010 12:08:37 +0000 (12:08 +0000)]
Moving back the macro into TPC/macro directory
(Marian)

14 years agoremoving dupplicated configuration file
marian [Thu, 8 Apr 2010 11:51:36 +0000 (11:51 +0000)]
removing dupplicated configuration file

Setup is taken from the ConfigTask.txt file

Marian

14 years agoremove assignment operator in case of leaks
gconesab [Thu, 8 Apr 2010 11:46:23 +0000 (11:46 +0000)]
remove assignment operator in case of leaks

14 years agoSetting IsDefault after the event specie, otherwise it is not taken into account
hristov [Thu, 8 Apr 2010 11:42:02 +0000 (11:42 +0000)]
Setting IsDefault after the event specie, otherwise it is not taken into account

14 years agochanged logging levels of calo histo producer init
slindal [Thu, 8 Apr 2010 11:39:24 +0000 (11:39 +0000)]
changed logging levels of calo histo producer init

14 years agoFor Pythia with tune don't switch off MI in ConfigHeavyFlavor
morsch [Thu, 8 Apr 2010 10:26:34 +0000 (10:26 +0000)]
For Pythia with tune don't switch off MI in ConfigHeavyFlavor

14 years agoAdded event ID in filename of screen images
slindal [Thu, 8 Apr 2010 10:20:25 +0000 (10:20 +0000)]
Added event ID in filename of screen images

14 years agoFill Chi2perNDF (from TPC) for AliAODtrack
morsch [Thu, 8 Apr 2010 10:19:15 +0000 (10:19 +0000)]
Fill Chi2perNDF (from TPC) for AliAODtrack

14 years agofixed warnings
slindal [Thu, 8 Apr 2010 10:02:11 +0000 (10:02 +0000)]
fixed warnings

14 years agoAdded "Save Viewers" button and functionality to alihlteve
slindal [Thu, 8 Apr 2010 10:02:02 +0000 (10:02 +0000)]
Added "Save Viewers" button and functionality to alihlteve

14 years agoNew pt dependent dca cuts.
morsch [Thu, 8 Apr 2010 09:41:07 +0000 (09:41 +0000)]
New pt dependent dca cuts.
(A. Dainese)

14 years ago set new run range and root version, do only run k_T cluster analysis for now, change...
kleinb [Thu, 8 Apr 2010 08:35:09 +0000 (08:35 +0000)]
 set new run range and root version, do only run k_T cluster analysis for now, changed comments

14 years agoStudy jet p_T vs. total mult
kleinb [Thu, 8 Apr 2010 08:32:39 +0000 (08:32 +0000)]
Study jet p_T vs. total mult

14 years agoFixing T0 compilation
fca [Thu, 8 Apr 2010 08:02:03 +0000 (08:02 +0000)]
Fixing T0 compilation

14 years agofixing a minor memory leak. Objects from the standard content had been removed from...
richterm [Thu, 8 Apr 2010 07:55:39 +0000 (07:55 +0000)]
fixing a minor memory leak. Objects from the standard content had been removed from the list without destroying the actual objects

14 years agoextended AliHLTCTPData test. Generating nested class names and checking further funct...
richterm [Thu, 8 Apr 2010 07:13:01 +0000 (07:13 +0000)]
extended AliHLTCTPData test. Generating nested class names and checking further functionality.
correcting compilation warning

14 years agoadding support for similar class names (e.g 'mytrigger', 'mytriggerA'). This
richterm [Thu, 8 Apr 2010 07:10:26 +0000 (07:10 +0000)]
adding support for similar class names (e.g 'mytrigger', 'mytriggerA'). This
had been ommitted in the first implementation of EvaluateCTPTriggerClass

Adding new method to check the status of a trigger. Can be used instead of
EvaluateCTPTriggerClass as this function requires to have the exact class name
present in the running trigger configuration.
  /**
   * Check state of a trigger class.
   * If the class name is not part of the current trigger setup (i.e. ECS parameter
   * does not contain a trigger definition for this class name) the function
   * returns -1
   * @return -1 class name not initialized,
   *          0 trigger not active
   *          1 trigger active
   */
  int CheckTrigger(const char* name) const;

14 years agocode cleanup, delete some backward compatibility code and call functions of AliHLTSys...
richterm [Thu, 8 Apr 2010 07:01:52 +0000 (07:01 +0000)]
code cleanup, delete some backward compatibility code and call functions of AliHLTSystem directly
the code concerned old AliRoot version where the HLT/rec was not part of the HLT build system
long in the past

14 years agoadding cleanup of HLT memory pages
richterm [Thu, 8 Apr 2010 06:58:01 +0000 (06:58 +0000)]
adding cleanup of HLT memory pages

14 years agoenable keyword substitution
richterm [Thu, 8 Apr 2010 06:56:38 +0000 (06:56 +0000)]
enable keyword substitution

14 years agochanging names of local variables in accordance with coding conventions
richterm [Thu, 8 Apr 2010 06:54:58 +0000 (06:54 +0000)]
changing names of local variables in accordance with coding conventions

14 years agochanging the class name in accordance wit coding conventions and adding
richterm [Thu, 8 Apr 2010 06:50:00 +0000 (06:50 +0000)]
changing the class name in accordance wit coding conventions and adding
typedef for backward compatibility`

14 years agoupdating documentation
richterm [Thu, 8 Apr 2010 06:48:16 +0000 (06:48 +0000)]
updating documentation

14 years agoupdating documentation
richterm [Thu, 8 Apr 2010 06:46:44 +0000 (06:46 +0000)]
updating documentation

14 years agoalignment objects for EMCAL_FIRSTYEAR geometry from survey
jklay [Thu, 8 Apr 2010 04:49:40 +0000 (04:49 +0000)]
alignment objects for EMCAL_FIRSTYEAR geometry from survey

14 years agoupdates to read survey parameters from EDMS info
jklay [Thu, 8 Apr 2010 04:48:53 +0000 (04:48 +0000)]
updates to read survey parameters from EDMS info

14 years agoadding survey file in AliSurveyObj format
jklay [Thu, 8 Apr 2010 00:28:34 +0000 (00:28 +0000)]
adding survey file in AliSurveyObj format