]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
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)

16 years ago Updated RecParam calibration object
coppedis [Mon, 12 Nov 2007 11:19:22 +0000 (11:19 +0000)]
 Updated RecParam calibration object

16 years agoLittle fix related to the second round of ESD clean-up
belikov [Mon, 12 Nov 2007 09:52:26 +0000 (09:52 +0000)]
Little fix related to the second round of ESD clean-up

16 years agoSecond round of ESD clean-up at the physics level: possibility to reduce the number...
belikov [Mon, 12 Nov 2007 09:39:28 +0000 (09:39 +0000)]
Second round of ESD clean-up at the physics level: possibility to reduce the number of stored V0 candidates by filtering on the DCA between the daughters and the cosine of pointing angle

16 years agoMinor changes
coppedis [Mon, 12 Nov 2007 08:13:11 +0000 (08:13 +0000)]
Minor changes

16 years agoPossibility of selecting larger windows in SA tracker, in order to use the tracker...
masera [Fri, 9 Nov 2007 23:05:58 +0000 (23:05 +0000)]
Possibility of selecting larger windows in SA tracker, in order to use the tracker for alignment procedures (A. Dainese)

16 years agoRecord changes.
mtadel [Fri, 9 Nov 2007 18:44:42 +0000 (18:44 +0000)]
Record changes.

16 years agoUse function Track::SetStdLabel() for setting of tracks' tooltip.
mtadel [Fri, 9 Nov 2007 18:44:41 +0000 (18:44 +0000)]
Use function Track::SetStdLabel() for setting of tracks' tooltip.
Put in sync with Track ctx-menu functions.

16 years agoRecord changes.
mtadel [Fri, 9 Nov 2007 18:34:51 +0000 (18:34 +0000)]
Record changes.

16 years agoAdd some class-docs.
mtadel [Fri, 9 Nov 2007 18:34:50 +0000 (18:34 +0000)]
Add some class-docs.

16 years agoFix update propagation from TrackRnrStyle::MakeTracks().
mtadel [Fri, 9 Nov 2007 18:34:49 +0000 (18:34 +0000)]
Fix update propagation from TrackRnrStyle::MakeTracks().
Fix handling of ctx-menu functions.

16 years agoDo firs QA of raw; then Check QA of previous step; then reconstruct; the do QA of...
schutz [Fri, 9 Nov 2007 17:58:44 +0000 (17:58 +0000)]
Do firs QA of raw; then Check QA of previous step; then reconstruct; the do QA of reconstructed objects

16 years agoQA for Raw data stating with raw reader gicen by AliReconstruction
schutz [Fri, 9 Nov 2007 17:57:23 +0000 (17:57 +0000)]
QA for Raw data stating with raw reader gicen by AliReconstruction

16 years agoCreate output file when firs cycle = -1 (first first cycle)
schutz [Fri, 9 Nov 2007 17:55:49 +0000 (17:55 +0000)]
Create output file when firs cycle = -1 (first first cycle)

16 years agoscoping
schutz [Fri, 9 Nov 2007 17:54:31 +0000 (17:54 +0000)]
scoping

16 years agoCoding conventions
masera [Fri, 9 Nov 2007 16:39:03 +0000 (16:39 +0000)]
Coding conventions

16 years agoA "mean vertexer" to measure the average vertex position during a run.
hristov [Fri, 9 Nov 2007 16:12:43 +0000 (16:12 +0000)]
A "mean vertexer" to measure the average vertex position during a run.
In priciple, the produced object should be saved as a AliESDVertex object.
However, we wouldlike to save additional information and namely:
1) the errors coming from the weighted average (in addition to the covariance
matrix which give the spread of the vertices contributing to the average)
2) the number of tracklets used
3) the mean multiplicity of the events used for the average
4) the RMS of this multiplicity

Massimo

16 years agoBug fix (Marek)
hristov [Fri, 9 Nov 2007 15:44:29 +0000 (15:44 +0000)]
Bug fix (Marek)

16 years ago09-nov-2007 GdV Automatic central meridian setting only activated when meridian
nick [Fri, 9 Nov 2007 15:16:10 +0000 (15:16 +0000)]
09-nov-2007 GdV Automatic central meridian setting only activated when meridian
                has a value smaller than -pi. This will allow also negative values
                as user input.

