]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
17 years agoInclusion of several new files. The Peakfinder class is now made a
phille [Thu, 11 Jan 2007 14:49:59 +0000 (14:49 +0000)]
Inclusion of several new files. The Peakfinder class is now made a
derived class of AliHLTPHOSRawAnalyzer

17 years agoAdd copy constructor and assignment operator to cxx, change default name of histogram...
gustavo [Thu, 11 Jan 2007 13:53:05 +0000 (13:53 +0000)]
Add copy constructor and assignment operator to cxx, change default name of histograms file to avoid confusion with PHOS histograms file

17 years ago11-jan-2007 NvE IceRawTWR.cxx updated to prevent gcc compiler warnings about unused
nick [Thu, 11 Jan 2007 13:23:44 +0000 (13:23 +0000)]
11-jan-2007 NvE IceRawTWR.cxx updated to prevent gcc compiler warnings about unused
                variables.

17 years agoFollowing our last OCDB design meeting I've modified the Grid CDB access
hristov [Wed, 10 Jan 2007 17:53:29 +0000 (17:53 +0000)]
Following our last OCDB design meeting I've modified the Grid CDB access
classes, adding a dummy subVersion number in the file name. In this way
one can copy a Grid folder locally and read it with the local CDB access.

I've ensured backward compatibility: AliCDBGrid can read also files with
the old name format. New files are nevertheless stored in the new format.
Thus at some point we may think to remove the backward compatibility.

I also send you an updated version of AliCDBManager, where I've added the
"UnloadFromCache(const char* path)" method. This can be used to delete
from the cache a single object, while ClearCache removes them all. It may
be useful if we want to implement the idea of loading and unloading
the calibration data during reconstruction...

Alberto

17 years agoAll data members are streamed.
morsch [Wed, 10 Jan 2007 17:50:26 +0000 (17:50 +0000)]
All data members are streamed.

17 years agoChanges to reduce the memory usage
hristov [Wed, 10 Jan 2007 17:31:55 +0000 (17:31 +0000)]
Changes to reduce the memory usage

17 years agoSome small fixes (Sasha)
ivana [Wed, 10 Jan 2007 11:25:04 +0000 (11:25 +0000)]
Some small fixes (Sasha)

17 years agoChanged arguments in HasPad(..) from Float_t& to Float_t
ivana [Wed, 10 Jan 2007 11:17:10 +0000 (11:17 +0000)]
Changed arguments in HasPad(..) from Float_t& to Float_t

17 years agoReordered includes
ivana [Wed, 10 Jan 2007 11:16:45 +0000 (11:16 +0000)]
Reordered includes

17 years agoUsing combined cluster / track finder with variable window for cluster
ivana [Wed, 10 Jan 2007 11:16:31 +0000 (11:16 +0000)]
Using combined cluster / track finder with variable window for cluster
search; some format changes for debug printout
(Sasha)

17 years agoSome small fixes (Sasha)
ivana [Wed, 10 Jan 2007 11:16:16 +0000 (11:16 +0000)]
Some small fixes (Sasha)

17 years ago- Many changes in the code to make combined cluster / track finder
ivana [Wed, 10 Jan 2007 11:15:56 +0000 (11:15 +0000)]
- Many changes in the code to make combined cluster / track finder
  working again
- Using TObjArray instead of TClonesArray to store hits for rec.; two
  function prototypes have 2 extra parameters
(Sasha)

17 years agoRaw digits writing to file (B.Polichtchouk)
kharlov [Wed, 10 Jan 2007 11:07:26 +0000 (11:07 +0000)]
Raw digits writing to file (B.Polichtchouk)

17 years agoCorrection in output format.
morsch [Wed, 10 Jan 2007 10:29:32 +0000 (10:29 +0000)]
Correction in output format.

17 years agoThis macro was completely wrong
schutz [Tue, 9 Jan 2007 10:12:02 +0000 (10:12 +0000)]
This macro was completely wrong

