]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
17 years agoBug fix: When moving from C style pointer based strings to the C++ string
phille [Mon, 12 Feb 2007 09:04:45 +0000 (09:04 +0000)]
Bug fix: When moving from C style pointer based strings to the C++ string
class the memebr initialization list was not updated accordingly.
The member fDirectory and fFilename was initialized to zero wich
is fine for a C pointerbased string but when used to initialize a string
with the statement fDirctory(0) it is intepret as an attemt to initialize
a string object with a C character string starting at 0.
The error cuase a runtime error of aliroot, but is now fixed.

17 years agoparity bit is introduced
bnandi [Sat, 10 Feb 2007 07:26:12 +0000 (07:26 +0000)]
parity bit is introduced

17 years agomethod Ranmar is removed
bnandi [Sat, 10 Feb 2007 07:24:52 +0000 (07:24 +0000)]
method Ranmar is removed

17 years agocarries cluster info in clustering class
bnandi [Sat, 10 Feb 2007 07:22:34 +0000 (07:22 +0000)]
carries cluster info in clustering class

17 years agoBug fix
hristov [Fri, 9 Feb 2007 21:22:36 +0000 (21:22 +0000)]
Bug fix

17 years agoincresed the LOG_BUFFER_SIZE from 100 to 512 bytes
phille [Fri, 9 Feb 2007 19:01:40 +0000 (19:01 +0000)]
incresed the LOG_BUFFER_SIZE from 100 to 512 bytes

17 years agoexamople of macro to do a correlation analysis
schutz [Fri, 9 Feb 2007 18:58:17 +0000 (18:58 +0000)]
examople of macro to do a correlation analysis

17 years agoVertexerZ updated: no histograms for Z finding, new definition of errors
masera [Fri, 9 Feb 2007 18:43:51 +0000 (18:43 +0000)]
VertexerZ updated: no histograms for Z finding, new definition of errors

17 years agoB?\008New version from Gustavo
schutz [Fri, 9 Feb 2007 18:40:40 +0000 (18:40 +0000)]
B?\008New version from Gustavo

17 years agoMerged with changes from Panos
snelling [Fri, 9 Feb 2007 16:45:57 +0000 (16:45 +0000)]
Merged with changes from Panos

17 years agoSimplified decalibration procedure, just say to the CBD where is the file
gustavo [Fri, 9 Feb 2007 16:31:05 +0000 (16:31 +0000)]
Simplified decalibration procedure, just say to the CBD where is the file

17 years agoforgot to remove #include statement for file that was removed from cvs (AliHLTPHOSFil...
phille [Fri, 9 Feb 2007 16:03:59 +0000 (16:03 +0000)]
forgot to remove #include statement for file that was removed from cvs (AliHLTPHOSFileWriterDescriptorStruct.h)

17 years agoCalibration data member fCalibData initialized in Init() calling to the AliEMCALLoade...
gustavo [Fri, 9 Feb 2007 16:00:39 +0000 (16:00 +0000)]
Calibration data member fCalibData initialized in Init() calling to the AliEMCALLoader::CalibData() method, pedestals and gains always data recovered from CDB

17 years agoNew calibration data member with AliEMCALCalibData instance. Initialized in Init...
gustavo [Fri, 9 Feb 2007 15:57:21 +0000 (15:57 +0000)]
New calibration data member with AliEMCALCalibData instance. Initialized in Init() calling to the AliEMCALLoader::CalibData() method, pedestals and gains always data recovered from CDB

17 years agoadded new files
phille [Fri, 9 Feb 2007 15:53:07 +0000 (15:53 +0000)]
added new files

17 years agoCalibData() method returns AliEMCALCaliData instance filled with CDB calibration...
gustavo [Fri, 9 Feb 2007 15:50:01 +0000 (15:50 +0000)]
CalibData() method returns AliEMCALCaliData instance filled with CDB calibration data

17 years agocosmetic changes
phille [Fri, 9 Feb 2007 15:45:30 +0000 (15:45 +0000)]
cosmetic changes

