]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoCompilation on Windows/Cygwin
hristov [Wed, 16 Apr 2008 08:55:58 +0000 (08:55 +0000)]
Compilation on Windows/Cygwin

16 years agoUpdates of the DAQ DAs
cblume [Wed, 16 Apr 2008 07:18:04 +0000 (07:18 +0000)]
Updates of the DAQ DAs

16 years agoadding utc time stamp
jgrosseo [Wed, 16 Apr 2008 06:49:36 +0000 (06:49 +0000)]
adding utc time stamp

16 years agoRemove obsolete generator
hristov [Tue, 15 Apr 2008 20:46:19 +0000 (20:46 +0000)]
Remove obsolete generator

16 years agoadded protection and initilisation
schutz [Tue, 15 Apr 2008 17:29:06 +0000 (17:29 +0000)]
added protection and initilisation

16 years agoSet of the flag in case of big clusters
dibari [Tue, 15 Apr 2008 16:55:46 +0000 (16:55 +0000)]
Set of the flag in case of big clusters

16 years agoUserCut removed from OCDB (not more necessary). Now UserCut from RecoParam or defaults
dibari [Tue, 15 Apr 2008 16:41:58 +0000 (16:41 +0000)]
UserCut removed from OCDB (not more necessary). Now UserCut from RecoParam or defaults

16 years agoAdding base class for calibration components
marian [Tue, 15 Apr 2008 15:13:03 +0000 (15:13 +0000)]
Adding base class for calibration components
using Tracks (Marian)

16 years agoProtection for big cluster size (even in case of non zero suppression)
dibari [Tue, 15 Apr 2008 14:59:18 +0000 (14:59 +0000)]
Protection for big cluster size (even in case of non zero suppression)
From now cluster deconvolution is on

16 years agoProtection for ClusterSize=0
dibari [Tue, 15 Apr 2008 14:48:32 +0000 (14:48 +0000)]
Protection for ClusterSize=0

16 years agoAdded Darc error word for disable or not connected regional boards
ivana [Tue, 15 Apr 2008 14:38:52 +0000 (14:38 +0000)]
Added Darc error word for disable or not connected regional boards
(Christian)

16 years agoadding TPC Krypton CF to build
richterm [Tue, 15 Apr 2008 14:38:23 +0000 (14:38 +0000)]
adding TPC Krypton CF to build

16 years agoAdded functionality to fill histograms and push them to the output, code cleanup...
richterm [Tue, 15 Apr 2008 14:31:36 +0000 (14:31 +0000)]
Added functionality to fill  histograms and push them to the output, code cleanup (Kenneth)

16 years agoAdding base class for TPC calibration components
marian [Tue, 15 Apr 2008 14:10:57 +0000 (14:10 +0000)]
Adding base class for TPC calibration components
(Marian)

16 years agoAdding par file generation scripts for PWG2femtoscopyUser
akisiel [Tue, 15 Apr 2008 13:51:26 +0000 (13:51 +0000)]
Adding par file generation scripts for PWG2femtoscopyUser

16 years agoRe-calculate regional/global trigger decision from local triggers
vulpescu [Tue, 15 Apr 2008 13:46:59 +0000 (13:46 +0000)]
Re-calculate regional/global trigger decision from local triggers

16 years agoUpdated the fast decoder to take into account the end of DDL
ivana [Tue, 15 Apr 2008 13:40:09 +0000 (13:40 +0000)]
Updated the fast decoder to take into account the end of DDL
(0xD000000D) trailer words which are generated by our readout electronics.
The decoder auto-detects this trailer and does not
complain if it is missing (unless it is corrupt). This can be turned off by
setting the fAutoDetectTrailer to false. Then one can tell the decoder if it
should expect the trailer or not with the fCheckForTrailer flag.
fCheckForTrailer = true for the read data (or new AliRoot) and
fCheckForTrailer = false for old simulated data.
(Artur)