17 years agosynchronize with Release
schutz [Tue, 9 Jan 2007 10:10:04 +0000 (10:10 +0000)]
synchronize with Release

17 years agoCorrect definition of the specific package optinons
hristov [Mon, 8 Jan 2007 16:22:19 +0000 (16:22 +0000)]
Correct definition of the specific package optinons

17 years agoImprovements on the selection of fragmentation photons. (G. Conesa)
morsch [Mon, 8 Jan 2007 16:13:28 +0000 (16:13 +0000)]
Improvements on the selection of fragmentation photons. (G. Conesa)

17 years agoBringing the parametrized TPC tracker up-to-date (A.Dainese)
hristov [Mon, 8 Jan 2007 15:31:46 +0000 (15:31 +0000)]
Bringing the parametrized TPC tracker up-to-date (A.Dainese)

17 years agoExample jet analysis configuration.
morsch [Mon, 8 Jan 2007 14:45:45 +0000 (14:45 +0000)]
Example jet analysis configuration.

17 years agoExample macro for jet analysis.
morsch [Mon, 8 Jan 2007 14:45:21 +0000 (14:45 +0000)]
Example macro for jet analysis.

17 years agoFirst version of a jet analysis deriving from AliAnalysisTask.
morsch [Mon, 8 Jan 2007 14:44:38 +0000 (14:44 +0000)]
First version of a jet analysis deriving from AliAnalysisTask.

17 years agoDo not recreate existing containers
hristov [Mon, 8 Jan 2007 09:48:50 +0000 (09:48 +0000)]
Do not recreate existing containers

17 years agocorrection in Alien2Local
schutz [Sun, 7 Jan 2007 19:26:34 +0000 (19:26 +0000)]
correction in Alien2Local

17 years agoreplace uid by guid in GetGUID()
schutz [Sun, 7 Jan 2007 17:31:00 +0000 (17:31 +0000)]
replace uid by guid in GetGUID()

17 years agoThe wrong file was committed earlier
schutz [Sun, 7 Jan 2007 16:50:51 +0000 (16:50 +0000)]
The wrong file was committed earlier

17 years agocorrections from previous commit
richterm [Fri, 5 Jan 2007 15:07:35 +0000 (15:07 +0000)]
corrections from previous commit

17 years ago- changes according to coding conventions and documentation
richterm [Fri, 5 Jan 2007 14:09:48 +0000 (14:09 +0000)]
- changes according to coding conventions and documentation
- AliHLTTPCDigitReaderRaw: HAVE_TPC_MAPPING dependend implementation
  fixed in order to make class definition independend
- helper functions for data structure handling added
- libHLTbase.pkg and libAliHLTSample.pkg included to the stand-alone
  build system
- AliHLTFilePublisher added
- target to create the stand-alone sample library package added

17 years ago- implementation dependence on HAVE_TPC_MAPPING fixed, no defines in header file
richterm [Fri, 5 Jan 2007 12:24:51 +0000 (12:24 +0000)]
- implementation dependence on HAVE_TPC_MAPPING fixed, no defines in header file
- coding conventions: special charakters removed

17 years agoUpdate the Help method
schutz [Thu, 4 Jan 2007 13:05:47 +0000 (13:05 +0000)]
Update the Help method

17 years agochanges according to coding conventions
richterm [Thu, 28 Dec 2006 11:18:37 +0000 (11:18 +0000)]
changes according to coding conventions
- special characters in function names have been removed in the
  internal usage, the C interface still uses them in order to preserve
  backward compatibility

17 years agoChanges needed by the FMD (Christian)
hristov [Wed, 27 Dec 2006 23:03:32 +0000 (23:03 +0000)]
Changes needed by the FMD (Christian)

17 years agoAdded script to extract list of medias and write to file - must be executed in same...
cholm [Wed, 27 Dec 2006 13:37:57 +0000 (13:37 +0000)]
Added script to extract list of medias and write to file - must be executed in same process as the creation of the galice.root file