17 years ago1st half supermodule was considered as a full supermodule
gustavo [Fri, 9 Feb 2007 15:44:49 +0000 (15:44 +0000)]
1st half supermodule was considered as a full supermodule

17 years agoadded copyright note
phille [Fri, 9 Feb 2007 15:44:19 +0000 (15:44 +0000)]
added copyright note

17 years ago = opreator and copy constructor made private
phille [Fri, 9 Feb 2007 15:42:18 +0000 (15:42 +0000)]
 = opreator and copy constructor made private

17 years agoCoding convention & removal of some obsolete code
phille [Fri, 9 Feb 2007 15:40:15 +0000 (15:40 +0000)]
Coding convention & removal of some obsolete code

17 years agoAdded copyright notice
phille [Fri, 9 Feb 2007 15:38:13 +0000 (15:38 +0000)]
Added copyright notice

17 years agoAbstract class to implement som functions common to all FileWriters.
phille [Fri, 9 Feb 2007 15:37:01 +0000 (15:37 +0000)]
Abstract class to implement som functions common to all FileWriters.
The pure virtual function WriteFile must be implemnted in a derived class.

17 years agofile moved to EMCAL/ShuttleInput
gustavo [Fri, 9 Feb 2007 15:35:54 +0000 (15:35 +0000)]
file moved to EMCAL/ShuttleInput

17 years agoReference calibration histogram file, one histogram per channel with accumulated...
gustavo [Fri, 9 Feb 2007 15:34:23 +0000 (15:34 +0000)]
Reference calibration histogram file, one histogram per channel with accumulated amplitudes. This is a version for shuttle testing, moved from EMCAL/data to EMCAL/ShuttleInput

17 years agoCorrect the name of the storage directory from EMCAL/Calib/Gains_and_Pedestals to...
gustavo [Fri, 9 Feb 2007 15:29:46 +0000 (15:29 +0000)]
Correct the name of the storage directory from EMCAL/Calib/Gains_and_Pedestals to EMCAL/Calib/Data

17 years agoHLT component to write data to files. The directory where to write the files
phille [Fri, 9 Feb 2007 15:28:28 +0000 (15:28 +0000)]
HLT component to write data to files. The directory where to write the files
has to be specified as component argumet with the -directory <directory> option.
At least one data type has to be specified as component argumet with the
-datatype <datatype>. Any number of valid datatype can be specified.
Example of usage.

-componentargs "-directory /home/perthi/HLT/phos/data/  -datatype gkCellEnergyDataType  -datatype gkDDLPackedRawDataType"

The command abowe will write both celle energies and untouched raw RCU data to separate files in the
directory /home/perthi/HLT/phos/data/. Currently one file will be written per event.

17 years agoCorrect to agree with ALICE numbering scheme, change name of storage directory from...
gustavo [Fri, 9 Feb 2007 15:28:22 +0000 (15:28 +0000)]
Correct to agree with ALICE numbering scheme, change name of storage directory from EMCAL/Gains_and_Pedestals to EMCAL/Data

17 years agoClass to write cell/crystal energies to file on a dedicated celle energies data format.
phille [Fri, 9 Feb 2007 15:20:12 +0000 (15:20 +0000)]
Class to write cell/crystal energies to file on a dedicated celle energies data format.

17 years agoClass to write raw RCU data blocks directly to files untouched by the HLT
phille [Fri, 9 Feb 2007 15:17:51 +0000 (15:17 +0000)]
Class to write raw RCU data blocks directly to files untouched by the HLT

17 years agoClass to write phos cell/crysta energies to files on a dedicated
phille [Fri, 9 Feb 2007 15:16:41 +0000 (15:16 +0000)]
Class to write phos cell/crysta energies to files on a dedicated
celle energy data format.

17 years agoStructure to hold header information for dat that should be written to file.
phille [Fri, 9 Feb 2007 15:15:23 +0000 (15:15 +0000)]
Structure to hold header information for dat that should be written to file.