16 years agochanging name of ECS DIM trigger, printing run that was triggered
jgrosseo [Tue, 15 Apr 2008 12:56:07 +0000 (12:56 +0000)]
changing name of ECS DIM trigger, printing run that was triggered

16 years agoNew analysis par file added
gconesab [Tue, 15 Apr 2008 12:48:03 +0000 (12:48 +0000)]
New analysis par file added

16 years agoSome comentaries and options added
gconesab [Tue, 15 Apr 2008 12:47:35 +0000 (12:47 +0000)]
Some comentaries and options added

16 years agoNew way to get xsection from files, more options and comentaries
gconesab [Tue, 15 Apr 2008 12:47:04 +0000 (12:47 +0000)]
New way to get xsection from files, more options and comentaries

16 years agominor
dibari [Tue, 15 Apr 2008 11:56:45 +0000 (11:56 +0000)]
minor

16 years agoProtection if UserCut not present in OCDB (Sigma=3 as default)
dibari [Tue, 15 Apr 2008 11:56:29 +0000 (11:56 +0000)]
Protection if UserCut not present in OCDB (Sigma=3 as default)

16 years agoAliEveEventManager
mtadel [Tue, 15 Apr 2008 11:14:40 +0000 (11:14 +0000)]
AliEveEventManager
==================

Add support for loading of raw-data, symmetric to loading of other
event-data (via run-loader and direct ESD reading). This adds
dependence of EveBase to RAW.

Event-navigation via gAliEveEvent->Goto/Next/PrevEvent() works fine.

As a temporary fix, unlock geo-manager after the loading of THE
geometry as simplified geometries can be loaded at a later time.

alieve_init.C
=============

Change script arguments so that all relevant parameters can be set
therein.
void alieve_init(const Text_t* path   = ".", Int_t event=0,
                 const Text_t* esdfile = 0,
                 const Text_t* rawfile = 0,
 const Text_t* cdburi  = 0,
 Bool_t assert_runloader = kFALSE,
                 Bool_t assert_esd       = kFALSE,
                 Bool_t assert_raw       = kFALSE)

ITS-raw/digits
==============

Use raw-data as provided from AliEveEventManager. Put code
that is common to raw/digi dicplay into its_common_foos.C.

ACORDE macros
=============

First version of acorde_raw.C using data from AliEveEventManager.

Use new geometry hierarchy of ACORDE. There are two things to
investigate about this:

1. Is this really the geometry in AliRoot; why is ACORDE not used
in (some/most?) test macros, as in 'Int_t iACORDE = 0;'.

2. Excessive use of geo-assemblies.

16 years agoExample for analysis on kine tree.
morsch [Tue, 15 Apr 2008 10:29:33 +0000 (10:29 +0000)]
Example for analysis on kine tree.

16 years agoCompilation on Windows/Cygwin: moving the non-implemented/dummy copy constructors...
hristov [Tue, 15 Apr 2008 10:27:07 +0000 (10:27 +0000)]
Compilation on Windows/Cygwin: moving the non-implemented/dummy copy constructors and assignment operators to the private part of the class

16 years agoProtection in case we read older data.
morsch [Tue, 15 Apr 2008 09:42:17 +0000 (09:42 +0000)]
Protection in case we read older data.

16 years agoUpdate to trunk.
morsch [Tue, 15 Apr 2008 09:25:25 +0000 (09:25 +0000)]
Update to trunk.

16 years agoQA with real checking
alla [Tue, 15 Apr 2008 08:31:53 +0000 (08:31 +0000)]
QA with real checking

16 years agoObsolete.
morsch [Tue, 15 Apr 2008 08:28:58 +0000 (08:28 +0000)]
Obsolete.

16 years agoObsolete.
morsch [Tue, 15 Apr 2008 08:28:07 +0000 (08:28 +0000)]
Obsolete.