17 years agoUse Alignable volume names
cholm [Wed, 27 Dec 2006 13:24:18 +0000 (13:24 +0000)]
Use Alignable volume names

17 years agoAdded the possibility to do diagnostics histograms.
cholm [Wed, 27 Dec 2006 13:23:37 +0000 (13:23 +0000)]
Added the possibility to do diagnostics histograms.
Fixed up a few minor problems in the code.
Prepare for getting the appropriate z--coordinate of the vertex.

17 years ago-maxdepth option is not portable, reverting the changes
hristov [Fri, 22 Dec 2006 17:48:36 +0000 (17:48 +0000)]
-maxdepth option is not portable, reverting the changes

17 years agoUsing the same options for all the libraries
hristov [Fri, 22 Dec 2006 16:08:08 +0000 (16:08 +0000)]
Using the same options for all the libraries

17 years agoChenges needed by the new HLT libraries (Matthias)
hristov [Fri, 22 Dec 2006 14:24:06 +0000 (14:24 +0000)]
Chenges needed by the new HLT libraries (Matthias)

17 years agoNew HLT libraries (Matthias)
hristov [Fri, 22 Dec 2006 14:22:31 +0000 (14:22 +0000)]
New HLT libraries (Matthias)

17 years agoCompilation on Mac
hristov [Fri, 22 Dec 2006 14:21:25 +0000 (14:21 +0000)]
Compilation on Mac

17 years agostrings.h included (Solaris x86)
hristov [Fri, 22 Dec 2006 13:26:42 +0000 (13:26 +0000)]
strings.h included (Solaris x86)

17 years agoAdding the GetStatus() method.
belikov [Fri, 22 Dec 2006 11:05:10 +0000 (11:05 +0000)]
Adding the GetStatus() method.

17 years agofill TgtupleLoc with fired local boards only (Philippe)
pcrochet [Thu, 21 Dec 2006 17:03:28 +0000 (17:03 +0000)]
fill TgtupleLoc with fired local boards only (Philippe)

17 years agoadd data member fLoOutput plus setter and getter (Philippe)
pcrochet [Thu, 21 Dec 2006 17:03:24 +0000 (17:03 +0000)]
add data member fLoOutput plus setter and getter (Philippe)

17 years agofill LocalTrigger with all local boards (needed by MOOD), set LocalTrigger fLoOutput...
pcrochet [Thu, 21 Dec 2006 17:03:21 +0000 (17:03 +0000)]
fill LocalTrigger with all local boards (needed by MOOD), set LocalTrigger fLoOutput (Philippe)

17 years agocommit from Jochen
richterm [Thu, 21 Dec 2006 10:30:28 +0000 (10:30 +0000)]
commit from Jochen
- TPCDisplay library version 2
  - library version for the AliHLTGUI v 1.5
- argument scan of the AliHLTTPCDigitReaderRaw cleaned up

17 years agoUsing symname as argument to avoid confusion (Raffaele)
hristov [Thu, 21 Dec 2006 10:06:18 +0000 (10:06 +0000)]
Using symname as argument to avoid confusion (Raffaele)

17 years agoNew comparison macro (Yuri)
hristov [Thu, 21 Dec 2006 09:05:38 +0000 (09:05 +0000)]
New comparison macro (Yuri)

17 years agoHLT hit's reconstruction included in the reconstruction chain (Indra)
hristov [Thu, 21 Dec 2006 08:48:45 +0000 (08:48 +0000)]
HLT hit's reconstruction included in the reconstruction chain (Indra)

17 years agoHLT hit's reconstruction: online version (Indra)
hristov [Thu, 21 Dec 2006 08:47:56 +0000 (08:47 +0000)]
HLT hit's reconstruction: online version (Indra)