17 years agoBug fix:
phille [Fri, 9 Feb 2007 14:07:02 +0000 (14:07 +0000)]
Bug fix:
1) The path to the peakfinder vector is now taken programatically from
the environment variable ALICE_ROOT, and  PF_VECTOR_DIR constant given in
AliHLTPHOSCommonDefs.h. The name of the file is constructed from the constants
 PF_DEFAULT_N_SAMPLE, PF_DEFAULT_STARTINDEX, DEFAULT_TAU,  DEFAULT_FS also
defined in ALIHLTPHOSCommonDefs.h .
The default PF vector found this way can be overiiden by the user (programtically).

2) Error messages are writen to the HLT
log file of the component rather than to stdout.

17 years agoNew definitions
phille [Fri, 9 Feb 2007 13:57:26 +0000 (13:57 +0000)]
New definitions

17 years agoRemoving use of gAlice from reconstruction:
ivana [Fri, 9 Feb 2007 12:25:18 +0000 (12:25 +0000)]
Removing use of gAlice from reconstruction:
use AliRunLoader to get event number
(Sasha)

17 years agoRemoving use of gAlice from reconstruction;
ivana [Fri, 9 Feb 2007 12:24:55 +0000 (12:24 +0000)]
Removing use of gAlice from reconstruction;
the MUONSegmentation is now created via MUONSegFactory in
MUONReconstructor and passed to AliMUONEventRecoCombi and
AliMUONDetElement objects.

17 years agoReflecting DCS numbering change (Laurent)
ivana [Fri, 9 Feb 2007 12:07:00 +0000 (12:07 +0000)]
Reflecting DCS numbering change (Laurent)

17 years agoAdding some shuttle log messages (Laurent)
ivana [Fri, 9 Feb 2007 12:06:52 +0000 (12:06 +0000)]
Adding some shuttle log messages (Laurent)

17 years agoProperly center primary-vertex error-box.
mtadel [Fri, 9 Feb 2007 11:09:54 +0000 (11:09 +0000)]
Properly center primary-vertex error-box.

17 years agolook for AliAnalysisSelector in ./ANALYSIS/ rather than in $ALICE_ROOT/ANALYSIS to...
schutz [Thu, 8 Feb 2007 18:22:54 +0000 (18:22 +0000)]
look for AliAnalysisSelector in ./ANALYSIS/ rather than in $ALICE_ROOT/ANALYSIS to avoid cint error

17 years agoAdd AliAnalysisSelector in ANALYSIS package
schutz [Thu, 8 Feb 2007 18:21:44 +0000 (18:21 +0000)]
Add AliAnalysisSelector in ANALYSIS package

17 years agoFixing the call to the ctor of AliAnalysisManager
schutz [Thu, 8 Feb 2007 18:20:22 +0000 (18:20 +0000)]
Fixing the call to the ctor of AliAnalysisManager

17 years agomore work on coding conventions and effC++
richterm [Thu, 8 Feb 2007 14:26:53 +0000 (14:26 +0000)]
more work on coding conventions and effC++

17 years agoSmall change by MinJung: < instead of <=
cblume [Thu, 8 Feb 2007 14:06:54 +0000 (14:06 +0000)]
Small change by MinJung: < instead of <=

17 years agoThe folder which should be used to store the guid files is added as an option to...
cvetan [Thu, 8 Feb 2007 13:59:31 +0000 (13:59 +0000)]
The folder which should be used to store the guid files is added as an option to the alimdc API. In case that the option is empty, the guid files will be stored in the same folder as raw-data files.

17 years ago- treating the closing of the popup window properly
ivana [Thu, 8 Feb 2007 12:25:59 +0000 (12:25 +0000)]
- treating the closing of the popup window properly
- add an iterator (Next button) for DetElemId
- add more infos while drawing (pad size & motif size)
(Christian)

17 years agocoding conventions
richterm [Thu, 8 Feb 2007 12:07:03 +0000 (12:07 +0000)]
coding conventions

