richterm [Tue, 30 Jun 2009 12:45:24 +0000 (12:45 +0000)]
- adding TPC-mcTrackMarker configuration (propagation of MC information
through the TPC reconstruction chain)
- removing the TPC-esd-converter from the default AliHLTSimulation chain
- adding global ESD converter to default AliHLTSimulation chain
configuration: GLOBAL-esd-converter
input: TPC-globalmerger TPC-mcTrackMarker
- correcting input type definition of TPCEsdWriter (avoid runtime warning)
hristov [Tue, 30 Jun 2009 11:33:00 +0000 (11:33 +0000)]
The following changes are done:
- fixed feeding random seed into generator
- generated input file is now in working directory instead of /tmp
- added files needed to create par file. For this to work buil/module.tpl has to be tweaked.
In line 405:
@PACKAGE@.par: $(patsubst %,@MODULE@/@PACKAGE@/%,$(filter-out dict.%, $(HDRS) $(SRCS) $(DHDR) $(PKGFILE) $(FSRCS) $(EXTFILES) Makefile Makefile.arch lib@PACKAGE@.pkg PROOF-INF))
I've added EXTFiles variable which is used to include some EPOS files that don't follow any covention regarding file name extensions.
aszostak [Tue, 30 Jun 2009 10:07:55 +0000 (10:07 +0000)]
Adding default HLT trigger menu object to AliRoot CDB and macro for generating it.
Global trigger now reads the OCDB trigger menu entry if the "-config" option is not used.
Updating the default dHLT CDB entries.
richterm [Tue, 30 Jun 2009 09:10:56 +0000 (09:10 +0000)]
- adding libAliHLTPHOS, libAliHLTTRD and libAliHLTGlobal to default libs
- init configurations from module agents with respect to the required libraries
richterm [Tue, 30 Jun 2009 08:51:34 +0000 (08:51 +0000)]
- bugfix in the AliHLTTrackMCData struct: use 0-length array now
- changing order of AliHLTExternalTrackParam members in order to follow
AliExternalTrackParam and avoid intermediate copying
NO MORE CHANGES FROM NOW ON IN AliHLTExternalTrackParam
ivana [Mon, 29 Jun 2009 08:55:56 +0000 (08:55 +0000)]
Update in trigger QA:
- Normalize some QA quantities to the number of events.
- Provide the hit rate in Hz/cm^2 (it was in Hz before).
- Provide the evolution with time of the HV and Currents for trigger RPCs
(Diego)
laphecet [Sun, 28 Jun 2009 16:06:00 +0000 (16:06 +0000)]
AliMUONDigitCalibrator
Adding a new calibration option : INJECTIONGAIN, where we use capacitances and gain, but with the
"injection" gain, aka Emelec gain, i.e. the gain from the factory.
At the same time, make sure that whatever the calibration option chosen, the computed charge is always in the same unit, mV.
Before, the charge was in ADC when no gain was applied, and in fC^-1 (?) otherwise.
Other changes :
Just a propagation of the introduction of this new option, mainly in mchview-related classes.
richterm [Sat, 27 Jun 2009 05:52:15 +0000 (05:52 +0000)]
- setting properties for keyword substitution
- removing duplicate LinkDef for AliHLTTrigger
- adding LinkDef for HLTbase to build system and moving dict definition
of AliHLTComponentDataType from AliHLTTrigger to HLTbase
mtadel [Fri, 26 Jun 2009 16:45:21 +0000 (16:45 +0000)]
Use GRP from event-directory if:
- default-storage is local://$ALICE_ROOT/OCDB;
- GRP/GRP/Data directory exist;
- the corresponding specific-storage was not previously set.
This also solves savannah#50609 - megnetic field is now properly read
from the GRP entry created during simulation.
hristov [Fri, 26 Jun 2009 14:28:08 +0000 (14:28 +0000)]
- Moving setup of HLT simulation to the beginning of Run() in order to allow for definition of transient OCDB objects
- bugfix: HLT simulation was skipped when RAW data have been generated for other detectors than HLT