17 years agoThis class reads rawdata for MUON detector and produces
hristov [Thu, 21 Dec 2006 08:46:36 +0000 (08:46 +0000)]
This class reads rawdata for MUON detector and produces
reconstructed hit position as output, which is stored in a root
file  as tree format. It uses another class HLTMUONHitReconstructor of "../PubSub"
to perform the hitreconstruction which is the same as it is used
in online hitreconstruction. The output data is of type AliMUONRawCluster same as that
of produced in Dimuon reconstruction (i.e MUON.RecPoints.root)

Indra

17 years agoMUON HLT LUT data (Indra)
hristov [Thu, 21 Dec 2006 08:42:48 +0000 (08:42 +0000)]
MUON HLT LUT data (Indra)

17 years agoMinor changes to complete the modification of the standard tracking algorithm (Ph...
martinez [Wed, 20 Dec 2006 18:38:04 +0000 (18:38 +0000)]
Minor changes to complete the modification of the standard tracking algorithm (Ph. Pillot)

17 years agoProtection added.
morsch [Wed, 20 Dec 2006 17:12:15 +0000 (17:12 +0000)]
Protection added.

17 years agoOptional geometry without CPV
kharlov [Wed, 20 Dec 2006 16:56:43 +0000 (16:56 +0000)]
Optional geometry without CPV

17 years agoChristmas cleanup :)
jgrosseo [Wed, 20 Dec 2006 14:14:09 +0000 (14:14 +0000)]
Christmas cleanup :)

17 years agocassert included
hristov [Wed, 20 Dec 2006 11:26:04 +0000 (11:26 +0000)]
cassert included

17 years agoUpdate from release
schutz [Wed, 20 Dec 2006 11:21:05 +0000 (11:21 +0000)]
Update from release

17 years agoReplaced the SETUP.C by the correct one
schutz [Wed, 20 Dec 2006 11:13:21 +0000 (11:13 +0000)]
Replaced the SETUP.C by the correct one

17 years agoRemoved the class AliMUONSegment which has been replaced by the existing class AliMU...
martinez [Wed, 20 Dec 2006 11:01:32 +0000 (11:01 +0000)]
Removed the class AliMUONSegment which has been replaced by the  existing class AliMUONObjectPair when needed (Ph. Pillot)

17 years agoUse the GRID features only if Root was compiled with AliEn support
hristov [Wed, 20 Dec 2006 11:01:16 +0000 (11:01 +0000)]
Use the GRID features only if Root was compiled with AliEn support

17 years ago+ Modifications of the standard tracking algorithm:
martinez [Wed, 20 Dec 2006 10:58:15 +0000 (10:58 +0000)]
+ Modifications of the standard tracking algorithm:
  - Now we use the track covariance matrix in order to parameterize
    the size of the area where new hits (raw-clusters) are searched;
  - Two extreme options now exist: either we track all possible candidates
    or we keep only the best ones at each step of the  algorithm (using
    the flag AliMUONTrackReconstructor::fgkTrackAllTracks);
+ Removed the class AliMUONSegment which has been replaced by the
  existing class AliMUONObjectPair when needed.
+ Also removed or redefined some hard-coded constants used in the
  tracking algorithms.
             (Ph. Pillot)

17 years agoChange const char * by TString, change AliInfos per AliPreprocessor::Log or AliDebug
gustavo [Wed, 20 Dec 2006 10:53:28 +0000 (10:53 +0000)]
Change const char * by TString, change AliInfos per AliPreprocessor::Log or AliDebug

17 years agoAdd a comment
cblume [Wed, 20 Dec 2006 10:08:37 +0000 (10:08 +0000)]
Add a comment

17 years agoUnitArray only filled if grid defined.
morsch [Wed, 20 Dec 2006 09:55:12 +0000 (09:55 +0000)]
UnitArray only filled if grid defined.

17 years agoMissing inline added.
morsch [Wed, 20 Dec 2006 09:54:25 +0000 (09:54 +0000)]
Missing inline added.