16 years agoCoding convention fixed for this new class (still missing copy constructor assignment...
dibari [Fri, 9 Nov 2007 14:28:46 +0000 (14:28 +0000)]
Coding convention fixed for this new class (still missing copy constructor assignment,tbd soon)

16 years agoCoding rule violations
cblume [Fri, 9 Nov 2007 14:24:27 +0000 (14:24 +0000)]
Coding rule violations

16 years agoCoding rule violations
cblume [Fri, 9 Nov 2007 13:23:04 +0000 (13:23 +0000)]
Coding rule violations

16 years ago09-nov-2007 NvE Graphical skymap facilities introduced in AliAstrolab, based on the
nick [Fri, 9 Nov 2007 13:00:16 +0000 (13:00 +0000)]
09-nov-2007 NvE Graphical skymap facilities introduced in AliAstrolab, based on the
                work by Garmt de Vries-Uiterweerd.

16 years agoMove pair types inside the class to conform with rules
akisiel [Fri, 9 Nov 2007 11:28:20 +0000 (11:28 +0000)]
Move pair types inside the class to conform with rules

16 years agoRead labels in the chain
akisiel [Fri, 9 Nov 2007 11:27:49 +0000 (11:27 +0000)]
Read labels in the chain

16 years agoNew carbon inserts, holes for PHOS, update of services and frame
cblume [Fri, 9 Nov 2007 10:03:07 +0000 (10:03 +0000)]
New carbon inserts, holes for PHOS, update of services and frame

16 years agoreconstruction on simulated raw data added
richterm [Fri, 9 Nov 2007 09:27:06 +0000 (09:27 +0000)]
reconstruction on simulated raw data added

16 years agoenhanced functionality to publish multiple equipment ids and insert empty blocks...
richterm [Fri, 9 Nov 2007 09:25:43 +0000 (09:25 +0000)]
enhanced functionality to publish multiple equipment ids and insert empty blocks if data is not available

16 years agocoding conventions
richterm [Fri, 9 Nov 2007 09:20:06 +0000 (09:20 +0000)]
coding conventions

16 years agobubgfix: skip configurations fram agent if config file was specified; SetFrameworkLog...
richterm [Fri, 9 Nov 2007 09:17:04 +0000 (09:17 +0000)]
bubgfix: skip configurations fram agent if config file was specified; SetFrameworkLog made public; suppress error in Task class

16 years agobugfix: wrong pointers used when writing multiple blocks
richterm [Fri, 9 Nov 2007 09:14:22 +0000 (09:14 +0000)]
bugfix: wrong pointers used when writing multiple blocks

16 years agoModifications in the DCS part by Raphaelle
cblume [Fri, 9 Nov 2007 08:39:03 +0000 (08:39 +0000)]
Modifications in the DCS part by Raphaelle

16 years agoRecord changes.
mtadel [Thu, 8 Nov 2007 21:11:05 +0000 (21:11 +0000)]
Record changes.

16 years agoProtect against too high track label in kine_track() as AliStack
mtadel [Thu, 8 Nov 2007 21:11:04 +0000 (21:11 +0000)]
Protect against too high track label in kine_track() as AliStack
segvs.

16 years agoPut index into track's name instead of its label.
mtadel [Thu, 8 Nov 2007 21:11:03 +0000 (21:11 +0000)]
Put index into track's name instead of its label.

16 years agoAdded comments required by coding conventions.
mtadel [Thu, 8 Nov 2007 21:08:45 +0000 (21:08 +0000)]
Added comments required by coding conventions.
Add context-menu functions TrackList::FindTrackByLabel/Index().
Use mMinInt for unset label/index.
Handle negative label according to ALICE convention.

16 years agoRewrite Exc_t operator+ variants.
mtadel [Thu, 8 Nov 2007 21:08:44 +0000 (21:08 +0000)]
Rewrite Exc_t operator+ variants.

16 years agoRemoving not needed include file
hristov [Thu, 8 Nov 2007 16:46:16 +0000 (16:46 +0000)]
Removing not needed include file

16 years agoCreate projected and unprojected scene in separate viewers.
alja [Thu, 8 Nov 2007 15:25:11 +0000 (15:25 +0000)]
Create projected and unprojected scene in separate viewers.

16 years agoRecord changes.
alja [Thu, 8 Nov 2007 15:21:23 +0000 (15:21 +0000)]
Record changes.

16 years agoBugfix: in GetValForScreenPos() check if distortion exist before checking
alja [Thu, 8 Nov 2007 15:20:15 +0000 (15:20 +0000)]
Bugfix: in GetValForScreenPos() check if distortion exist before checking
the limit.

16 years ago1st version of complete ZDC geometry
coppedis [Thu, 8 Nov 2007 13:41:50 +0000 (13:41 +0000)]
1st version of complete ZDC geometry

16 years agoSplitted calibration object -> PARAMETERS FOR CENTRALITY RECONSTRUCTION
coppedis [Thu, 8 Nov 2007 13:40:10 +0000 (13:40 +0000)]
Splitted calibration object -> PARAMETERS FOR CENTRALITY RECONSTRUCTION