]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
15 years agoallowing for arbitrary list of TOF/TRD supermodules to be on/off
rgrosso [Mon, 2 Jun 2008 16:15:08 +0000 (16:15 +0000)]
allowing for arbitrary list of TOF/TRD supermodules to be on/off

15 years ago1. enlarging the recoParam functionality for
hristov [Mon, 2 Jun 2008 15:53:32 +0000 (15:53 +0000)]
1. enlarging the recoParam functionality for
    a.switching on/off vertex constrains in standalone tracking.
     b.moving debugging level and stand alone steering settings from
AliTRDReconstructor to AliTRDrecoParam
2. populating the track list of the tracker (needed by HLT)

Alex

15 years ago- added the pad status regarding the calibration and the saturation to the TObject...
hristov [Mon, 2 Jun 2008 15:44:40 +0000 (15:44 +0000)]
- added the pad status regarding the calibration and the saturation to the TObject::fBits word.
- added new methods to know whether the ESDMuonTrack contains tracker and/or trigger data or not.

Philippe

15 years agoEnlarging the recoParam functionality and populating the track list (needed by HLT)
cblume [Mon, 2 Jun 2008 15:36:18 +0000 (15:36 +0000)]
Enlarging the recoParam functionality and populating the track list (needed by HLT)

15 years agoAdditional protection in case of partial geometry
hristov [Mon, 2 Jun 2008 14:53:29 +0000 (14:53 +0000)]
Additional protection in case of partial geometry

15 years agoReintroduce bug fix 26008
hristov [Mon, 2 Jun 2008 14:47:55 +0000 (14:47 +0000)]
Reintroduce bug fix 26008

15 years agoNew fitting function for straight line tracks (no magnetic field)
cblume [Mon, 2 Jun 2008 14:30:35 +0000 (14:30 +0000)]
New fitting function for straight line tracks (no magnetic field)

15 years agosilvermy@ornl.gov - safety check in AliCaloCalibSignal, and saving objects/class...
dsilverm [Mon, 2 Jun 2008 12:23:31 +0000 (12:23 +0000)]
silvermy@ornl.gov - safety check in AliCaloCalibSignal, and saving objects/class in DA

15 years agoalignment macros from Tomek
alla [Mon, 2 Jun 2008 12:07:27 +0000 (12:07 +0000)]
alignment macros from Tomek

15 years agoAdded analysis task for the cumulants (still some work to do)
snelling [Mon, 2 Jun 2008 11:44:22 +0000 (11:44 +0000)]
Added analysis task for the cumulants (still some work to do)

15 years agoProtection against badly corrupted data leading to a wrong hw addr and negative ...
cvetan [Mon, 2 Jun 2008 10:15:44 +0000 (10:15 +0000)]
Protection against badly corrupted data leading to a wrong hw addr and negative (invalid) pad number (Marian)

15 years agoreturning null and warning when the symbolic name for a missing volume is queried
rgrosso [Mon, 2 Jun 2008 08:55:26 +0000 (08:55 +0000)]
returning null and warning when the symbolic name for a missing volume is queried

15 years agoAdding AddCovariance method
marian [Sun, 1 Jun 2008 13:44:28 +0000 (13:44 +0000)]
Adding AddCovariance method

// Adding systematic errors to the covariance:
//
// The systematic errors due to the misalignment and miscalibration are added to the covariance matrix
// of the tracks (not to the clusters as they are dependent):
// The parameters form AliTPCRecoParam are used AliTPCRecoParam::GetSystematicError
// The systematic errors are expressed there in RMS - position (cm), angle (rad), curvature (1/cm)
// The default values are 0.
//
// The sytematic errors are added to the covariance matrix in following places:
//
// 1. During fisrt itteration - AliTPCtrackerMI::FillESD
// 2. Second iteration -
//      2.a ITS->TPC   - AliTPCtrackerMI::ReadSeeds
//      2.b TPC->TRD   - AliTPCtrackerMI::PropagateBack
// 3. Third iteration  -
//      3.a TRD->TPC   - AliTPCtrackerMI::ReadSeeds
//      3.b TPC->ITS   - AliTPCtrackerMI::RefitInward