17 years agoadding new
schutz [Wed, 20 Dec 2006 08:51:05 +0000 (08:51 +0000)]
adding new

17 years agoMissing ; added.
morsch [Wed, 20 Dec 2006 08:35:22 +0000 (08:35 +0000)]
Missing ; added.

17 years agoTrying to fix a mess
schutz [Wed, 20 Dec 2006 08:21:03 +0000 (08:21 +0000)]
Trying to fix a mess

17 years agoTrying to fix a mess
schutz [Wed, 20 Dec 2006 08:18:55 +0000 (08:18 +0000)]
Trying to fix a mess

17 years agoClean-up mainly in includes.
morsch [Tue, 19 Dec 2006 17:31:20 +0000 (17:31 +0000)]
Clean-up mainly in includes.

17 years agoChange print output in Terminate
schutz [Tue, 19 Dec 2006 16:42:44 +0000 (16:42 +0000)]
Change print output in Terminate

17 years agoCompilation of ESDCheck (Yves)
hristov [Tue, 19 Dec 2006 16:02:34 +0000 (16:02 +0000)]
Compilation of ESDCheck (Yves)

17 years agoRecord changes.
mtadel [Tue, 19 Dec 2006 15:16:14 +0000 (15:16 +0000)]
Record changes.

17 years agoCheck if global g_trkcnt has been reset and attempt to reinitialize it from TrackCoun...
mtadel [Tue, 19 Dec 2006 15:16:13 +0000 (15:16 +0000)]
Check if global g_trkcnt has been reset and attempt to reinitialize it from TrackCounter static member; return TParticle* for given label; check label range as AliStack segvs if label is out of bounds.

17 years agoNew file; dump kine stack for given label.
mtadel [Tue, 19 Dec 2006 15:16:02 +0000 (15:16 +0000)]
New file; dump kine stack for given label.

17 years agoAdded TRD hits.
mtadel [Tue, 19 Dec 2006 15:16:01 +0000 (15:16 +0000)]
Added TRD hits.

17 years agoAdded method Track::PrintKineStack(); added global TrackCounter pointer to overcome...
mtadel [Tue, 19 Dec 2006 15:13:43 +0000 (15:13 +0000)]
Added method Track::PrintKineStack(); added global TrackCounter pointer to overcome resets of CINT globals in macros.

17 years agoExtra ; removed.
morsch [Tue, 19 Dec 2006 14:58:51 +0000 (14:58 +0000)]
Extra ; removed.

17 years agoCorrected bug introduced by Christian
schutz [Tue, 19 Dec 2006 14:42:22 +0000 (14:42 +0000)]
Corrected bug introduced by Christian

17 years agoMore EMCALgeometry replaced by AliJetDummyGeo
morsch [Tue, 19 Dec 2006 14:03:04 +0000 (14:03 +0000)]
More EMCALgeometry replaced by AliJetDummyGeo

17 years agoUse AliJetDummyGeometry.
morsch [Tue, 19 Dec 2006 13:53:23 +0000 (13:53 +0000)]
Use AliJetDummyGeometry.

17 years agoDummy geometry to remove dependency from EMCAL (temporary solution)
morsch [Tue, 19 Dec 2006 13:52:49 +0000 (13:52 +0000)]
Dummy geometry to remove dependency from EMCAL (temporary solution)

17 years agoEff C++ Warnings corrected.
morsch [Tue, 19 Dec 2006 13:51:17 +0000 (13:51 +0000)]
Eff C++ Warnings corrected.

17 years agoCompact plots in a single canvas
schutz [Tue, 19 Dec 2006 13:28:28 +0000 (13:28 +0000)]
Compact plots in a single canvas

17 years ago- Clean-up of data members and methods in base classes and derived classes
morsch [Tue, 19 Dec 2006 13:00:55 +0000 (13:00 +0000)]
- Clean-up of data members and methods in base classes and derived classes
- Use of UnitArray to read TPC and EMCAL information. (Magali Estienne)