16 years agoupdating apd and fee parameters
jklay [Mon, 14 Apr 2008 19:59:30 +0000 (19:59 +0000)]
updating apd and fee parameters

16 years agoadditional updates relating to geometry cleanup
jklay [Mon, 14 Apr 2008 19:58:27 +0000 (19:58 +0000)]
additional updates relating to geometry cleanup

16 years agoGetters added.
policheh [Mon, 14 Apr 2008 18:54:12 +0000 (18:54 +0000)]
Getters added.

16 years agoAdding changed from Indra to use common online/offline decoder and take care of gain...
aszostak [Mon, 14 Apr 2008 17:14:11 +0000 (17:14 +0000)]
Adding changed from Indra to use common online/offline decoder and take care of gain and pedestal correctly. (Indra)

16 years agoMinor cleanup of code.
aszostak [Mon, 14 Apr 2008 17:12:20 +0000 (17:12 +0000)]
Minor cleanup of code.

16 years agoTasks derive now from AliAnalysisTaskSE
gconesab [Mon, 14 Apr 2008 16:24:51 +0000 (16:24 +0000)]
Tasks derive now from AliAnalysisTaskSE

16 years agoLibrary libANALYSISalice added
gconesab [Mon, 14 Apr 2008 16:23:23 +0000 (16:23 +0000)]
Library libANALYSISalice added

16 years agoNew ANALYSISalice added, reduce default number of messages from task manager
gconesab [Mon, 14 Apr 2008 16:22:35 +0000 (16:22 +0000)]
New ANALYSISalice added, reduce default number of messages from task manager

16 years agoPedestal suppression implemented
cheynis [Mon, 14 Apr 2008 15:40:07 +0000 (15:40 +0000)]
Pedestal suppression implemented

16 years agobug
schutz [Mon, 14 Apr 2008 14:20:06 +0000 (14:20 +0000)]
bug

16 years agoAdded run type DAQ_GEN_DAC_SCAN (H. Tydesjo)
masera [Mon, 14 Apr 2008 12:35:08 +0000 (12:35 +0000)]
Added run type DAQ_GEN_DAC_SCAN (H. Tydesjo)

16 years agoCorrected a bug that caused class to work only in diagnostics mode
hdalsgaa [Mon, 14 Apr 2008 12:33:59 +0000 (12:33 +0000)]
Corrected a bug that caused class to work only in diagnostics mode

16 years agoset the default CDB storage only id not ser previously
schutz [Mon, 14 Apr 2008 11:36:57 +0000 (11:36 +0000)]
set the default CDB storage only id not ser previously

16 years agoset the default CDB storage only id not ser previously
schutz [Mon, 14 Apr 2008 11:35:21 +0000 (11:35 +0000)]
set the default CDB storage only id not ser previously

16 years agoallow check in absence of reference data
schutz [Mon, 14 Apr 2008 11:18:52 +0000 (11:18 +0000)]
allow check in absence of reference data

16 years agoPossibility of activate/deactivate unfolding in SDD (J. Belikov, F. Prino)
masera [Mon, 14 Apr 2008 10:53:12 +0000 (10:53 +0000)]
Possibility of activate/deactivate unfolding in SDD (J. Belikov, F. Prino)

16 years agoReplace AliITSgeom with AliITSgeomTGeo. Possibility to select the event to be displa...
masera [Mon, 14 Apr 2008 10:48:56 +0000 (10:48 +0000)]
Replace AliITSgeom with AliITSgeomTGeo.  Possibility to select the event to be displayed (F. Prino)

16 years agoUpdated radial position of TOF. (A. de Caro)
morsch [Mon, 14 Apr 2008 10:16:57 +0000 (10:16 +0000)]
Updated radial position of TOF. (A. de Caro)

16 years agoAdding new documentation page on Tracking DA
ivana [Mon, 14 Apr 2008 09:27:19 +0000 (09:27 +0000)]
Adding new documentation page on Tracking DA
(Alberto)

