]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
18 years agoAdded TriggerDecisionV1, SDigitizerV2, DigitizerV3
ivana [Tue, 31 Jan 2006 16:49:14 +0000 (16:49 +0000)]
Added TriggerDecisionV1, SDigitizerV2, DigitizerV3
(Laurent)

18 years agoAdded AliMUONDigititCalibrator class
ivana [Tue, 31 Jan 2006 16:48:42 +0000 (16:48 +0000)]
Added AliMUONDigititCalibrator class
(Laurent)

18 years agoAdded AliMUONV1DStore, V2DStore, V3DStore, V1DMap, V2DMap, V3DMap,
ivana [Tue, 31 Jan 2006 16:47:54 +0000 (16:47 +0000)]
Added AliMUONV1DStore, V2DStore, V3DStore, V1DMap, V2DMap, V3DMap,
CalibParam and CalibrationData classes.
(Laurent)

18 years agoPerforms calibration prior to clustering, if needed.
ivana [Tue, 31 Jan 2006 16:46:39 +0000 (16:46 +0000)]
Performs calibration prior to clustering, if needed.
Note that it's not yet implemented for the Reconstruct() from raw data.
(Laurent)

18 years agoChanged the ctor according to change in base class.
ivana [Tue, 31 Jan 2006 16:46:00 +0000 (16:46 +0000)]
Changed the ctor according to change in base class.
(Laurent)

18 years agoAdded new method DisIntegrate(AliMUONHit&, TList& digits) to replace the one in
ivana [Tue, 31 Jan 2006 16:45:34 +0000 (16:45 +0000)]
Added new method DisIntegrate(AliMUONHit&, TList& digits) to replace the one in
AliMUONChamber (which is still there until we remove the old digitizers).
Note that those new methods rely on the new segmentations, i.e. for Trigger it
can only work with FactoryV4.
(Laurent)

18 years agoMake Digits() and SDigits() methods consts.
ivana [Tue, 31 Jan 2006 16:44:53 +0000 (16:44 +0000)]
Make Digits() and SDigits() methods consts.
Added a Print method (only implemented for digits so far).
Corrected a bug for option D,GLT in MakeBranch/SetTreeAddress.
(Laurent)

18 years agoMake some methods const
ivana [Tue, 31 Jan 2006 16:44:29 +0000 (16:44 +0000)]
Make some methods const
(Laurent)

18 years agoAdded 4 data members : manuId, manuChannel (to ease calibration data access),
ivana [Tue, 31 Jan 2006 16:44:06 +0000 (16:44 +0000)]
Added 4 data members : manuId, manuChannel (to ease calibration data access),
ADC (to keep an uncalibrated version of the digit) and IsSaturated (to allow the
clustering to readily know if a digit is saturated or not)
(Laurent)