17 years agoInput histograms with crystal amplitudes for Shuttle
kharlov [Tue, 19 Dec 2006 12:23:44 +0000 (12:23 +0000)]
Input histograms with crystal amplitudes for Shuttle

17 years agoImportant bug fix in the maps used by FMD (Christian)
hristov [Tue, 19 Dec 2006 11:56:01 +0000 (11:56 +0000)]
Important bug fix in the maps used by FMD (Christian)

17 years agoUpdated reconstruction to (optionally) make angle correction.
cholm [Tue, 19 Dec 2006 10:49:48 +0000 (10:49 +0000)]
Updated reconstruction to (optionally) make angle correction.
Updated reconstruction to (optionally) suppress noise.
Updated ESD data to have this information.
Updated ALTRO mapping to reflect real configuration (2 RCU branches)
Updated Display with newer and better code.
Added the pattern and fancy viewers.
Fixed ADC range in digitizer.
Put more realistic noise characteristics in AliFMDCalibFaker.
Added some more scripts for display and illustration.
Added script to make Dummy AliModule for all but the FMD.
Added newer calibrations (fixes ushort problem in AliFMDMap).

17 years agoNew GetUID method
schutz [Tue, 19 Dec 2006 10:23:31 +0000 (10:23 +0000)]
New GetUID method

17 years agoNew AddFile method
schutz [Tue, 19 Dec 2006 10:22:56 +0000 (10:22 +0000)]
New AddFile method

17 years agoAdditional software trigger posiibilities for pions and gammas (G. Conesa)
morsch [Tue, 19 Dec 2006 10:15:22 +0000 (10:15 +0000)]
Additional software trigger posiibilities for pions and gammas (G. Conesa)

17 years agoNew PID class for EMCAL, bayesian analysis done with ESD data, PID information filled...
gustavo [Tue, 19 Dec 2006 09:43:47 +0000 (09:43 +0000)]
New PID class for EMCAL, bayesian analysis done with ESD data, PID information filled when calling AliEMCALPID in AliEMCALReconstructor::FillESD()

17 years agoExample macro to execute PID (Gu��nol��)
gustavo [Tue, 19 Dec 2006 09:04:07 +0000 (09:04 +0000)]
Example macro to execute PID (Gu��nol��)

17 years agoAlgorithm par. set as a private member (C.Zampolli)
arcelli [Tue, 19 Dec 2006 08:55:15 +0000 (08:55 +0000)]
Algorithm par. set as a private member (C.Zampolli)

17 years agoChanged filenames types to TString + split file sources (C.Zampolli)
arcelli [Tue, 19 Dec 2006 08:53:27 +0000 (08:53 +0000)]
Changed filenames types to TString + split file sources (C.Zampolli)

17 years agoNew PID class for EMCAL, bayesian analysis done with ESD data, PID information filled...
gustavo [Tue, 19 Dec 2006 08:49:35 +0000 (08:49 +0000)]
New PID class for EMCAL, bayesian analysis done with ESD data, PID information filled when calling AliEMCALPID in AliEMCALReconstructor::FillESD()

17 years agoclean up the EMCAL name scheme : super module -> module -> tower (or cell)
pavlinov [Tue, 19 Dec 2006 02:34:13 +0000 (02:34 +0000)]
clean up the EMCAL name scheme : super module -> module -> tower (or cell)

17 years agoChange in the format of the input data from DAQ FXS, new files (C.Zampolli)
arcelli [Mon, 18 Dec 2006 18:18:54 +0000 (18:18 +0000)]
Change in the format of the input data from DAQ FXS, new files (C.Zampolli)

17 years agoUpdated Aliases for DCS TOF datapoints (C.Zampolli)
arcelli [Mon, 18 Dec 2006 18:17:42 +0000 (18:17 +0000)]
Updated Aliases for DCS TOF datapoints (C.Zampolli)