16 years agoCompilation on Windows/Cygwin
hristov [Mon, 14 Apr 2008 05:51:08 +0000 (05:51 +0000)]
Compilation on Windows/Cygwin

16 years agofinish clean-up of EMCAL geometry
jklay [Mon, 14 Apr 2008 00:01:13 +0000 (00:01 +0000)]
finish clean-up of EMCAL geometry

16 years agoAliACORDERawStream fixed
mrodrigu [Sun, 13 Apr 2008 16:30:51 +0000 (16:30 +0000)]
AliACORDERawStream fixed

16 years agoAliACORDERawStream fixed
mrodrigu [Sun, 13 Apr 2008 16:30:30 +0000 (16:30 +0000)]
AliACORDERawStream fixed

16 years agocode cleanup in TPC Krypton CF (Kenneth)
richterm [Sat, 12 Apr 2008 20:16:08 +0000 (20:16 +0000)]
code cleanup in TPC Krypton CF (Kenneth)

16 years agoRemoving extra semicolon
hristov [Sat, 12 Apr 2008 20:13:27 +0000 (20:13 +0000)]
Removing extra semicolon

16 years agoRemoved obsolete additional parameters (Marian Ivanov)
marian [Sat, 12 Apr 2008 15:31:03 +0000 (15:31 +0000)]
Removed obsolete additional parameters  (Marian Ivanov)
AliTPCtrackerMI::AcceptCluster - corry,corrz,factor

16 years agoUpdated QA (Sylwester)
hristov [Sat, 12 Apr 2008 14:06:38 +0000 (14:06 +0000)]
Updated QA (Sylwester)

16 years agoRemoved obsolete function used for old comparisons (Marian Ivanov)
marian [Sat, 12 Apr 2008 13:12:24 +0000 (13:12 +0000)]
Removed obsolete function used for old comparisons (Marian Ivanov)
-  void SetIO();  //set default IO from folders
-  void SetIO(TTree * input, TTree * output, AliESDEvent * event);

16 years agoRemoved obsolete data members and function (Used before for performance study) ...
marian [Sat, 12 Apr 2008 13:09:39 +0000 (13:09 +0000)]
Removed obsolete data members and function (Used before for performance study)  - Marian Ivanov

void RebuildSeed(); // rebuild seed to be ready for storing
-     void SetPoints(TClonesArray* p) {fPoints=p;}
-     void SetEPoints(TClonesArray* p) {fEPoints=p;}
-     TClonesArray * fPoints;              //!array with points along the track
-     TClonesArray * fEPoints;             //! array with exact points - calculated in special macro not used in tracking

16 years agoRemoving obsolete function - WriteTracks (Marian)
marian [Sat, 12 Apr 2008 10:05:38 +0000 (10:05 +0000)]
Removing obsolete function - WriteTracks (Marian)

16 years agoRevert back the change in destructor (Marian)
marian [Sat, 12 Apr 2008 09:44:24 +0000 (09:44 +0000)]
Revert back the change in destructor (Marian)

16 years agoBug fix in destructor (Rene Brun)
marian [Sat, 12 Apr 2008 09:41:28 +0000 (09:41 +0000)]
Bug fix in destructor (Rene Brun)

16 years agoMacro for Bitpattern's reading, generates histograms
mrodrigu [Fri, 11 Apr 2008 21:28:54 +0000 (21:28 +0000)]
Macro for Bitpattern's reading, generates histograms

16 years agoUpdate of class AliACORDERawStream
mrodrigu [Fri, 11 Apr 2008 21:27:10 +0000 (21:27 +0000)]
Update of class AliACORDERawStream

16 years agoUpdate: added GetNEvents variable
mrodrigu [Fri, 11 Apr 2008 21:26:31 +0000 (21:26 +0000)]
Update: added GetNEvents variable

16 years agoNew file: Track fitting demo.
alja [Fri, 11 Apr 2008 20:15:32 +0000 (20:15 +0000)]
New file: Track fitting demo.