15 years agoAdding setter and getter for systematic uncertainty of the track parameters
marian [Sun, 1 Jun 2008 13:41:50 +0000 (13:41 +0000)]
Adding setter and getter for systematic uncertainty of the track parameters

  // Setting for systematic errors addition
  [0] - systematic RMSY
  [1] - systematic RMSZ
  [2] - systematic RMSSNP
  [3] - systematic RMSTheta
  [4] - systematic RMSCuravture -  systematic error in 1/cm not in 1/pt
  //
  //  How to add it example - 3 mm systematic error y, 3 cm systematic error z (drift)
  Double_t sysError[5]={0.3,3, 0.3/150., 3./150.,1/(0.3*150*150.)}
  param->SetSystematicError(sysError);

(Marian)

15 years agoSeting separate names for different recosntruction setup
marian [Sun, 1 Jun 2008 11:56:52 +0000 (11:56 +0000)]
Seting separate names for different recosntruction setup
Adding special setting for HLT setup
(Marian)

15 years agoTyping error (Marian)
marian [Sun, 1 Jun 2008 11:55:24 +0000 (11:55 +0000)]
Typing error (Marian)

15 years agoBug fix by Konstantin
cblume [Sun, 1 Jun 2008 09:51:04 +0000 (09:51 +0000)]
Bug fix by Konstantin

15 years agoReplacing
marian [Sun, 1 Jun 2008 08:59:05 +0000 (08:59 +0000)]
Replacing
//memset(histo,0,kPedMax*sizeof(UShort_t));
for (Int_t i=0; i<kPedmax; i++) histo[i]=0;

The Valgrind complains about uninitialized variables.
(Marian)

15 years agoadding clearance around alignable volumes
jklay [Fri, 30 May 2008 20:07:38 +0000 (20:07 +0000)]
adding clearance around alignable volumes

15 years agolibPWG0selectors depends on libANAYSISalice
hristov [Fri, 30 May 2008 20:00:44 +0000 (20:00 +0000)]
libPWG0selectors depends on libANAYSISalice

15 years agolibEMCALbase depends on libRAWDatabase
hristov [Fri, 30 May 2008 20:00:02 +0000 (20:00 +0000)]
libEMCALbase depends on libRAWDatabase

15 years agoAdding more examples - default selections (marian)
marian [Fri, 30 May 2008 19:41:58 +0000 (19:41 +0000)]
Adding more examples - default selections (marian)

15 years agoBug fix (Panos)
masera [Fri, 30 May 2008 17:57:05 +0000 (17:57 +0000)]
Bug fix (Panos)

15 years agoFixing error codes so that components return negative codes according to HLT convention.
aszostak [Fri, 30 May 2008 17:54:54 +0000 (17:54 +0000)]
Fixing error codes so that components return negative codes according to HLT convention.

15 years agoFix: Only loading geometry if not already loaded.
aszostak [Fri, 30 May 2008 17:53:22 +0000 (17:53 +0000)]
Fix: Only loading geometry if not already loaded.

15 years agoAdd setters and getters for filtering criteria (Marian)
marian [Fri, 30 May 2008 16:38:52 +0000 (16:38 +0000)]
Add setters and getters for filtering criteria (Marian)

15 years agoChanges to the ddl map due to changes in the hardware (E. Fragiacomo)
masera [Fri, 30 May 2008 15:31:55 +0000 (15:31 +0000)]
Changes to the ddl map due to changes in the hardware (E. Fragiacomo)

15 years agoCorrect bit shift for GetVersion
vulpescu [Fri, 30 May 2008 15:19:14 +0000 (15:19 +0000)]
Correct bit shift for GetVersion

