]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
17 years agoModifications to the examples following the latest developments.
panos [Thu, 15 Feb 2007 14:19:25 +0000 (14:19 +0000)]
Modifications to the examples following the latest developments.

17 years agoRevised version of raw data v1 (bug fix and coding vios)
cblume [Thu, 15 Feb 2007 14:17:47 +0000 (14:17 +0000)]
Revised version of raw data v1 (bug fix and coding vios)

17 years agoAdded the arrays of 1st manu in bus for stations 1 and 2
ivana [Thu, 15 Feb 2007 12:16:49 +0000 (12:16 +0000)]
Added the arrays of 1st manu in bus for stations 1 and 2
(Christian)

17 years ago- Added new functions:
ivana [Thu, 15 Feb 2007 12:16:33 +0000 (12:16 +0000)]
- Added new functions:
  - SetManu() which fills the bus patches with manus
    (this function is called in the constructor).
  - GetBusPatchId(Int_t detElemId, Int_t manuId)
- In ReadDDLs(): now reading also the first manu arrays for station 1 and 2
(Christian)

17 years agoreplace ANALYSIS_NEW by ANALYSIS
schutz [Wed, 14 Feb 2007 17:37:15 +0000 (17:37 +0000)]
replace ANALYSIS_NEW by ANALYSIS

17 years agoTypo
cvetan [Wed, 14 Feb 2007 16:42:39 +0000 (16:42 +0000)]
Typo

17 years agocoding conventions
phille [Wed, 14 Feb 2007 15:41:31 +0000 (15:41 +0000)]
coding conventions

17 years agoThe multidimensional array holding celle energies for
phille [Wed, 14 Feb 2007 15:40:57 +0000 (15:40 +0000)]
The multidimensional array holding celle energies for
was removed.

17 years agoChanges needed due to changes in AliHLTPHOSValidCellDataStruct.h
phille [Wed, 14 Feb 2007 15:39:29 +0000 (15:39 +0000)]
Changes needed due to changes in AliHLTPHOSValidCellDataStruct.h
and AliHLTPHOSRcuCellEnergyDataStruct.h

17 years agoChnages was necessary in this class beacause the format
phille [Wed, 14 Feb 2007 15:38:06 +0000 (15:38 +0000)]
Chnages was necessary in this class beacause the format
of  AliHLTPHOSRcuCellEnergy struct was changed.

17 years agoMinor changes.
phille [Wed, 14 Feb 2007 15:36:44 +0000 (15:36 +0000)]
Minor changes.

17 years agoThe component now inherits from AliHLTFileWriter instead
phille [Wed, 14 Feb 2007 15:35:04 +0000 (15:35 +0000)]
The component now inherits from AliHLTFileWriter instead
of from the AliHLTPHOSFileWriter. The data is written
to file with the DumpData finction of the AliHLTFileWriter class
instead of with the WriteFile function of the AliHLTPHOSFileWriter class

17 years agoNew definitions
phille [Wed, 14 Feb 2007 15:32:49 +0000 (15:32 +0000)]
New definitions

17 years agoCommented out the Writefile function as it will be replaced by the
phille [Wed, 14 Feb 2007 15:32:22 +0000 (15:32 +0000)]
Commented out the Writefile function as it will be replaced by the
DumpData function of the AliHLTFileWriter. This class might be obsolete
in the near future.

17 years agoEnergy and Timing variables was added rather than using the
phille [Wed, 14 Feb 2007 15:29:36 +0000 (15:29 +0000)]
Energy and Timing variables was added rather than using the
entries in the AliHLTPHOSValidDataStruct as refernce to
a multidiminsional array. In most cases this will lead higher
performance of the processing unless the occupancy is very high

17 years agothe file was wrong
schutz [Wed, 14 Feb 2007 14:12:53 +0000 (14:12 +0000)]
the file was wrong

17 years agoChanges required in order to cope with the new version of ITSVertexerZ. The HLT verte...
cvetan [Wed, 14 Feb 2007 10:53:54 +0000 (10:53 +0000)]
Changes required in order to cope with the new version of ITSVertexerZ. The HLT vertexer functionality remains the same, i.e. it still uses histograms in order to fit the vertex.

17 years agoDo not initialize static object using other static object: the order of creation...
hristov [Tue, 13 Feb 2007 21:59:22 +0000 (21:59 +0000)]
Do not initialize static object using other static object: the order of creation is undefined

17 years agoUse (1-x)(1+x)
alibrary [Tue, 13 Feb 2007 16:46:30 +0000 (16:46 +0000)]
Use (1-x)(1+x)

17 years agoIn SetDataContainer(): do not reset raw clusters as it breaks the correct
ivana [Tue, 13 Feb 2007 14:45:31 +0000 (14:45 +0000)]
In SetDataContainer(): do not reset raw clusters as it breaks the correct
functioning of the combined reconstruction
(Sasha)

17 years ago13-feb-2007 NvE IceRawTWR.cxx updated to ensure padding zeros in gps time word.
nick [Tue, 13 Feb 2007 13:47:57 +0000 (13:47 +0000)]
13-feb-2007 NvE IceRawTWR.cxx updated to ensure padding zeros in gps time word.
                Also old "F2K" comments corrected into "TWR raw" in IceRawTWR.cxx
                and IceRawTWR.h.