17 years agoeff c++ warnings
panos [Thu, 8 Feb 2007 11:23:03 +0000 (11:23 +0000)]
eff c++ warnings

17 years agocorrected error in .include
schutz [Thu, 8 Feb 2007 11:14:06 +0000 (11:14 +0000)]
corrected error in .include

17 years agoRemoving extra ; from the flow code
panos [Thu, 8 Feb 2007 11:13:39 +0000 (11:13 +0000)]
Removing extra ; from the flow code

17 years agoUpdated version of the mutiplicity reconstruction with tracklets (Massimo)
hristov [Thu, 8 Feb 2007 10:55:05 +0000 (10:55 +0000)]
Updated version of the mutiplicity reconstruction with tracklets (Massimo)

17 years agochanging binning
jgrosseo [Thu, 8 Feb 2007 08:11:45 +0000 (08:11 +0000)]
changing binning
tf1 can be provided that is used as input distribution to test the method
enabling only needed branches in selector

17 years agoadded debug option
jgrosseo [Thu, 8 Feb 2007 08:08:50 +0000 (08:08 +0000)]
added debug option

17 years agoMinor cosmetic changes on the GUI
phille [Wed, 7 Feb 2007 19:48:30 +0000 (19:48 +0000)]
Minor cosmetic changes on the GUI

17 years agoImplementation of DCS FXS interface. Common design of all FXS interface methods.
acolla [Wed, 7 Feb 2007 19:30:22 +0000 (19:30 +0000)]
Implementation of DCS FXS interface. Common design of all FXS interface methods.

17 years agoImplementation of DCS FXS interface. Common design of all FXS interface methods .
acolla [Wed, 7 Feb 2007 19:29:12 +0000 (19:29 +0000)]
Implementation of DCS FXS interface. Common design of all FXS interface methods .

17 years agoall code in the constructors commented out, It will be readded later
phille [Wed, 7 Feb 2007 14:57:34 +0000 (14:57 +0000)]
all code in the constructors commented out, It will be readded later
after some more testing.

17 years agoBug fix, path to peakfinder vectors was hardcoded into the code for debugging purphoses
phille [Wed, 7 Feb 2007 14:55:34 +0000 (14:55 +0000)]
Bug fix, path to peakfinder vectors was hardcoded into the code for debugging purphoses
but was not removed when the code was commited. the error message reads

AliHLTPHOSRawAnalyzerPeakFinderComponent, ERROR: could not  open PF vector file

and can be ignored unless one uses the PeakFinderComponent within the HLT framework.
The vectors can also be set with the SetAVector and SetTVector int AliHLTRawAnalyzerPeakFinder class.
The error message is commented out in the current version.

17 years agoFixes in tracking needed for new det-numbering of hits
cblume [Wed, 7 Feb 2007 12:30:35 +0000 (12:30 +0000)]
Fixes in tracking needed for new det-numbering of hits

17 years agodocumentation
richterm [Wed, 7 Feb 2007 12:16:11 +0000 (12:16 +0000)]
documentation

17 years agocorrection in stand-alone build system (PHOS dict generation)
richterm [Wed, 7 Feb 2007 12:15:06 +0000 (12:15 +0000)]
correction in stand-alone build system (PHOS dict generation)

17 years agoBug fix (L.Gaudichet): SPD chip used instead of sensor. In the present configuration...
masera [Wed, 7 Feb 2007 12:08:54 +0000 (12:08 +0000)]
Bug fix (L.Gaudichet): SPD chip used instead of sensor. In the present configuration the chip is 150 um thick - it was 200 um - and the sensor is 200 um thick. This bug was seen as a bias in the reconstructed vertex position.

17 years agoUpdated PaintContour() method
ivana [Wed, 7 Feb 2007 10:56:47 +0000 (10:56 +0000)]
Updated PaintContour() method
(Christian)

17 years agoCommenting out debug printing
ivana [Wed, 7 Feb 2007 10:36:46 +0000 (10:36 +0000)]
Commenting out debug printing
(Christian)

