]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoCorrected a bug in kalman tracking (final parameters and covariances
ivana [Fri, 16 Nov 2007 10:39:45 +0000 (10:39 +0000)]
Corrected a bug in kalman tracking (final parameters and covariances
at each cluster were not stored correctly). Thanks Diego!
(Philippe P.)

16 years ago- Compute parameter covariances including absorber dispersion effects
ivana [Fri, 16 Nov 2007 10:34:41 +0000 (10:34 +0000)]
- Compute parameter covariances including absorber dispersion effects
  and/or resolution of absorber corrections (if any) when extrapolating
  track to vertex.
- Added new unequivocal methods to perform track extrapolation to vertex,
  w/wo multiple scattering correction and w/wo energy loss correction
  (ExtrapToVertex(...), ExtrapToVertexWithoutELoss(...),
  ExtrapToVertexWithoutBranson(...) , ExtrapToVertexUncorrected(...).
(Philippe P.)

16 years agoRemove printf and add trd_gasCO2
cblume [Fri, 16 Nov 2007 10:25:15 +0000 (10:25 +0000)]
Remove printf and add trd_gasCO2

16 years agobugfix: compilation error after arturs changes
richterm [Fri, 16 Nov 2007 10:23:41 +0000 (10:23 +0000)]
bugfix: compilation error after arturs changes

16 years ago- Adding new member function:
ivana [Fri, 16 Nov 2007 10:17:32 +0000 (10:17 +0000)]
- Adding new member function:
Bool_t IsDimuonFromCorrPiK();
- Updated the way of recognising heavy-flavours produced by gluon fusion
(In a few events the Pythia output is suppressing the intermediate gluon
 and, hence, these cases were not yet tagged to come from gluon fusion.)
(Hermine, Alessandro)

16 years agoUpdated for changes in the framework to make to make
ivana [Fri, 16 Nov 2007 10:05:39 +0000 (10:05 +0000)]
Updated for changes in the framework to make to make
DecodeRecoCocktail.C macro work again
(Artur)

16 years agoCoding conventions
schutz [Fri, 16 Nov 2007 04:05:15 +0000 (04:05 +0000)]
Coding conventions

16 years agoPass event number as argument of AliVEventHandler::BeginEvent
morsch [Thu, 15 Nov 2007 20:52:09 +0000 (20:52 +0000)]
Pass event number as argument of  AliVEventHandler::BeginEvent

16 years agoAdding AliTPCTracklet to the repository (M.Mager)
marian [Thu, 15 Nov 2007 18:24:43 +0000 (18:24 +0000)]
Adding AliTPCTracklet to the repository (M.Mager)

////
// This class stores a tracklet (a track that lives only in a single TPC
// sector). Its objects can be constructed out of TPCseeds, that are
// holding the necessary cluster information.
////
////
////

16 years agoGetting rid of trivial warnings.
szostak [Thu, 15 Nov 2007 18:12:45 +0000 (18:12 +0000)]
Getting rid of trivial warnings.

16 years agoGetting rid of trivial warnings.
szostak [Thu, 15 Nov 2007 17:29:52 +0000 (17:29 +0000)]
Getting rid of trivial warnings.

16 years agoThe ShipDataToFXS methods should be protected, not private, because other classes...
szostak [Thu, 15 Nov 2007 17:29:13 +0000 (17:29 +0000)]
The ShipDataToFXS methods should be protected, not private, because other classes need to inherit them.

16 years agoThe ProcessCalibration methods should be protected, not private, because classes...
szostak [Thu, 15 Nov 2007 16:40:10 +0000 (16:40 +0000)]
The ProcessCalibration methods should be protected, not private, because classes need to inherit them.

16 years agoChanging the order between the tree and file creation.
panos [Thu, 15 Nov 2007 16:30:36 +0000 (16:30 +0000)]
Changing the order between the tree and file creation.

16 years agoGetting rid of trivial warnings.
szostak [Thu, 15 Nov 2007 16:06:46 +0000 (16:06 +0000)]
Getting rid of trivial warnings.

16 years agoAliMC::BeginEvent gets run number from CDB manager
acolla [Thu, 15 Nov 2007 15:43:24 +0000 (15:43 +0000)]
AliMC::BeginEvent gets run number from CDB manager
AliSimulation: it is now forbidden to initialize run number in AliCDBManager. Only external variables
or AliSimulation::SetRunNumber are allowed.

16 years agoCorrect definition of paths in AddAlignableVolumes
coppedis [Thu, 15 Nov 2007 15:20:47 +0000 (15:20 +0000)]
Correct definition of paths in AddAlignableVolumes

16 years ago15-nov-2007 NvE Processor IceLinefit updated to treat also InIce DOMs.
nick [Thu, 15 Nov 2007 15:00:42 +0000 (15:00 +0000)]
15-nov-2007 NvE Processor IceLinefit updated to treat also InIce DOMs.
                Note that the generated IceLinefit tracks now automatically get a suffix
                "A" or "I" in the trackname to indicate Amanda (OM) or InIce (DOM) tracks, resp.

16 years agoconvert pragma error to warning and default to little endian; proper fix in prospect
richterm [Thu, 15 Nov 2007 14:45:27 +0000 (14:45 +0000)]
convert pragma error to warning and default to little endian; proper fix in prospect

16 years agoGetting rid of warnings about hidden virtual methods.
szostak [Thu, 15 Nov 2007 14:30:47 +0000 (14:30 +0000)]
Getting rid of warnings about hidden virtual methods.

16 years agoMoved some typedefs to AliHLTDataTypes.h for common use.
szostak [Thu, 15 Nov 2007 14:29:49 +0000 (14:29 +0000)]
Moved some typedefs to AliHLTDataTypes.h for common use.

16 years agoset version no of data type header file
richterm [Thu, 15 Nov 2007 14:28:36 +0000 (14:28 +0000)]
set version no of data type header file

16 years agocoding conventions
richterm [Thu, 15 Nov 2007 14:24:19 +0000 (14:24 +0000)]
coding conventions

16 years agoallow NULL pointer arguments in SetDataType
richterm [Thu, 15 Nov 2007 14:23:05 +0000 (14:23 +0000)]
allow NULL pointer arguments in SetDataType

16 years agoadded float/double/signed HLT basic data types
richterm [Thu, 15 Nov 2007 11:39:29 +0000 (11:39 +0000)]
added float/double/signed HLT basic data types

16 years agoCorrection for trigger of photons inside PHOS acceptance.
morsch [Thu, 15 Nov 2007 10:46:54 +0000 (10:46 +0000)]
Correction for trigger of photons inside PHOS acceptance.

16 years agoadded RAW data type defines; minor correction of inconsistency
richterm [Thu, 15 Nov 2007 09:58:16 +0000 (09:58 +0000)]
added RAW data type defines; minor correction of inconsistency

16 years agoMinor change
coppedis [Thu, 15 Nov 2007 09:46:29 +0000 (09:46 +0000)]
Minor change

16 years agoneede for T0 QA classes
alla [Thu, 15 Nov 2007 09:27:18 +0000 (09:27 +0000)]
neede for T0 QA classes

16 years agofor T0 QA classes
alla [Thu, 15 Nov 2007 08:42:24 +0000 (08:42 +0000)]
for T0 QA classes

16 years agoT0 QA classes
alla [Thu, 15 Nov 2007 08:41:53 +0000 (08:41 +0000)]
T0 QA classes

16 years agoFixing coding violations and getting rid of warnings.
szostak [Wed, 14 Nov 2007 19:53:38 +0000 (19:53 +0000)]
Fixing coding violations and getting rid of warnings.
Also got rid of global objects used for component registration in favour of registration of components in the AliHLTMUONAgent::RegisterComponents method.

16 years agoThe DumpEvent methods should be protected, not private, because classes need to inher...
szostak [Wed, 14 Nov 2007 19:42:36 +0000 (19:42 +0000)]
The DumpEvent methods should be protected, not private, because classes need to inherit them. I have no idea why gcc even alows this to compile.

16 years agoThe GetEvent methods should be protected, not private, because classes need to inheri...
szostak [Wed, 14 Nov 2007 19:42:15 +0000 (19:42 +0000)]
The GetEvent methods should be protected, not private, because classes need to inherit them. I have no idea why gcc even alows this to compile.

16 years agoThe DoEvent methods should be protected, not private, because classes need to inherit...
szostak [Wed, 14 Nov 2007 19:38:39 +0000 (19:38 +0000)]
The DoEvent methods should be protected, not private, because classes need to inherit them. I have no idea why gcc even alows this to compile.

16 years agoCoding violations (Marian)
marian [Wed, 14 Nov 2007 18:56:16 +0000 (18:56 +0000)]
Coding violations (Marian)

16 years agoCoding violation fixies (Marian)
marian [Wed, 14 Nov 2007 18:38:31 +0000 (18:38 +0000)]
Coding violation fixies (Marian)

16 years agoFixing coding violations (Magnus Mager)
marian [Wed, 14 Nov 2007 18:10:37 +0000 (18:10 +0000)]
Fixing coding violations (Magnus Mager)

16 years agoMinor changes to make this macro work under HEAD.
szostak [Wed, 14 Nov 2007 18:07:31 +0000 (18:07 +0000)]
Minor changes to make this macro work under HEAD.

16 years agoUpdated version for AliZDCv3
coppedis [Wed, 14 Nov 2007 16:04:54 +0000 (16:04 +0000)]
Updated version for AliZDCv3

16 years agoCoding convention correction
coppedis [Wed, 14 Nov 2007 16:03:32 +0000 (16:03 +0000)]
Coding convention correction

16 years agoInitial version of the example CTP configuration file (Roman)
cvetan [Wed, 14 Nov 2007 16:01:32 +0000 (16:01 +0000)]
Initial version of the example CTP configuration file (Roman)

16 years agoCoding convention correction
coppedis [Wed, 14 Nov 2007 15:59:42 +0000 (15:59 +0000)]
Coding convention correction

16 years agoTake out few unnecessary prints
gustavo [Wed, 14 Nov 2007 15:51:46 +0000 (15:51 +0000)]
Take out few unnecessary prints

16 years agoUpdated version of the macro that transfer an OCDB data set from a storage to
acolla [Wed, 14 Nov 2007 15:40:45 +0000 (15:40 +0000)]
Updated version of the macro that transfer an OCDB data set from a storage to
another.

16 years agocorrected warnings in class log history
gustavo [Wed, 14 Nov 2007 15:40:21 +0000 (15:40 +0000)]
corrected warnings in class log history

16 years agocorrected warnings in class log history
gustavo [Wed, 14 Nov 2007 15:35:09 +0000 (15:35 +0000)]
corrected warnings in class log history

16 years agoCoding violations corrected
gustavo [Wed, 14 Nov 2007 15:34:05 +0000 (15:34 +0000)]
Coding violations corrected

16 years ago"Cleaned" initialization and usage of the run number.
acolla [Wed, 14 Nov 2007 15:24:28 +0000 (15:24 +0000)]
"Cleaned" initialization and usage of the run number.

--- in Simulation, run number and generator seed can be set:

1. Via environment variables DC_RUN and CONFIG_SEED
2. Via AliSimulation setters SetRunNumber() and SetSeed() (overrides option 1.)
3. Run number can be also set externally with AliCDBManager::Instance()->SetRun()
(overrides options 1. and 2.)

Run number is set in AliHeader during event generation (AliMC::BeginEvent()). In
the subsequent steps it is loaded from the run loader.

--- in Reconstruction, run number is loaded from the event header in the run
loader, or from raw data header.

CDB Manager's Lock implemented in simulation and reconstruction.

16 years agoAliCDBManager's "Lock" functionality implemented.
acolla [Wed, 14 Nov 2007 15:15:24 +0000 (15:15 +0000)]
AliCDBManager's "Lock" functionality implemented.
- If Lock is set ON (SetLock(1)), it cannot be reset to OFF (AliFatal)
- If Lock is ON, it is not possible to reset the run number or to activate/reset
CDB storages. It is not possible to use Get( ) functions with a run number
different to the internal one.

16 years agoRun number initialized to -1.
acolla [Wed, 14 Nov 2007 15:11:31 +0000 (15:11 +0000)]
Run number initialized to -1.
In AliRun: SetRunNumber() becomes private (it is not used elsewhere)

16 years agoAdding new version of AliTPCCalibTracksGain
marian [Wed, 14 Nov 2007 14:58:32 +0000 (14:58 +0000)]
Adding new version of AliTPCCalibTracksGain
+ helper classes
(Stefan)

16 years agoUse the input list of proof to setup parameters
marian [Wed, 14 Nov 2007 14:15:08 +0000 (14:15 +0000)]
Use the input list of proof to setup parameters
(Neccessary for Proof) (Marian)

16 years ago- AliAnalysisWrapper owns data when put in the output list (PROOF) memory leak (AG)
agheata [Wed, 14 Nov 2007 14:11:13 +0000 (14:11 +0000)]
- AliAnalysisWrapper owns data when put in the output list (PROOF) memory leak (AG)

16 years agoCoding violations corrected
gustavo [Wed, 14 Nov 2007 13:55:12 +0000 (13:55 +0000)]
Coding violations corrected

16 years agoMemory leaks fix (Silvia)
marian [Wed, 14 Nov 2007 13:53:54 +0000 (13:53 +0000)]
Memory leaks fix (Silvia)

16 years agoNew class to represent the CTP bunch-crossing masks
cvetan [Wed, 14 Nov 2007 13:27:36 +0000 (13:27 +0000)]
New class to represent the CTP bunch-crossing masks

16 years ago14-nov-2007 NvE Copy constructor and Clone() memberfunction introduced in AliObjMatrix.
nick [Wed, 14 Nov 2007 10:26:55 +0000 (10:26 +0000)]
14-nov-2007 NvE Copy constructor and Clone() memberfunction introduced in AliObjMatrix.
14-nov-2007 NvE Bug fix in IceDB2Root in the creation of the JEBTDaq database.
                The new Clone() memberfunction of AliObjMatrix is now used and a memory
                leak has been removed. Also GetOMdbase() has been updated for JEBTDaq.

16 years agoBug fix
belikov [Wed, 14 Nov 2007 09:57:46 +0000 (09:57 +0000)]
Bug fix

16 years agoinclude was forgotten...
arcelli [Wed, 14 Nov 2007 09:08:26 +0000 (09:08 +0000)]
include was forgotten...

16 years agoMods for Leopard
alibrary [Wed, 14 Nov 2007 08:50:27 +0000 (08:50 +0000)]
Mods for Leopard

16 years agoadd protection against unproper delete of the recparam objects (A.Colla)
arcelli [Wed, 14 Nov 2007 08:46:30 +0000 (08:46 +0000)]
add protection against unproper delete of the recparam objects (A.Colla)

16 years agoMinors
dibari [Wed, 14 Nov 2007 08:29:14 +0000 (08:29 +0000)]
Minors

16 years agoBetter method to find area and length of a ring (needed to normalize n. of photons)
dibari [Wed, 14 Nov 2007 08:28:51 +0000 (08:28 +0000)]
Better method to find area and length of a ring (needed to normalize n. of photons)

16 years agoadded protection in the destructor, checking if OCDB cache is active
masera [Tue, 13 Nov 2007 16:17:12 +0000 (16:17 +0000)]
added protection in the destructor, checking if OCDB cache is active

16 years agoDCS map is stored in a file in the temp folder where the detector is processed.
acolla [Tue, 13 Nov 2007 16:15:47 +0000 (16:15 +0000)]
DCS map is stored in a file in the temp folder where the detector is processed.
If the preprocessor fails, the temp folder is not removed. This will help the debugging of the problem.

16 years agoUsing new introduced classes in the calibration components
marian [Tue, 13 Nov 2007 15:17:16 +0000 (15:17 +0000)]
Using new introduced classes in the calibration components

(Marian, L.Bozyk)

16 years agoAdding the class for specifiing cut criterias
marian [Tue, 13 Nov 2007 15:16:22 +0000 (15:16 +0000)]
Adding the class for specifiing cut criterias
AliTPCcalibTracksCuts

+

Adding the class to hold pad region specific information
(e.g. fit parameters, LinearFitter)
AliTPCCalPadRegion

(S.Gaertner, L.Bozyk)

16 years agoRemoved (temporarely?) reset of qas
schutz [Tue, 13 Nov 2007 14:50:49 +0000 (14:50 +0000)]
Removed (temporarely?) reset of qas

16 years agoAdded list of active detectors
schutz [Tue, 13 Nov 2007 14:44:58 +0000 (14:44 +0000)]
Added list of active detectors

16 years agoLowered the condition for raising the fatal bit (for test purposes)
schutz [Tue, 13 Nov 2007 14:42:34 +0000 (14:42 +0000)]
Lowered the condition for raising the fatal bit (for test purposes)

16 years agoRemove unneccessary warning
cblume [Tue, 13 Nov 2007 14:28:22 +0000 (14:28 +0000)]
Remove unneccessary warning

16 years agoNew protection against noise clusters in not existing modules + bug fix in geometry...
cblume [Tue, 13 Nov 2007 14:21:05 +0000 (14:21 +0000)]
New protection against noise clusters in not existing modules + bug fix in geometry (services)

16 years agoRemove (temporarely ?) the reset
schutz [Tue, 13 Nov 2007 13:55:43 +0000 (13:55 +0000)]
Remove (temporarely ?) the reset

16 years agoComments corrected.
morsch [Tue, 13 Nov 2007 13:41:46 +0000 (13:41 +0000)]
Comments corrected.

16 years agoRotation matrices right-handed.
morsch [Tue, 13 Nov 2007 12:20:19 +0000 (12:20 +0000)]
Rotation matrices right-handed.

16 years ago13-nov-2007 GdV Bug fix in IceRoot by completely re-building the Daq device.
nick [Tue, 13 Nov 2007 12:05:56 +0000 (12:05 +0000)]
13-nov-2007 GdV Bug fix in IceRoot by completely re-building the Daq device.

16 years agoOriginal file split into three.
morsch [Tue, 13 Nov 2007 11:35:10 +0000 (11:35 +0000)]
Original file split into three.

16 years agoimplement block forwarding
richterm [Tue, 13 Nov 2007 08:17:56 +0000 (08:17 +0000)]
implement block forwarding

16 years agoBlockFilter component added; minor corrections
richterm [Tue, 13 Nov 2007 08:16:12 +0000 (08:16 +0000)]
BlockFilter component added; minor corrections

16 years agoCoding rules violations corrected.
morsch [Tue, 13 Nov 2007 07:46:56 +0000 (07:46 +0000)]
Coding rules violations corrected.

16 years agomade general utility methods and struct initializers publicly available
richterm [Tue, 13 Nov 2007 07:33:25 +0000 (07:33 +0000)]
made general utility methods and struct initializers publicly available

16 years ago12-nov-2007 GdV New version of IceMakeHits and IceCalibrate to handle IceCube DOMs.
nick [Mon, 12 Nov 2007 16:05:04 +0000 (16:05 +0000)]
12-nov-2007 GdV New version of IceMakeHits and IceCalibrate to handle IceCube DOMs.
12-nov-2007 NvE Class IceRootx introduced which contains the old version of the IceRoot
                walnut->IcePack conversion. This version (slightly updated with bug fixes)
                is kept to enable processing of the old walnut format (if needed).
                The class IceRoot has been updated so that it matches the new walnut
                data format.

16 years agoChanges in the Pythia pp event configurator (minors)
dibari [Mon, 12 Nov 2007 14:45:19 +0000 (14:45 +0000)]
Changes in the Pythia pp event configurator (minors)

16 years agoCoding Conventions: private copy constructors and assignment operators where not...
dibari [Mon, 12 Nov 2007 14:44:35 +0000 (14:44 +0000)]
Coding Conventions: private copy constructors and assignment operators where not needed

16 years agopropagation of changes done in MUON to remove obsolete class
hristov [Mon, 12 Nov 2007 14:33:54 +0000 (14:33 +0000)]
propagation of changes done in MUON to remove obsolete class
AliMUONHitForRec

Philippe Pillot

16 years agoMain changes:
hristov [Mon, 12 Nov 2007 14:33:09 +0000 (14:33 +0000)]
Main changes:
- Removed class AliMUONHitForRec (use AliMUONVCluster instead)
- Changed some variable, data member and function names to be consistent
Also:
- Modified AliMUONRecoCheck to use AliMCEventHandler to handle
trackRef and Particles
- Corrected comments about AliMUONRecoParam

Philippe Pillot

16 years agoBug fix
cvetan [Mon, 12 Nov 2007 13:54:10 +0000 (13:54 +0000)]
Bug fix

16 years agoFix of coding rule violations
cblume [Mon, 12 Nov 2007 13:53:17 +0000 (13:53 +0000)]
Fix of coding rule violations

16 years agoFix of coding rule violations
cblume [Mon, 12 Nov 2007 13:36:04 +0000 (13:36 +0000)]
Fix of coding rule violations

16 years agoremoving some unuseful prints
coppedis [Mon, 12 Nov 2007 13:33:14 +0000 (13:33 +0000)]
removing some unuseful prints

16 years agoCoding violation (Marian)
marian [Mon, 12 Nov 2007 13:26:03 +0000 (13:26 +0000)]
Coding violation (Marian)

16 years agoUpdated RecParam calibration object (correct subversion)
coppedis [Mon, 12 Nov 2007 12:25:04 +0000 (12:25 +0000)]
Updated RecParam calibration object (correct subversion)

16 years agoUpdated files in CDB with update of mapping
ivana [Mon, 12 Nov 2007 11:59:51 +0000 (11:59 +0000)]
Updated files in CDB with update of mapping

16 years agoVersion 2 of DA, including versionning of Mtg files,
ivana [Mon, 12 Nov 2007 11:59:00 +0000 (11:59 +0000)]
Version 2 of DA, including versionning of Mtg files,
checking noisy and dead strips & interface with DB and FES
(Christian)

16 years agoAdded writing methods for regional & local masks (Christian)
ivana [Mon, 12 Nov 2007 11:58:32 +0000 (11:58 +0000)]
Added writing methods for regional & local masks (Christian)

16 years ago- Added flag to read back from ascii files or saving directly current mapping
ivana [Mon, 12 Nov 2007 11:58:16 +0000 (11:58 +0000)]
- Added flag to read back from ascii files or saving directly current mapping
  (Christian)
- In WriteMpSegmentation(): added call to AliMpDDLStore::ReadData, as without
  this the detection elements stored in CDB do not contain info filled
  by DDLStore
  (Ivana)

16 years agoAdded iterator for local boards (Christian)
ivana [Mon, 12 Nov 2007 11:58:04 +0000 (11:58 +0000)]
Added iterator for local boards (Christian)

16 years agoAdded id, mask mode and coincidence as new members for DA (Christian)
ivana [Mon, 12 Nov 2007 11:57:50 +0000 (11:57 +0000)]
Added id, mask mode and coincidence as new members for DA (Christian)

16 years agoAdded switch as new member for DA (Christian)
ivana [Mon, 12 Nov 2007 11:57:23 +0000 (11:57 +0000)]
Added switch as new member for DA (Christian)