17 years agoRemoval of some debug prints
coppedis [Tue, 13 Feb 2007 13:31:57 +0000 (13:31 +0000)]
Removal of some debug prints

17 years ago- Start from existing geometry (gGeoManager or geometry.root file)
ivana [Tue, 13 Feb 2007 12:01:06 +0000 (12:01 +0000)]
- Start from existing geometry (gGeoManager or geometry.root file)
- Get zero alignment data directly from the transformer
  (there is no need to use misaligner)
- Removed generating MUON specific geometry data (as this is done
  in MUONGenerateGeometryData.C macro)
- Added copyrigt, CVS Id

17 years ago- Start from existing geometry (gGeoManager or geometry.root file)
ivana [Tue, 13 Feb 2007 12:00:51 +0000 (12:00 +0000)]
- Start from existing geometry (gGeoManager or geometry.root file)
- Removed generating MUON specific geometry data (as this is done
  in MUONGenerateGeometryData.C macro)
- Added copyrigt, CVS Id

17 years agoRemoved generation of alignment data, now
ivana [Tue, 13 Feb 2007 12:00:31 +0000 (12:00 +0000)]
Removed generation of alignment data, now
done by other macros compliant to general framework.

17 years agoITS geometry loaded via ITS loader and not from gAlice
cvetan [Tue, 13 Feb 2007 11:51:51 +0000 (11:51 +0000)]
ITS geometry loaded via ITS loader and not from gAlice

17 years agoMoved getters and setters of Shuttle's main OCDB/Reference, local
acolla [Tue, 13 Feb 2007 11:23:21 +0000 (11:23 +0000)]
Moved getters and setters of Shuttle's main OCDB/Reference, local
OCDB/Reference, temp and log folders to AliShuttleInterface

17 years agoShuttle getters and setters of main/local OCDB/Reference storages, temp and log
acolla [Tue, 13 Feb 2007 11:22:25 +0000 (11:22 +0000)]
Shuttle getters and setters of main/local OCDB/Reference storages, temp and log
folders moved to AliShuttleInterface

17 years agoNew version of DATE event header
cvetan [Tue, 13 Feb 2007 11:21:32 +0000 (11:21 +0000)]
New version of DATE event header

17 years agoShuttle getters and setters for main OCDB/Reference, local OCDB/Reference, temp
acolla [Tue, 13 Feb 2007 10:58:10 +0000 (10:58 +0000)]
Shuttle getters and setters for main OCDB/Reference, local OCDB/Reference, temp
and log folders moved to AliShuttleInterface

17 years agoRaw2SDigits() implemented
policheh [Tue, 13 Feb 2007 10:52:08 +0000 (10:52 +0000)]
Raw2SDigits() implemented

17 years agobug fixed
bnandi [Tue, 13 Feb 2007 10:51:32 +0000 (10:51 +0000)]
bug fixed

17 years agoAdding TestShuttle temp and log folder's getter and setter
acolla [Tue, 13 Feb 2007 10:11:00 +0000 (10:11 +0000)]
Adding TestShuttle temp and log folder's getter and setter

17 years agoUpdated names of the environment variables (no dollar sign). Gaussian distribution...
hristov [Tue, 13 Feb 2007 10:01:36 +0000 (10:01 +0000)]
Updated names of the environment variables (no dollar sign). Gaussian distribution in case of TPC (Raffaele)

17 years agomethod GetCellXY is added
bnandi [Tue, 13 Feb 2007 08:21:13 +0000 (08:21 +0000)]
method GetCellXY is added

17 years agomethod Order is removed
bnandi [Tue, 13 Feb 2007 08:20:36 +0000 (08:20 +0000)]
method Order is removed

17 years agonew definitions
phille [Mon, 12 Feb 2007 17:55:44 +0000 (17:55 +0000)]
new definitions

17 years agoCheck md5sum of retrieved FXS file inside "retry loop"; clean temp folder after
acolla [Mon, 12 Feb 2007 17:44:22 +0000 (17:44 +0000)]
Check md5sum of retrieved FXS file inside "retry loop"; clean temp folder after
run is processed.

17 years agoMatrices to go from local RS of alignable volumes to Tracking Reference system (V2...
masera [Mon, 12 Feb 2007 15:39:14 +0000 (15:39 +0000)]
Matrices to go from local RS of alignable volumes to Tracking Reference system (V2 system) - L. Gaudichet

17 years agoAdding out-of-time ADC in digits and raw data
coppedis [Mon, 12 Feb 2007 14:58:17 +0000 (14:58 +0000)]
Adding out-of-time ADC in digits and raw data

17 years agoAdding return statement
hristov [Mon, 12 Feb 2007 11:31:33 +0000 (11:31 +0000)]
Adding return statement

17 years agoRemoved the initialiazation statement fFilename.assign(256,0) wich is intended
phille [Mon, 12 Feb 2007 10:11:59 +0000 (10:11 +0000)]
Removed the initialiazation statement fFilename.assign(256,0)  wich is intended
to initialize the string fFilename in the
DoInit function of the AliHLTPHOSFileWriterComponent class as
it is not needed as long as the string is properly initialized in the
meber initialization list.
Also the statement fFilename.assign(256,0) is not understud by some compilers.

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.