17 years agoNew GUI class for drawing detection element segmentation
ivana [Wed, 7 Feb 2007 10:35:33 +0000 (10:35 +0000)]
New GUI class for drawing detection element segmentation
(Christian)

17 years agobuild system: configure checks added
richterm [Wed, 7 Feb 2007 10:24:18 +0000 (10:24 +0000)]
build system: configure checks added
- for version of AliExternalTrackParam needed by AliHLTTPCTrack conversion to ESD format
- for AliCaloRawStream.h needed by PHOS

17 years agoRemoving default implementation for CreateIterator();
ivana [Wed, 7 Feb 2007 09:50:57 +0000 (09:50 +0000)]
Removing default implementation for CreateIterator();
now all segmentations have their own.

17 years agoIn CreateIterator(): return the AliMpSectorPadsIterator
ivana [Wed, 7 Feb 2007 09:50:40 +0000 (09:50 +0000)]
In CreateIterator(): return the AliMpSectorPadsIterator
instead of calling the base class method

17 years agoIterating over motif positions instead of rows, row segments
ivana [Wed, 7 Feb 2007 09:50:24 +0000 (09:50 +0000)]
Iterating over motif positions instead of rows, row segments
(this fixes a problem for non-bending plane where some pads
were iterated twice)

17 years agoAdding functions for iterating over motif positions
ivana [Wed, 7 Feb 2007 09:50:04 +0000 (09:50 +0000)]
Adding functions for iterating over motif positions

17 years agoAdding includes required by ROOT
alibrary [Wed, 7 Feb 2007 08:49:19 +0000 (08:49 +0000)]
Adding includes required by ROOT

17 years agoFull set of updated misalignment macros (Raffaele)
hristov [Wed, 7 Feb 2007 08:25:02 +0000 (08:25 +0000)]
Full set of updated misalignment macros (Raffaele)

17 years agomacro for reading RAWDDL data
alla [Wed, 7 Feb 2007 07:58:01 +0000 (07:58 +0000)]
macro for reading RAWDDL data

17 years agoRemoved unused variables
ivana [Tue, 6 Feb 2007 21:37:47 +0000 (21:37 +0000)]
Removed unused variables

17 years agoCorrected GetNeighbours() (Laurent)
ivana [Tue, 6 Feb 2007 21:25:22 +0000 (21:25 +0000)]
Corrected GetNeighbours() (Laurent)

17 years agoCoding conventions
ivana [Tue, 6 Feb 2007 21:24:57 +0000 (21:24 +0000)]
Coding conventions

17 years agoCorrect initialization of optical properties needed by Geant4 (Andrei)
hristov [Tue, 6 Feb 2007 19:54:08 +0000 (19:54 +0000)]
Correct initialization of optical properties needed by Geant4 (Andrei)

17 years agoAdding includes required by ROOT
alibrary [Tue, 6 Feb 2007 17:38:41 +0000 (17:38 +0000)]
Adding includes required by ROOT

17 years agoassert replacet with AliError (Laurent)
ivana [Tue, 6 Feb 2007 17:20:55 +0000 (17:20 +0000)]
assert replacet with AliError (Laurent)

17 years agoRemoving DeadChannels and adding HV. Better protection in OnDemandXXX methods (Laurent)
ivana [Tue, 6 Feb 2007 17:20:06 +0000 (17:20 +0000)]
Removing DeadChannels and adding HV. Better protection in OnDemandXXX methods (Laurent)

17 years agoAdding RAW to include path (Laurent)
ivana [Tue, 6 Feb 2007 17:19:23 +0000 (17:19 +0000)]
Adding RAW to include path (Laurent)

17 years agoIntroducing HV handling and runType selection (Laurent)
ivana [Tue, 6 Feb 2007 17:19:14 +0000 (17:19 +0000)]
Introducing HV handling and runType selection (Laurent)

17 years agoAdding new classes (Laurent)
ivana [Tue, 6 Feb 2007 17:19:06 +0000 (17:19 +0000)]
Adding new classes (Laurent)

