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
policheh [Tue, 13 Feb 2007 10:52:08 +0000 (10:52 +0000)]
Raw2SDigits() implemented
bnandi [Tue, 13 Feb 2007 10:51:32 +0000 (10:51 +0000)]
bug fixed
acolla [Tue, 13 Feb 2007 10:11:00 +0000 (10:11 +0000)]
Adding TestShuttle temp and log folder's getter and setter
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)
bnandi [Tue, 13 Feb 2007 08:21:13 +0000 (08:21 +0000)]
method GetCellXY is added
bnandi [Tue, 13 Feb 2007 08:20:36 +0000 (08:20 +0000)]
method Order is removed
phille [Mon, 12 Feb 2007 17:55:44 +0000 (17:55 +0000)]
new definitions
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.
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
coppedis [Mon, 12 Feb 2007 14:58:17 +0000 (14:58 +0000)]
Adding out-of-time ADC in digits and raw data
hristov [Mon, 12 Feb 2007 11:31:33 +0000 (11:31 +0000)]
Adding return statement
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.
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.
bnandi [Sat, 10 Feb 2007 07:26:12 +0000 (07:26 +0000)]
parity bit is introduced
bnandi [Sat, 10 Feb 2007 07:24:52 +0000 (07:24 +0000)]
method Ranmar is removed
bnandi [Sat, 10 Feb 2007 07:22:34 +0000 (07:22 +0000)]
carries cluster info in clustering class
hristov [Fri, 9 Feb 2007 21:22:36 +0000 (21:22 +0000)]
Bug fix
phille [Fri, 9 Feb 2007 19:01:40 +0000 (19:01 +0000)]
incresed the LOG_BUFFER_SIZE from 100 to 512 bytes
schutz [Fri, 9 Feb 2007 18:58:17 +0000 (18:58 +0000)]
examople of macro to do a correlation analysis
masera [Fri, 9 Feb 2007 18:43:51 +0000 (18:43 +0000)]
VertexerZ updated: no histograms for Z finding, new definition of errors
schutz [Fri, 9 Feb 2007 18:40:40 +0000 (18:40 +0000)]
B?\008New version from Gustavo
snelling [Fri, 9 Feb 2007 16:45:57 +0000 (16:45 +0000)]
Merged with changes from Panos
gustavo [Fri, 9 Feb 2007 16:31:05 +0000 (16:31 +0000)]
Simplified decalibration procedure, just say to the CBD where is the file
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)
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
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
phille [Fri, 9 Feb 2007 15:53:07 +0000 (15:53 +0000)]
added new files
gustavo [Fri, 9 Feb 2007 15:50:01 +0000 (15:50 +0000)]
CalibData() method returns AliEMCALCaliData instance filled with CDB calibration data
phille [Fri, 9 Feb 2007 15:45:30 +0000 (15:45 +0000)]
cosmetic changes
gustavo [Fri, 9 Feb 2007 15:44:49 +0000 (15:44 +0000)]
1st half supermodule was considered as a full supermodule
phille [Fri, 9 Feb 2007 15:44:19 +0000 (15:44 +0000)]
added copyright note
phille [Fri, 9 Feb 2007 15:42:18 +0000 (15:42 +0000)]
= opreator and copy constructor made private
phille [Fri, 9 Feb 2007 15:40:15 +0000 (15:40 +0000)]
Coding convention & removal of some obsolete code
phille [Fri, 9 Feb 2007 15:38:13 +0000 (15:38 +0000)]
Added copyright notice
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.
gustavo [Fri, 9 Feb 2007 15:35:54 +0000 (15:35 +0000)]
file moved to EMCAL/ShuttleInput
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
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
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.
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
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.
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
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.
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.
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.
phille [Fri, 9 Feb 2007 13:57:26 +0000 (13:57 +0000)]
New definitions
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)
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.
ivana [Fri, 9 Feb 2007 12:07:00 +0000 (12:07 +0000)]
Reflecting DCS numbering change (Laurent)
ivana [Fri, 9 Feb 2007 12:06:52 +0000 (12:06 +0000)]
Adding some shuttle log messages (Laurent)
mtadel [Fri, 9 Feb 2007 11:09:54 +0000 (11:09 +0000)]
Properly center primary-vertex error-box.
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
schutz [Thu, 8 Feb 2007 18:21:44 +0000 (18:21 +0000)]
Add AliAnalysisSelector in ANALYSIS package
schutz [Thu, 8 Feb 2007 18:20:22 +0000 (18:20 +0000)]
Fixing the call to the ctor of AliAnalysisManager
richterm [Thu, 8 Feb 2007 14:26:53 +0000 (14:26 +0000)]
more work on coding conventions and effC++
cblume [Thu, 8 Feb 2007 14:06:54 +0000 (14:06 +0000)]
Small change by MinJung: < instead of <=
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.
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)
richterm [Thu, 8 Feb 2007 12:07:03 +0000 (12:07 +0000)]
coding conventions
panos [Thu, 8 Feb 2007 11:23:03 +0000 (11:23 +0000)]
eff c++ warnings
schutz [Thu, 8 Feb 2007 11:14:06 +0000 (11:14 +0000)]
corrected error in .include
panos [Thu, 8 Feb 2007 11:13:39 +0000 (11:13 +0000)]
Removing extra ; from the flow code
hristov [Thu, 8 Feb 2007 10:55:05 +0000 (10:55 +0000)]
Updated version of the mutiplicity reconstruction with tracklets (Massimo)
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
jgrosseo [Thu, 8 Feb 2007 08:08:50 +0000 (08:08 +0000)]
added debug option
phille [Wed, 7 Feb 2007 19:48:30 +0000 (19:48 +0000)]
Minor cosmetic changes on the GUI
acolla [Wed, 7 Feb 2007 19:30:22 +0000 (19:30 +0000)]
Implementation 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 .
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.
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.
cblume [Wed, 7 Feb 2007 12:30:35 +0000 (12:30 +0000)]
Fixes in tracking needed for new det-numbering of hits
richterm [Wed, 7 Feb 2007 12:16:11 +0000 (12:16 +0000)]
documentation
richterm [Wed, 7 Feb 2007 12:15:06 +0000 (12:15 +0000)]
correction in stand-alone build system (PHOS dict generation)
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.
ivana [Wed, 7 Feb 2007 10:56:47 +0000 (10:56 +0000)]
Updated PaintContour() method
(Christian)
ivana [Wed, 7 Feb 2007 10:36:46 +0000 (10:36 +0000)]
Commenting out debug printing
(Christian)
ivana [Wed, 7 Feb 2007 10:35:33 +0000 (10:35 +0000)]
New GUI class for drawing detection element segmentation
(Christian)
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
ivana [Wed, 7 Feb 2007 09:50:57 +0000 (09:50 +0000)]
Removing default implementation for CreateIterator();
now all segmentations have their own.
ivana [Wed, 7 Feb 2007 09:50:40 +0000 (09:50 +0000)]
In CreateIterator(): return the AliMpSectorPadsIterator
instead of calling the base class method
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)
ivana [Wed, 7 Feb 2007 09:50:04 +0000 (09:50 +0000)]
Adding functions for iterating over motif positions
alibrary [Wed, 7 Feb 2007 08:49:19 +0000 (08:49 +0000)]
Adding includes required by ROOT
hristov [Wed, 7 Feb 2007 08:25:02 +0000 (08:25 +0000)]
Full set of updated misalignment macros (Raffaele)
alla [Wed, 7 Feb 2007 07:58:01 +0000 (07:58 +0000)]
macro for reading RAWDDL data
ivana [Tue, 6 Feb 2007 21:37:47 +0000 (21:37 +0000)]
Removed unused variables
ivana [Tue, 6 Feb 2007 21:25:22 +0000 (21:25 +0000)]
Corrected GetNeighbours() (Laurent)
ivana [Tue, 6 Feb 2007 21:24:57 +0000 (21:24 +0000)]
Coding conventions
hristov [Tue, 6 Feb 2007 19:54:08 +0000 (19:54 +0000)]
Correct initialization of optical properties needed by Geant4 (Andrei)
alibrary [Tue, 6 Feb 2007 17:38:41 +0000 (17:38 +0000)]
Adding includes required by ROOT
ivana [Tue, 6 Feb 2007 17:20:55 +0000 (17:20 +0000)]
assert replacet with AliError (Laurent)
ivana [Tue, 6 Feb 2007 17:20:06 +0000 (17:20 +0000)]
Removing DeadChannels and adding HV. Better protection in OnDemandXXX methods (Laurent)
ivana [Tue, 6 Feb 2007 17:19:23 +0000 (17:19 +0000)]
Adding RAW to include path (Laurent)
ivana [Tue, 6 Feb 2007 17:19:14 +0000 (17:19 +0000)]
Introducing HV handling and runType selection (Laurent)
ivana [Tue, 6 Feb 2007 17:19:06 +0000 (17:19 +0000)]
Adding new classes (Laurent)
ivana [Tue, 6 Feb 2007 17:18:58 +0000 (17:18 +0000)]
Removing DeadChannels handling, adding HV, tidying up (Laurent)
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)
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)
ivana [Tue, 6 Feb 2007 17:18:19 +0000 (17:18 +0000)]
Direct the output to Log() method instead of AliInfo() (Laurent)