16 years agoStructural improvements.
alja [Fri, 11 Apr 2008 20:09:42 +0000 (20:09 +0000)]
Structural improvements.

16 years agoPHYSICS RUN AddedAliACORDEPreprocessor.cxx
mrodrigu [Fri, 11 Apr 2008 17:48:11 +0000 (17:48 +0000)]
PHYSICS RUN AddedAliACORDEPreprocessor.cxx

16 years agoRemoved overlaps between SSD cone and SPD thermal shield (M. Sitta)
masera [Fri, 11 Apr 2008 17:27:54 +0000 (17:27 +0000)]
Removed overlaps between SSD cone and SPD thermal shield (M. Sitta)

16 years agoAdded selection cuts for fitting drift speed vs. anode. Upgraded naming scheme for...
masera [Fri, 11 Apr 2008 17:23:13 +0000 (17:23 +0000)]
Added selection cuts for fitting drift speed vs. anode. Upgraded naming scheme for methods (Francesco Prino)

16 years agoSPD services on the cones (A. Pulvirenti)
masera [Fri, 11 Apr 2008 17:18:47 +0000 (17:18 +0000)]
SPD services on the cones (A. Pulvirenti)

16 years agoPossibility to reconstruct tracks with 1 point + vertex, and possibility to reuse...
masera [Fri, 11 Apr 2008 15:55:38 +0000 (15:55 +0000)]
Possibility to reconstruct tracks with 1 point + vertex, and possibility to reuse clusters already used by AliITStrackerMI (Andrea)

16 years agoImproved efficiency (Andrea)
masera [Fri, 11 Apr 2008 15:54:51 +0000 (15:54 +0000)]
Improved efficiency (Andrea)

16 years agoRemoving compilation warning in the ESDMuonFilter task (Roberta)
martinez [Fri, 11 Apr 2008 15:11:35 +0000 (15:11 +0000)]
Removing compilation warning in the ESDMuonFilter task (Roberta)

16 years ago- bugfix component handler: library load via gSystem pretended to fail in some
richterm [Fri, 11 Apr 2008 14:43:36 +0000 (14:43 +0000)]
- bugfix component handler: library load via gSystem pretended to fail in some
  case although it was ok
- bagfix AliHLTEsdManager: corrected list handling, copying of ESDs and merging
  of separate event ESDs into one still needs some fix in AliESDEvent
- TPCEsdWriter: add ESD to user info in order to save the actual ESD layout

16 years agominor changes in code documentation
richterm [Fri, 11 Apr 2008 14:22:43 +0000 (14:22 +0000)]
minor changes in code documentation

16 years agominors
dibari [Fri, 11 Apr 2008 13:55:38 +0000 (13:55 +0000)]
minors

16 years agoMUON task for the analysis train to fill the muon information in the generic AODs...
martinez [Fri, 11 Apr 2008 13:32:08 +0000 (13:32 +0000)]
MUON task for the analysis train to fill the muon information in the generic AODs (Roberta)

16 years agoBug fix (Roberta)
hristov [Fri, 11 Apr 2008 13:03:04 +0000 (13:03 +0000)]
Bug fix (Roberta)

16 years agoAdapted for submission on the Grid
schutz [Fri, 11 Apr 2008 12:54:47 +0000 (12:54 +0000)]
Adapted for submission on the Grid

16 years agoUpdated to read the TOF signal cable lengths
decaro [Fri, 11 Apr 2008 12:39:59 +0000 (12:39 +0000)]
Updated to read the TOF signal cable lengths

16 years agoHLT event reconstruction moved to beginning of reconstruction. Minor modification...
hristov [Fri, 11 Apr 2008 12:38:54 +0000 (12:38 +0000)]
HLT event reconstruction moved to beginning of reconstruction. Minor modification in simulation to enable/disable writing of HLT raw data files (Matthias)