17 years agoRemoving DeadChannels handling, adding HV, tidying up (Laurent)
ivana [Tue, 6 Feb 2007 17:18:58 +0000 (17:18 +0000)]
Removing DeadChannels handling, adding HV, tidying up (Laurent)

17 years agoImplementing a clever Print method which allow to select which part of the store...
ivana [Tue, 6 Feb 2007 17:18:48 +0000 (17:18 +0000)]
Implementing a clever Print method which allow to select which part of the store to print (Laurent)

17 years agoAdding HV subprocessor and change the way we select which subprocessor must be ran...
ivana [Tue, 6 Feb 2007 17:18:36 +0000 (17:18 +0000)]
Adding HV subprocessor and change the way we select which subprocessor must be ran (depending on runType, not the final name probably) (Laurent)

17 years agoDirect the output to Log() method instead of AliInfo() (Laurent)
ivana [Tue, 6 Feb 2007 17:18:19 +0000 (17:18 +0000)]
Direct the output to Log() method instead of AliInfo() (Laurent)

17 years agoCommenting out StdoutToAliDebug which is, with the current AliLog
ivana [Tue, 6 Feb 2007 17:18:07 +0000 (17:18 +0000)]
Commenting out StdoutToAliDebug which is, with the current AliLog
implementation not unpluggeable, even with LOG_NO_DEBUG compilation option,
and is a big performance eater...
(Laurent)

17 years agoStart being serious about pad statuses (Laurent)
ivana [Tue, 6 Feb 2007 17:17:24 +0000 (17:17 +0000)]
Start being serious about pad statuses (Laurent)

17 years agoAdding StatusMap data member (Laurent)
ivana [Tue, 6 Feb 2007 17:17:17 +0000 (17:17 +0000)]
Adding StatusMap data member (Laurent)

17 years agoAdding option=MEAN to Print() method (Laurent)
ivana [Tue, 6 Feb 2007 17:17:00 +0000 (17:17 +0000)]
Adding option=MEAN to Print() method (Laurent)

17 years agoChanges to the interface (Laurent)
ivana [Tue, 6 Feb 2007 17:16:49 +0000 (17:16 +0000)]
Changes to the interface (Laurent)

17 years agoRemoving Print method (implemented in base class), and correcting CloneEmpty (Laurent)
ivana [Tue, 6 Feb 2007 17:16:33 +0000 (17:16 +0000)]
Removing Print method (implemented in base class), and correcting CloneEmpty (Laurent)

17 years agoAdding a declaration file (Laurent)
ivana [Tue, 6 Feb 2007 17:16:12 +0000 (17:16 +0000)]
Adding a declaration file (Laurent)

17 years agonew README files (Laurent)
ivana [Tue, 6 Feb 2007 17:16:04 +0000 (17:16 +0000)]
new README files (Laurent)

17 years agoMacro to check/test pad status and pad status map makers (Laurent)
ivana [Tue, 6 Feb 2007 17:15:55 +0000 (17:15 +0000)]
Macro to check/test pad status and pad status map makers (Laurent)

17 years agoMCH HV subprocessor (Laurent)
ivana [Tue, 6 Feb 2007 17:15:48 +0000 (17:15 +0000)]
MCH HV subprocessor (Laurent)

17 years agoClasses to handle pad statuses et pad status maps (Laurent)
ivana [Tue, 6 Feb 2007 17:15:36 +0000 (17:15 +0000)]
Classes to handle pad statuses et pad status maps (Laurent)

17 years agoHandle name coding/decoding for MCH DCS HV (Laurent)
ivana [Tue, 6 Feb 2007 17:15:15 +0000 (17:15 +0000)]
Handle name coding/decoding for MCH DCS HV (Laurent)

17 years agoNew store for tracker high voltages anomalies (Laurent)
ivana [Tue, 6 Feb 2007 17:14:29 +0000 (17:14 +0000)]
New store for tracker high voltages anomalies (Laurent)