15 years agoRegenerated to get rid of file name vs object id mismatch message
laphecet [Fri, 30 May 2008 14:53:06 +0000 (14:53 +0000)]
Regenerated to get rid of file name vs object id mismatch message

15 years agochanged TRD geometry
schutz [Fri, 30 May 2008 14:45:07 +0000 (14:45 +0000)]
changed TRD geometry

15 years agoTypo corrected
cvetan [Fri, 30 May 2008 14:30:48 +0000 (14:30 +0000)]
Typo corrected

15 years agoRegenerated to get rid of file name vs object id mismatch message
laphecet [Fri, 30 May 2008 14:30:34 +0000 (14:30 +0000)]
Regenerated to get rid of file name vs object id mismatch message

15 years agoMacro to fill new AliMUONClusterInfo objects from ESDs (Philippe P.)
laphecet [Fri, 30 May 2008 14:27:35 +0000 (14:27 +0000)]
Macro to fill new AliMUONClusterInfo objects from ESDs (Philippe P.)

15 years agosilvermy@ornl.gov - rewrite of EMCAL preprocessor to use AliEMCALSensorTempArray...
dsilverm [Fri, 30 May 2008 14:25:29 +0000 (14:25 +0000)]
silvermy@ornl.gov - rewrite of EMCAL preprocessor to use AliEMCALSensorTempArray, AliCaloCalib{Pedestal,Signal} classes. Rewrite based on TPC code. Note: Preprocessor is not fully tested, i.e. not quite done yet..