16 years agoSuppressed a not fatal error during the execution
decaro [Fri, 11 Apr 2008 12:31:25 +0000 (12:31 +0000)]
Suppressed a not fatal error during the execution

16 years agoQA checker
alla [Fri, 11 Apr 2008 12:13:45 +0000 (12:13 +0000)]
QA checker

16 years agoTo visualize the TOF strips in the geometry configuration with holes in front of...
decaro [Fri, 11 Apr 2008 10:09:09 +0000 (10:09 +0000)]
To visualize the TOF strips in the geometry configuration with holes in front of PHOS

16 years agoadded TPC Krypton CF and associated component (Kenneth)
richterm [Fri, 11 Apr 2008 09:53:24 +0000 (09:53 +0000)]
added TPC Krypton CF and associated component (Kenneth)

16 years agoChanged fitting algorithm
decaro [Fri, 11 Apr 2008 09:21:21 +0000 (09:21 +0000)]
Changed fitting algorithm

16 years agoalice-data/gentle_geo_trd.root
mtadel [Fri, 11 Apr 2008 09:09:27 +0000 (09:09 +0000)]
alice-data/gentle_geo_trd.root
alice-macros/trd_clusters.C
alice-macros/geom_gentle_trd.C
alice-macros/visscan_init.C
test-macros/geom_extr_trd.C

Add simplified geometry for TRD and methods to extract it from the
full geometry. Optionally include it in also in visual-scanning
application.

alice-macros/tpc_clusters.C - Remove debug printout.

16 years agoBackward compatibility with old qthre in OCDB:
dibari [Fri, 11 Apr 2008 08:42:18 +0000 (08:42 +0000)]
Backward compatibility with old qthre in OCDB:
previous: 7 qthre (one for each chamber)
now      : 7*6 qthre (one for each sector)

16 years agoBackward compatibility with old qthre in OCDB:
dibari [Fri, 11 Apr 2008 07:32:44 +0000 (07:32 +0000)]
Backward compatibility with old qthre in OCDB:
previous: 7 qthre (one for each chamber)
now      : 7*6 qthre (one for each sector)

16 years agoflukahp not needed anymore
hristov [Fri, 11 Apr 2008 07:30:15 +0000 (07:30 +0000)]
flukahp not needed anymore

16 years agoInitialization of arrays-data memebers(Alex)
hristov [Fri, 11 Apr 2008 07:01:53 +0000 (07:01 +0000)]
Initialization of arrays-data memebers(Alex)

16 years agoAdded ignores
cholm [Thu, 10 Apr 2008 22:50:26 +0000 (22:50 +0000)]
Added ignores

16 years agoAdded test script
cholm [Thu, 10 Apr 2008 22:49:55 +0000 (22:49 +0000)]
Added test script

16 years agoRotated FMD1 properly
cholm [Thu, 10 Apr 2008 22:49:36 +0000 (22:49 +0000)]
Rotated FMD1 properly

16 years agoThe Gain DA executable for FMD
hdalsgaa [Thu, 10 Apr 2008 22:35:40 +0000 (22:35 +0000)]
The Gain DA executable for FMD

16 years agoThe Pedestal DA executable for FMD
hdalsgaa [Thu, 10 Apr 2008 22:35:10 +0000 (22:35 +0000)]
The Pedestal DA executable for FMD

16 years agoChanged SetSampleRate to allow users to set the sample rate higher than 2. This is...
hdalsgaa [Thu, 10 Apr 2008 22:30:54 +0000 (22:30 +0000)]
Changed SetSampleRate to allow users to set the sample rate higher than 2. This is needed when OCDB is not available (DAs)

16 years agoIntroduction of TOF signal cable lencgth map (P.Pagano)
decaro [Thu, 10 Apr 2008 22:09:37 +0000 (22:09 +0000)]
Introduction of TOF signal cable lencgth map (P.Pagano)