18 years agoAdded an IntXY method w/o segmentation parameter (used in the new
ivana [Tue, 31 Jan 2006 16:43:37 +0000 (16:43 +0000)]
Added an IntXY method w/o segmentation parameter (used in the new
AliMUONResponseV0::DisIntegrate)
(Laurent)

18 years agoChanged GetSignalFrom to tag the digit as saturated if needed.
ivana [Tue, 31 Jan 2006 16:43:12 +0000 (16:43 +0000)]
Changed GetSignalFrom to tag the digit as saturated if needed.
(Laurent)

18 years agoAdded two data members fSDigitizerType, fDigitizerType to be able to change
ivana [Tue, 31 Jan 2006 16:42:54 +0000 (16:42 +0000)]
Added two data members fSDigitizerType, fDigitizerType to be able to change
the sdigitizer and the sdigitizer used.
(Laurent)

18 years agoNew class = container for 2 floats (one mean and one sigma)
ivana [Tue, 31 Jan 2006 16:41:44 +0000 (16:41 +0000)]
New class = container for 2 floats (one mean and one sigma)
(Laurent)

18 years agoNew class - interim solution (but needed so far)
ivana [Tue, 31 Jan 2006 16:40:58 +0000 (16:40 +0000)]
New class - interim solution (but needed so far)
(Laurent)

18 years agoNew class to calibrates the digits
ivana [Tue, 31 Jan 2006 16:40:19 +0000 (16:40 +0000)]
New class to calibrates the digits
(Laurent)

18 years agoNew digitizer, not deriving from MUONDigitizer and doing decalibration of
ivana [Tue, 31 Jan 2006 16:39:43 +0000 (16:39 +0000)]
New digitizer, not deriving from MUONDigitizer and doing decalibration of
digits.
(Laurent)

18 years agoNew sdigitizer, not deriving from MUONDigitizer, and using
ivana [Tue, 31 Jan 2006 16:38:59 +0000 (16:38 +0000)]
New sdigitizer, not deriving from MUONDigitizer, and using
new Response:DisIntegrate method. Note also that this
one does *not* merge sdigits at all (this is deferred to the digitizer,
which
anyway has to do it), thus speeding a little bit this step.
(Laurent)

18 years agoSingle entry point to access pedestals and gains from the
ivana [Tue, 31 Jan 2006 16:38:23 +0000 (16:38 +0000)]
Single entry point to access pedestals and gains from the
(de)calibrator or any class needing the calibration data.
(Laurent)

18 years agoBasic implementation of AliMUONVNDStore containers, using AliMpExMap
ivana [Tue, 31 Jan 2006 16:37:04 +0000 (16:37 +0000)]
Basic implementation of AliMUONVNDStore containers, using AliMpExMap
internally. Should be revised for better performance...
(Laurent)

18 years agoGeneric containers indexed by a triplet
ivana [Tue, 31 Jan 2006 16:35:41 +0000 (16:35 +0000)]
Generic containers indexed by a triplet
(typically detElemId,manuId,manuChannel)
(Laurent)

18 years agoProblem found with gcc (4.0.2) and corrected by Ivana Hrivnacova.
morsch [Tue, 31 Jan 2006 16:24:23 +0000 (16:24 +0000)]
Problem found with gcc (4.0.2) and corrected by Ivana Hrivnacova.

18 years agoDetails of coils and cooling circuits added.
morsch [Tue, 31 Jan 2006 16:19:45 +0000 (16:19 +0000)]
Details of coils and cooling circuits added.

18 years ago1. Corrected method to apply alignment objects to the TGeo geometry. The method is...
cvetan [Tue, 31 Jan 2006 12:34:01 +0000 (12:34 +0000)]
1. Corrected method to apply alignment objects to the TGeo geometry. The method is moved to AliRun. It is called inside AliSimulation in case the user defined the array of alignment objects to be applied (SetAlignObjArray()). 2. Two new methods are added to AliAlignObj. They are used to apply the alignment object to the TGeo geometry and to retrieve it from there, respectively. 3. Change in the definition of the alignable volumes in ITS.

18 years agoIn Simple(): corrected index in clusters[]
ivana [Tue, 31 Jan 2006 11:38:07 +0000 (11:38 +0000)]
In Simple(): corrected index in clusters[]
- fixing a problem find with gcc 4.0.2
(Sasha)

18 years agoBug fix in SetTransformation() - rotation was not taken into account
ivana [Mon, 30 Jan 2006 19:06:23 +0000 (19:06 +0000)]
Bug fix in SetTransformation() - rotation was not taken into account

18 years agoMemory leak (Laurent)
martinez [Mon, 30 Jan 2006 17:31:29 +0000 (17:31 +0000)]
Memory leak (Laurent)

18 years agoDoor split in "Crown" and "Door".
morsch [Mon, 30 Jan 2006 17:03:37 +0000 (17:03 +0000)]
Door split in "Crown" and "Door".

18 years agoTOF geometry V5: suppression of overlaps
decaro [Mon, 30 Jan 2006 15:20:18 +0000 (15:20 +0000)]
TOF geometry V5: suppression of overlaps

18 years agoAdditional protection (G.Renault)
hristov [Mon, 30 Jan 2006 13:26:51 +0000 (13:26 +0000)]
Additional protection (G.Renault)

18 years agoIncrementing class version
hristov [Mon, 30 Jan 2006 10:11:18 +0000 (10:11 +0000)]
Incrementing class version

18 years agoIncrementing class versions
hristov [Mon, 30 Jan 2006 09:00:28 +0000 (09:00 +0000)]
Incrementing class versions

18 years agoIncrementing class versions
hristov [Sun, 29 Jan 2006 14:30:36 +0000 (14:30 +0000)]
Incrementing class versions

18 years agoDo not delete the cached objects
hristov [Sun, 29 Jan 2006 13:44:02 +0000 (13:44 +0000)]
Do not delete the cached objects

18 years agoPut the correct manuId offset for the 5th buspatch (Christian)
martinez [Fri, 27 Jan 2006 17:21:39 +0000 (17:21 +0000)]
Put the correct manuId offset for the 5th buspatch (Christian)

18 years agoCorrect the number of buspatches for station 1 & 2 and for R2 & R3 type slat (Christian)
martinez [Fri, 27 Jan 2006 17:20:34 +0000 (17:20 +0000)]
Correct the number of buspatches for station 1 & 2 and for R2 & R3 type slat (Christian)

18 years agoAdd option to set scaler trigger event on, for raw data (Christian)
martinez [Fri, 27 Jan 2006 17:19:29 +0000 (17:19 +0000)]
Add option to set scaler trigger event on, for raw data (Christian)

18 years agoAdd scaler event for trigger, copy data blockwise in buffers
martinez [Fri, 27 Jan 2006 17:18:52 +0000 (17:18 +0000)]
Add scaler event for trigger, copy data blockwise in buffers

18 years agoSome small corrections to avoid infinite loops at high momenta.
morsch [Fri, 27 Jan 2006 09:51:37 +0000 (09:51 +0000)]
Some small corrections to avoid infinite loops at high momenta.
(A. de Falco)

18 years agoBugfix (C.Cheshkov)
hristov [Thu, 26 Jan 2006 15:21:18 +0000 (15:21 +0000)]
Bugfix (C.Cheshkov)

18 years agoRemoving obsolete configuration options in TPC
hristov [Thu, 26 Jan 2006 14:36:20 +0000 (14:36 +0000)]
Removing obsolete configuration options in TPC

18 years agoSome reordering of includes
alibrary [Thu, 26 Jan 2006 14:26:34 +0000 (14:26 +0000)]
Some reordering of includes

18 years agoGeometry rewritten in the TGeo modeler.
kowal2 [Thu, 26 Jan 2006 13:30:05 +0000 (13:30 +0000)]
Geometry rewritten in the TGeo modeler.
Some obsolete features removed

18 years agoUpdated dimensions of the readout chambers
kowal2 [Thu, 26 Jan 2006 13:28:18 +0000 (13:28 +0000)]
Updated dimensions of the readout chambers

18 years agoFiles with the ROC connectors data
kowal2 [Thu, 26 Jan 2006 13:27:23 +0000 (13:27 +0000)]
Files with the ROC connectors data

18 years agoNew version of AliAlignObj. The new things are the ITS mapping and some added functio...
hristov [Thu, 26 Jan 2006 13:00:28 +0000 (13:00 +0000)]
New version of AliAlignObj. The new things are the ITS mapping and some added functionality (C.Cheshkov)

18 years agoAfter FindNextBoundary, TGeo should be put in the initial state known by FLUKA
morsch [Thu, 26 Jan 2006 12:47:43 +0000 (12:47 +0000)]
After FindNextBoundary, TGeo should be put in the initial state known by  FLUKA
 - this affects gMC->Current...()

18 years agoIons have to be added to root particle database.
morsch [Wed, 25 Jan 2006 16:54:20 +0000 (16:54 +0000)]
Ions have to be added to root particle database.

18 years agoRemove warning message.
morsch [Wed, 25 Jan 2006 15:26:53 +0000 (15:26 +0000)]
Remove warning message.

18 years agoWrite RANDOMIZ card with random seed.
morsch [Wed, 25 Jan 2006 15:26:26 +0000 (15:26 +0000)]
Write RANDOMIZ card with random seed.

18 years agoLink random.dat
morsch [Wed, 25 Jan 2006 15:25:43 +0000 (15:25 +0000)]
Link random.dat

18 years agoOpen random.dat.
morsch [Wed, 25 Jan 2006 15:24:55 +0000 (15:24 +0000)]
Open random.dat.

18 years agoForward declaration
hristov [Wed, 25 Jan 2006 11:16:21 +0000 (11:16 +0000)]
Forward declaration

18 years agoAdditional initialization
hristov [Tue, 24 Jan 2006 14:45:52 +0000 (14:45 +0000)]
Additional initialization

18 years agoComments added.
morsch [Tue, 24 Jan 2006 12:32:11 +0000 (12:32 +0000)]
Comments added.

18 years agonewplo restored
morsch [Tue, 24 Jan 2006 11:26:11 +0000 (11:26 +0000)]
newplo restored

18 years agoAdding AliVZEROv6
hristov [Tue, 24 Jan 2006 11:08:22 +0000 (11:08 +0000)]
Adding AliVZEROv6

18 years agoAdding AliPHOSTrigger.cxx
hristov [Tue, 24 Jan 2006 11:07:05 +0000 (11:07 +0000)]
Adding AliPHOSTrigger.cxx

18 years ago- Two debug routines removed.
morsch [Tue, 24 Jan 2006 10:09:03 +0000 (10:09 +0000)]
- Two debug routines removed.
- More litteral constant replaced.

18 years agoChange trigger class from rec to sim package
schutz [Tue, 24 Jan 2006 09:37:06 +0000 (09:37 +0000)]
Change trigger class from rec to sim package

18 years agoRemoving meaningless const
hristov [Mon, 23 Jan 2006 18:04:08 +0000 (18:04 +0000)]
Removing meaningless const

18 years agoUsing the recommended way of forward declarations for TVector and TMatrix (see v5...
hristov [Mon, 23 Jan 2006 17:51:49 +0000 (17:51 +0000)]
Using the recommended way of forward declarations for TVector and TMatrix (see v5-08-00 release notes). Additional clean-up

18 years agoCorrect bug in MakeSlidingCell and define 3 new data members related to the number...
schutz [Mon, 23 Jan 2006 17:30:22 +0000 (17:30 +0000)]
Correct bug in MakeSlidingCell and define 3 new data members related to the number of TRU and their crystal composition

18 years ago- Use of enum constants instead of litteral constants
morsch [Mon, 23 Jan 2006 17:18:42 +0000 (17:18 +0000)]
- Use of enum constants instead of litteral constants
  for processes, callers, particles
- Changes needed for improved TFlukaMCGeometry (A. Gheata)

18 years agoSome fixes in navigation with TGeo and implement the recent
morsch [Mon, 23 Jan 2006 17:02:21 +0000 (17:02 +0000)]
Some fixes in navigation with TGeo and implement the recent
additions in TVirtualMC. (A. Gheata)

18 years ago- printf warnings replaces by Warning(..)
morsch [Mon, 23 Jan 2006 16:59:55 +0000 (16:59 +0000)]
- printf warnings replaces  by Warning(..)
- New vmc methods (A. Gheata)
- Use of enum constants instead of litteral constants

18 years agoCodes for processes, callers and particles used in FLUKA/TFluka.
morsch [Mon, 23 Jan 2006 16:55:31 +0000 (16:55 +0000)]
Codes for processes, callers and particles used in FLUKA/TFluka.

18 years agoChanges in AliZDCCalibData class
coppedis [Mon, 23 Jan 2006 10:51:49 +0000 (10:51 +0000)]
Changes in AliZDCCalibData class

18 years agoFirst version of the trigger classes (E. Lopez Torres)
hristov [Mon, 23 Jan 2006 08:24:13 +0000 (08:24 +0000)]
First version of the trigger classes (E. Lopez Torres)

18 years agomacro to get single muon trigger effiency versus pt (Fabien)
pcrochet [Sat, 21 Jan 2006 17:12:31 +0000 (17:12 +0000)]
macro to get single muon trigger effiency versus pt (Fabien)

18 years ago- In MUONdigits(), MUONrecpoints(), MUONrectrigger() - corrected options
ivana [Fri, 20 Jan 2006 16:49:57 +0000 (16:49 +0000)]
- In MUONdigits(), MUONrecpoints(), MUONrectrigger() - corrected options
  in muondata.SetTreeAddress(..); it fixes a memory leak
  (Philippe, Sasha)
- Use of AliMUONSegmentationManager (now removed) replaced with
  new mapping classes
  (Ivana)

18 years agoUpdate of calibration procedures
coppedis [Fri, 20 Jan 2006 15:18:44 +0000 (15:18 +0000)]
Update of calibration procedures

18 years agoAdditional protection
hristov [Fri, 20 Jan 2006 14:24:52 +0000 (14:24 +0000)]
Additional protection

18 years agoNew TGeo features allow us to avoid the use of MANY.
morsch [Fri, 20 Jan 2006 14:22:06 +0000 (14:22 +0000)]
New TGeo features allow us to avoid the use of MANY.

18 years agoLatest update from Prashant
cblume [Fri, 20 Jan 2006 13:57:45 +0000 (13:57 +0000)]
Latest update from Prashant

18 years agoLatest update from Jan Fiete
cblume [Fri, 20 Jan 2006 13:29:59 +0000 (13:29 +0000)]
Latest update from Jan Fiete

18 years agoclass is now linked to the central trigger classes in STEER
schutz [Thu, 19 Jan 2006 19:52:40 +0000 (19:52 +0000)]
class is now linked to the central trigger classes in STEER

18 years agoMUON trigger classes to collaborate with CTP (E. Lopez Torres)
hristov [Thu, 19 Jan 2006 15:04:18 +0000 (15:04 +0000)]
MUON trigger classes to collaborate with CTP (E. Lopez Torres)

18 years agoinor correction before clean up for MDC
pavlinov [Thu, 19 Jan 2006 14:53:30 +0000 (14:53 +0000)]
inor correction before clean up for MDC

18 years agoFirst prototype of the trigger classes (E. Lopez Torres)
hristov [Thu, 19 Jan 2006 11:23:47 +0000 (11:23 +0000)]
First prototype of the trigger classes (E. Lopez Torres)

18 years agoNew files belonging to the PPD version of the JETAN code
hristov [Thu, 19 Jan 2006 11:20:00 +0000 (11:20 +0000)]
New files belonging to the PPD version of the JETAN code

18 years agoRemoving obsolete class AliTrackParam, its functionality is provided by AliExternalTr...
hristov [Thu, 19 Jan 2006 10:30:13 +0000 (10:30 +0000)]
Removing obsolete class AliTrackParam, its functionality is provided by AliExternalTrackParam

18 years agoHPT cut = 2 GeV/c at 50% eff
pcrochet [Thu, 19 Jan 2006 09:59:23 +0000 (09:59 +0000)]
HPT cut = 2 GeV/c at 50% eff

18 years agoPPR version of the JETAN code (M. Lopez Noriega)
hristov [Thu, 19 Jan 2006 09:15:05 +0000 (09:15 +0000)]
PPR version of the JETAN code (M. Lopez Noriega)

18 years agoTemporary removing AliEMCALv3 and AliEMCALHitv1 from the compilation until they are...
hristov [Thu, 19 Jan 2006 08:42:03 +0000 (08:42 +0000)]
Temporary removing AliEMCALv3 and AliEMCALHitv1 from the compilation until they are committed to the repository

18 years agoMinor correction before clean up for MDC
pavlinov [Wed, 18 Jan 2006 17:52:09 +0000 (17:52 +0000)]
Minor correction before clean up for MDC

18 years agoUpdate of calibration framework
cblume [Wed, 18 Jan 2006 17:04:30 +0000 (17:04 +0000)]
Update of calibration framework

18 years agoadd dimuon trigger efficiency
pcrochet [Wed, 18 Jan 2006 17:01:46 +0000 (17:01 +0000)]
add dimuon trigger efficiency

18 years agoMacro for checking dimuon trigger efficiency (Fabien)
pcrochet [Wed, 18 Jan 2006 16:57:55 +0000 (16:57 +0000)]
Macro for checking dimuon trigger efficiency (Fabien)

18 years agoMinor changes
coppedis [Wed, 18 Jan 2006 14:58:55 +0000 (14:58 +0000)]
Minor changes

18 years agoCorrected bug introduced with the last commit:
ivana [Wed, 18 Jan 2006 14:34:52 +0000 (14:34 +0000)]
Corrected bug introduced with the last commit:
adding back fLineNumber setting that was removed with
ReadMappingData()
(Laurent)

18 years agoThe default value of anod pitch (fWireD) taken from AliMUONConstants
ivana [Wed, 18 Jan 2006 08:36:38 +0000 (08:36 +0000)]
The default value of anod pitch (fWireD) taken from AliMUONConstants
instead of fgkWireD (now removed), which was correct only for station 1

18 years agoAdditional functionality. Access to the objects containing histograms when the file...
hristov [Tue, 17 Jan 2006 17:47:57 +0000 (17:47 +0000)]
Additional functionality. Access to the objects containing histograms when the file is closed (A.Colla)

18 years agoCorrections to read raw data (Boris Polichtchouk)
kharlov [Fri, 13 Jan 2006 17:03:25 +0000 (17:03 +0000)]
Corrections to read raw data (Boris Polichtchouk)

18 years agoRename classes to read raw data 2004
kharlov [Fri, 13 Jan 2006 16:59:39 +0000 (16:59 +0000)]
Rename classes to read raw data 2004

18 years ago"Separating writing and reading of raw data (Christian)"
martinez [Fri, 13 Jan 2006 15:32:26 +0000 (15:32 +0000)]
"Separating writing and reading of raw data (Christian)"

18 years agoSeparating writing and reading of raw data (Christian)
martinez [Fri, 13 Jan 2006 15:29:31 +0000 (15:29 +0000)]
Separating writing and reading of raw data (Christian)

18 years agoMethod ReadNext moved to public (C.Cheshkov)
cvetan [Fri, 13 Jan 2006 13:27:41 +0000 (13:27 +0000)]
Method ReadNext moved to public (C.Cheshkov)

18 years agoSuppressed warning from fkSegmentation->PadByPosition(...)
ivana [Fri, 13 Jan 2006 11:08:38 +0000 (11:08 +0000)]
Suppressed warning from fkSegmentation->PadByPosition(...)

18 years agoUsing common container, as argument, for all classes (Christian)
martinez [Fri, 13 Jan 2006 10:29:59 +0000 (10:29 +0000)]
Using common container, as argument, for all classes (Christian)

18 years agoUpdate with mods in AliMpSegFactory class
ivana [Fri, 13 Jan 2006 10:17:21 +0000 (10:17 +0000)]
Update with mods in AliMpSegFactory class