15 years agoNew classes for residual studies (Philippe P.
laphecet [Fri, 30 May 2008 14:17:16 +0000 (14:17 +0000)]
New classes for residual studies (Philippe P.

15 years agoupdated the addition of objects in AliCaloCalibSignal::AddInfo
dsilverm [Fri, 30 May 2008 14:05:45 +0000 (14:05 +0000)]
updated the addition of objects in AliCaloCalibSignal::AddInfo

15 years agoAdded summary plots to the gain DA. Changed the preprocessor to read detector coordin...
hdalsgaa [Fri, 30 May 2008 13:59:36 +0000 (13:59 +0000)]
Added summary plots to the gain DA. Changed the preprocessor to read detector coordinates so it understands the output of the DAs

15 years agosilvermy@ornl.gov - adding AliCaloCalibSignal, from Josh H (UT) and David S (ORNL)
dsilverm [Fri, 30 May 2008 13:42:34 +0000 (13:42 +0000)]
silvermy@ornl.gov - adding AliCaloCalibSignal, from Josh H (UT) and David S (ORNL)

15 years agoMacro to produce SPD vertices with Z and 3D vertexers
masera [Fri, 30 May 2008 13:21:02 +0000 (13:21 +0000)]
Macro to produce SPD vertices with Z and 3D vertexers

15 years agoAdding utility for finding dependancies from Seforo.
aszostak [Fri, 30 May 2008 13:09:14 +0000 (13:09 +0000)]
Adding utility for finding dependancies from Seforo.

15 years agoRead clusters from ESD or RecPoints
vulpescu [Fri, 30 May 2008 13:08:54 +0000 (13:08 +0000)]
Read clusters from ESD or RecPoints

15 years agoUpdated information
vulpescu [Fri, 30 May 2008 13:07:54 +0000 (13:07 +0000)]
Updated information

15 years agoBug fix (vertex from DCA) and code clean-up (Philippe Pillot)
vulpescu [Fri, 30 May 2008 13:07:34 +0000 (13:07 +0000)]
Bug fix (vertex from DCA) and code clean-up (Philippe Pillot)

15 years agosilvermy@ornl.gov - correcting AddInfo calls
dsilverm [Fri, 30 May 2008 13:03:18 +0000 (13:03 +0000)]
silvermy@ornl.gov - correcting AddInfo calls

15 years agoMethod Check updated with some basic checks on histograms (M. Nicassio)
masera [Fri, 30 May 2008 12:30:36 +0000 (12:30 +0000)]
Method Check updated with some basic checks on histograms (M. Nicassio)

15 years agoFix a missmatch between the file name in the DAQ FXS and the SHUTTLE
cblume [Fri, 30 May 2008 11:16:07 +0000 (11:16 +0000)]
Fix a missmatch between the file name in the DAQ FXS and the SHUTTLE

15 years agoAliPHOSRcuDA1 used; comments added
policheh [Fri, 30 May 2008 11:09:22 +0000 (11:09 +0000)]
AliPHOSRcuDA1 used; comments added

15 years agoAlways return time=1
policheh [Fri, 30 May 2008 11:07:23 +0000 (11:07 +0000)]
Always return time=1

15 years agochanged ITS geometry
schutz [Fri, 30 May 2008 10:14:12 +0000 (10:14 +0000)]
changed ITS geometry

15 years ago for current DA
alla [Fri, 30 May 2008 10:01:53 +0000 (10:01 +0000)]
 for current DA

15 years agoModified to be used in trunk (Cynthia H.)
gconesab [Fri, 30 May 2008 09:56:34 +0000 (09:56 +0000)]
Modified to be used in trunk (Cynthia H.)

15 years agorestricting the consistency check for symbolic names to the subdetectors present...
rgrosso [Fri, 30 May 2008 09:47:14 +0000 (09:47 +0000)]
restricting the consistency check for symbolic names to the subdetectors present in the geometry

15 years agoswitch on ACORDE
schutz [Fri, 30 May 2008 09:27:23 +0000 (09:27 +0000)]
switch on ACORDE

15 years agopossibility to read process type from phojet events (Christian)
jgrosseo [Fri, 30 May 2008 09:26:03 +0000 (09:26 +0000)]
possibility to read process type from phojet events (Christian)

15 years agoDebug print removed.
morsch [Fri, 30 May 2008 08:05:32 +0000 (08:05 +0000)]
Debug print removed.

15 years agolibEveDet depends on libFMDbase and libFMDrec
hristov [Fri, 30 May 2008 05:59:03 +0000 (05:59 +0000)]
libEveDet depends on libFMDbase and libFMDrec

15 years agolibMUONevaluation depends on libMUONcalib
hristov [Fri, 30 May 2008 05:32:12 +0000 (05:32 +0000)]
libMUONevaluation depends on libMUONcalib

15 years agoLinkning with libMinuit on Windows/Cygwin
hristov [Fri, 30 May 2008 05:31:14 +0000 (05:31 +0000)]
Linkning with libMinuit on Windows/Cygwin

15 years agoMoving non-implemented copy conmstructor and assignment operator to the private part...
hristov [Fri, 30 May 2008 05:30:11 +0000 (05:30 +0000)]
Moving non-implemented copy conmstructor and assignment operator to the private part of the class

15 years agofixed warning about unused parameter
jklay [Thu, 29 May 2008 21:00:40 +0000 (21:00 +0000)]
fixed warning about unused parameter

15 years agoMinor fixes.
cvetan [Thu, 29 May 2008 19:46:58 +0000 (19:46 +0000)]
Minor fixes.

15 years agoBug fixed in constructor.
policheh [Thu, 29 May 2008 19:34:10 +0000 (19:34 +0000)]
Bug fixed in constructor.

15 years agoFixed a bug from previous checkin
hdalsgaa [Thu, 29 May 2008 19:31:03 +0000 (19:31 +0000)]
Fixed a bug from previous checkin

15 years agoNew features, summary plots etc. The DA's now write out calibration parameters in...
hdalsgaa [Thu, 29 May 2008 19:29:44 +0000 (19:29 +0000)]
New features, summary plots etc. The DA's now write out calibration parameters in detector coordinates instead of hardware coordinates

15 years agoFixing minor typo.
aszostak [Thu, 29 May 2008 17:48:37 +0000 (17:48 +0000)]
Fixing minor typo.

15 years ago"no RCU specified" option added in constructors.
policheh [Thu, 29 May 2008 17:39:31 +0000 (17:39 +0000)]
"no RCU specified" option added in constructors.

15 years agoBug fix: incomplete array initialization (F. Prino)
masera [Thu, 29 May 2008 17:18:45 +0000 (17:18 +0000)]
Bug fix: incomplete array initialization (F. Prino)

15 years agoAdding the interface to AMORE.
cvetan [Thu, 29 May 2008 16:54:38 +0000 (16:54 +0000)]
Adding the interface to AMORE.

15 years agoUsing date-config in order to steer the make. Adding amore into the DA.
cvetan [Thu, 29 May 2008 16:44:29 +0000 (16:44 +0000)]
Using date-config in order to steer the make. Adding amore into the DA.

15 years agoMinimizing the number of delete for TClonesArray, as per OCT request
laphecet [Thu, 29 May 2008 16:08:00 +0000 (16:08 +0000)]
Minimizing the number of delete for TClonesArray, as per OCT request

15 years agoGetting rid of warnings.
aszostak [Thu, 29 May 2008 15:33:24 +0000 (15:33 +0000)]
Getting rid of warnings.

15 years agoFix signature of AliEveTPCSectorViz::CopyVizParams() to match the one in TEveElement...
mtadel [Thu, 29 May 2008 14:40:57 +0000 (14:40 +0000)]
Fix signature of AliEveTPCSectorViz::CopyVizParams() to match the one in TEveElement now declared in head of root.

15 years agoAdd protection (and warning) against more than 1024 time-bins occuring per pad-row.
mtadel [Thu, 29 May 2008 14:04:05 +0000 (14:04 +0000)]
Add protection (and warning) against more than 1024 time-bins occuring per pad-row.

15 years agoUpdates to include new run types CALIBRATION_PULSER and STANDALONE_PULSER
haavard [Thu, 29 May 2008 13:48:24 +0000 (13:48 +0000)]
Updates to include new run types CALIBRATION_PULSER and STANDALONE_PULSER

15 years agoLoad libfluka.so from fluka_vmc
morsch [Thu, 29 May 2008 13:15:51 +0000 (13:15 +0000)]
Load libfluka.so from fluka_vmc

15 years agoCode is distributed via fluka_vmc
morsch [Thu, 29 May 2008 13:13:11 +0000 (13:13 +0000)]
Code is distributed via fluka_vmc

15 years agoupdated documentation and minor modifications; added test macro for RCU raw ddl data...
richterm [Thu, 29 May 2008 13:01:38 +0000 (13:01 +0000)]
updated documentation and minor modifications; added test macro for RCU raw ddl data files

15 years agoFixing generation of HLT DDL header. Event ID high and low words were being swapped...
aszostak [Thu, 29 May 2008 12:45:30 +0000 (12:45 +0000)]
Fixing generation of HLT DDL header. Event ID high and low words were being swapped. Also filling in correct DDL version number into the CDH header.

15 years agoRemoving obsolete files
cvetan [Thu, 29 May 2008 09:48:40 +0000 (09:48 +0000)]
Removing obsolete files

15 years agoChanging operator= implementation, and removing now unused class
laphecet [Thu, 29 May 2008 09:35:56 +0000 (09:35 +0000)]
Changing operator= implementation, and removing now unused class

15 years ago- Extended paragraph about geometry checking in REAMEgeometry.txt
ivana [Thu, 29 May 2008 09:28:29 +0000 (09:28 +0000)]
- Extended paragraph about geometry checking in REAMEgeometry.txt
- Added a helper macro MUONGeometryViewingHelper.C with utility methods
  for visualization of geometry

15 years agoCorrections to get macro compiling
ivana [Thu, 29 May 2008 09:25:27 +0000 (09:25 +0000)]
Corrections to get macro compiling

15 years agoUpdated list of classes
ivana [Thu, 29 May 2008 09:24:41 +0000 (09:24 +0000)]
Updated list of classes

15 years agoField maps with Bx,By at center forced to 0. (R. Shahoyan)
morsch [Thu, 29 May 2008 08:47:50 +0000 (08:47 +0000)]
Field maps with Bx,By at center forced to 0. (R. Shahoyan)

15 years agoUpdated run type specification (CALIBRATION_PULSER)
haavard [Thu, 29 May 2008 08:19:01 +0000 (08:19 +0000)]
Updated run type specification (CALIBRATION_PULSER)

15 years agoImprovement in Step Manager
mrodrigu [Wed, 28 May 2008 23:16:53 +0000 (23:16 +0000)]
Improvement in Step Manager

15 years agoMacro that generates Res-MisAlignment in ACORDE Geometry
mrodrigu [Wed, 28 May 2008 23:14:08 +0000 (23:14 +0000)]
Macro that generates Res-MisAlignment in ACORDE Geometry

15 years agoMacro that generates Zero MisAlignment in ACORDE Geometry
mrodrigu [Wed, 28 May 2008 23:12:11 +0000 (23:12 +0000)]
Macro that generates Zero MisAlignment in ACORDE Geometry

15 years agoMacro that generates the Full MisAlignment in ACORDE Geometry
mrodrigu [Wed, 28 May 2008 23:11:09 +0000 (23:11 +0000)]
Macro that generates the Full MisAlignment in ACORDE Geometry

15 years agoAdd missing [] to array-delete.
mtadel [Wed, 28 May 2008 20:28:08 +0000 (20:28 +0000)]
Add missing [] to array-delete.

15 years agoReduce memory used by SDD calibration objects in OCDB (F. Prino)
masera [Wed, 28 May 2008 16:38:59 +0000 (16:38 +0000)]
Reduce memory used by SDD calibration objects in OCDB (F. Prino)

15 years agoEff c++ warnings removal (Jacek)
marian [Wed, 28 May 2008 15:33:33 +0000 (15:33 +0000)]
Eff c++ warnings removal (Jacek)

15 years agoRemoving compilation warnings (Jacek)
marian [Wed, 28 May 2008 15:25:20 +0000 (15:25 +0000)]
Removing compilation warnings (Jacek)

15 years agoaverage multiplicity
jgrosseo [Wed, 28 May 2008 15:20:58 +0000 (15:20 +0000)]
average multiplicity
phojet/gqsm comparison

15 years agoRemoval of obsolete volumes (M. Sitta)
masera [Wed, 28 May 2008 15:15:49 +0000 (15:15 +0000)]
Removal of obsolete volumes (M. Sitta)

15 years agosilvermy - added a few more help variables and methods
dsilverm [Wed, 28 May 2008 14:52:56 +0000 (14:52 +0000)]
silvermy - added a few more help variables and methods

15 years agoFrom Adam J.: Use SPD-primary vertex for SPD-tracklets (not the one from tracks).
mtadel [Wed, 28 May 2008 14:46:30 +0000 (14:46 +0000)]
From Adam J.: Use SPD-primary vertex for SPD-tracklets (not the one from tracks).

15 years agosilvermy@ornl.gov: adding AliEMCALSensor stuff to default compilation
dsilverm [Wed, 28 May 2008 14:30:26 +0000 (14:30 +0000)]
silvermy@ornl.gov: adding AliEMCALSensor stuff to default compilation

15 years agoNew output added from analyze function (Jacek)
marian [Wed, 28 May 2008 14:18:58 +0000 (14:18 +0000)]
New output added from analyze function (Jacek)

15 years agofunction to limit acceptance
jgrosseo [Wed, 28 May 2008 14:15:30 +0000 (14:15 +0000)]
function to limit acceptance