]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoPreliminary fix for bug #54567: reconstruction on PbPbtest crashes
hristov [Thu, 3 Sep 2009 13:09:52 +0000 (13:09 +0000)]
Preliminary fix for bug #54567: reconstruction on PbPbtest crashes

14 years agoCorrected calculation of the beam energy. RunInfo available to Init in the reconstructors
hristov [Thu, 3 Sep 2009 13:06:45 +0000 (13:06 +0000)]
Corrected calculation of the beam energy. RunInfo available to Init in the reconstructors

14 years agoadded support for EPOS
snelling [Thu, 3 Sep 2009 12:55:25 +0000 (12:55 +0000)]
added support for EPOS

14 years agoCheck transport and not done bit.
morsch [Thu, 3 Sep 2009 12:27:03 +0000 (12:27 +0000)]
Check transport and not done bit.

14 years agoRomita, Rossella <R.Romita@gsi.de>
morsch [Thu, 3 Sep 2009 11:59:36 +0000 (11:59 +0000)]
Romita, Rossella <R.Romita@gsi.de>

1. in AliMixedEvent, the method GetMagneticField() returns -999. Is it possible to have, instead, the magnetic field of the first
event used to build the mixed event?
2. in AliMixedEvent, there are 2 methods to get the primary vertex: one is GetPrimaryVertex and returns a null pointer, the second
is GetPrimaryVtx and returns the mean vertex. Would it be possible to remove the second one and let the first one return the mean
vertex?
Yes to 1 and 2

14 years ago1. Leading time was not decoded properly (there are coarse and fine gains in the...
cvetan [Thu, 3 Sep 2009 11:46:07 +0000 (11:46 +0000)]
1. Leading time was not decoded properly (there are coarse and fine gains in the HPTDC which I did not not about). 2. HPTDC were written in raw data from 7 to 0 within a ring whereas for everything else it was from 0 to 7.  This was Yannick's mistake  but he did not want to change the programming of his FPGAs so I had to change it in aliroot. 3. All the ADCs in Float_t instead of integers. (Brigitter). Changes in the ESD classes were agreed by Andreas, Rene confirmed that the schema evolution will handle them properly.

14 years ago- several small improvements and bug fixes by Theodor (thanks to Jochen)
kkanaki [Thu, 3 Sep 2009 11:43:38 +0000 (11:43 +0000)]
- several small improvements and bug fixes by Theodor (thanks to Jochen)

14 years agoAliCaloTrackAODReader: When requested, keep the selected Tracks and CaloClusters...
gconesab [Thu, 3 Sep 2009 10:03:57 +0000 (10:03 +0000)]
AliCaloTrackAODReader: When requested, keep the selected Tracks and CaloClusters in the output AOD.
AliAnaPartCorrMaker: Do not abort when there is no input analysis, just print that it is doing no analysis.

14 years agoExtended Notify() functions to read cross section and trials also from the histogram...
kleinb [Thu, 3 Sep 2009 09:27:04 +0000 (09:27 +0000)]
Extended Notify() functions to read cross section and trials also from the histogram files produced my AliAODMCParticleFileter

14 years agoAdded protection for the case that the list of input particles is empty
kleinb [Thu, 3 Sep 2009 09:25:28 +0000 (09:25 +0000)]
Added protection for the case that the list of input particles is empty

14 years agoReaction plane angle set in MCHeader. (A. Kisiel)
morsch [Thu, 3 Sep 2009 09:21:37 +0000 (09:21 +0000)]
Reaction plane angle set in  MCHeader. (A. Kisiel)

14 years agoReaction plane angle added (A. Kisiel)
morsch [Thu, 3 Sep 2009 09:18:15 +0000 (09:18 +0000)]
Reaction plane angle added (A. Kisiel)

14 years agoTime added (A. Kisiel)
morsch [Thu, 3 Sep 2009 09:12:57 +0000 (09:12 +0000)]
Time added (A. Kisiel)

14 years agoAll FMD corrections are now divided into the analysis + adding new corrections
hdalsgaa [Thu, 3 Sep 2009 08:37:37 +0000 (08:37 +0000)]
All FMD corrections are now divided into the analysis + adding new corrections

14 years agoAdded access to magnetic field value in readers. Corrected bugs in AliMCAnalysisUtils...
gconesab [Thu, 3 Sep 2009 08:24:35 +0000 (08:24 +0000)]
Added access to magnetic field value in readers. Corrected bugs in AliMCAnalysisUtils when tagging electrons. General updates in AliAnaElectron (Jenn)
Few minor coding violations corrected.

14 years agoImproving resolution of hit coordinate calculation. (Indra)
aszostak [Wed, 2 Sep 2009 17:25:42 +0000 (17:25 +0000)]
Improving resolution of hit coordinate calculation. (Indra)

14 years agoTechinical fix: additional protection
hristov [Wed, 2 Sep 2009 17:07:47 +0000 (17:07 +0000)]
Techinical fix: additional protection

14 years agoMCEvent() is available when running with the AODInputHandler
morsch [Wed, 2 Sep 2009 16:26:26 +0000 (16:26 +0000)]
MCEvent() is available when running with the AODInputHandler

14 years agoCast to AliMCParticle* needed with new implementation of AliMCEvent
morsch [Wed, 2 Sep 2009 16:18:01 +0000 (16:18 +0000)]
Cast to AliMCParticle* needed with new implementation of AliMCEvent

14 years agoCast to AliMCParticle*
morsch [Wed, 2 Sep 2009 16:15:59 +0000 (16:15 +0000)]
Cast to AliMCParticle*

14 years agoCast to *MCParticle
morsch [Wed, 2 Sep 2009 16:14:35 +0000 (16:14 +0000)]
Cast to *MCParticle

14 years agoMCEvent::GetTrack gives back *VParticle.
morsch [Wed, 2 Sep 2009 16:12:39 +0000 (16:12 +0000)]
MCEvent::GetTrack gives back *VParticle.
Cast to *MCParticle needed

14 years agoChange in the monitoring policy. Use the DATE monitoring feature which takes events...
cvetan [Wed, 2 Sep 2009 16:08:25 +0000 (16:08 +0000)]
Change in the monitoring policy. Use the DATE monitoring feature which takes events from all GDCs associated to a given run. The run is transmitted via env variable. The GRP preprocessor is changed so that still to give the GDCs, but this time the full list used in the run. This could be useful in the future.

14 years agoDifferent mapping files per module:
kharlov [Wed, 2 Sep 2009 15:55:34 +0000 (15:55 +0000)]
Different mapping files per module:
Modules 0,1,2,3 have identical mappings, while module 4 has a different mapping.

14 years agoDifferent mapping files per module are created by WriteMapping.C
kharlov [Wed, 2 Sep 2009 15:53:48 +0000 (15:53 +0000)]
Different mapping files per module are created by WriteMapping.C

14 years agoEpos dependence in event header removed.
morsch [Wed, 2 Sep 2009 15:52:20 +0000 (15:52 +0000)]
Epos dependence in event header removed.

14 years agoAdded protection agains TRU data.
policheh [Wed, 2 Sep 2009 14:53:13 +0000 (14:53 +0000)]
Added protection agains TRU data.

14 years agofatal error in case OCDB entry with alignment objects is not found for one or more...
rgrosso [Wed, 2 Sep 2009 14:47:26 +0000 (14:47 +0000)]
fatal error in case OCDB entry with alignment objects is not found for one or more detectors

14 years agoAdded log record for initialized fields
shahoian [Wed, 2 Sep 2009 14:07:21 +0000 (14:07 +0000)]
Added log record for initialized fields

14 years agoAdding a data type for calorimeter clusters.
odjuvsla [Wed, 2 Sep 2009 14:00:57 +0000 (14:00 +0000)]
Adding a data type for calorimeter clusters.

14 years agoFixes for the proper treatment of T0
cblume [Wed, 2 Sep 2009 13:34:54 +0000 (13:34 +0000)]
Fixes for the proper treatment of T0

14 years agoRemoving a line that was wrongly re-introduced by last commit (Diego)
laphecet [Wed, 2 Sep 2009 13:32:43 +0000 (13:32 +0000)]
Removing a line that was wrongly re-introduced by last commit (Diego)

14 years ago- Protection to avoid storing DCS datapoints taken outside run
laphecet [Wed, 2 Sep 2009 13:29:55 +0000 (13:29 +0000)]
- Protection to avoid storing DCS datapoints taken outside run
(Diego)

14 years agoMoving a some structs and classes used for handling "AliESDCaloCluster like" clusters...
odjuvsla [Wed, 2 Sep 2009 13:18:18 +0000 (13:18 +0000)]
Moving a some structs and classes used for handling "AliESDCaloCluster like" clusters inside HLT.
This was done to avoid dependencies between libAliHLTGlobal and libAliHLTPHOS when we merge
PHOS clusters into the global HLT ESD.

Several classes in the HLT/PHOS had to be changed due to name changes of the structs/classes

14 years agoAMORE & QA fixes.
laphecet [Wed, 2 Sep 2009 13:16:41 +0000 (13:16 +0000)]
AMORE & QA fixes.

  - AliMUONQAChecker prevent the method AliMUONQAChecker::CheckRaws to return a NULL pointer if a
     TrackerData object is not present in the first specie (kDefault). Now it returns
     NULL only if there no TrackerData object at all.

  - AliMUONCalibrationData : add a bypass to force the usage of some external calibration data (for AMORE)

  - AliMUONTrackerDataWrapper : remove an uneeded method

(Guillaume)

  - AliMUONQADataMakerRec : introducing the beautifier for presenting a nicer Raw Data QA to the shifter.
    This is just a first approach, as most of that should probably be done in the Checker on the longer term (to be discussed...)

  - AliMUONDigitCalibrator & AliMUONTrackerDataMaker : do not force the number of sigma to cut on the charge. Should be taken from the recoparam.
     This was impacting the QA only (forcing it to use a 3 sigma cut, where anywhere else we use 4 sigma cut).

(Laurent)

14 years agoSeparate the checks for DATE and DIM installation (requested by Laurent)
cvetan [Wed, 2 Sep 2009 13:09:42 +0000 (13:09 +0000)]
Separate the checks for DATE and DIM installation (requested by Laurent)

14 years agoBug correction (Qtime part) in CE configuration
haavard [Wed, 2 Sep 2009 13:05:44 +0000 (13:05 +0000)]
Bug correction (Qtime part) in CE configuration

14 years agoMore portable version
hristov [Wed, 2 Sep 2009 13:03:30 +0000 (13:03 +0000)]
More portable version

14 years agoAdd a protection
cblume [Wed, 2 Sep 2009 12:16:53 +0000 (12:16 +0000)]
Add a protection

14 years agoSet finite validity (one run) to TPC/Calib/AltroConfig OCDB entries
haavard [Wed, 2 Sep 2009 12:08:49 +0000 (12:08 +0000)]
Set finite validity (one run) to TPC/Calib/AltroConfig OCDB entries

14 years agoFixes for bug #52499: Field polarities inconsistiency
hristov [Wed, 2 Sep 2009 11:32:23 +0000 (11:32 +0000)]
Fixes for bug #52499: Field polarities inconsistiency

14 years agoAdd a protection to fitter->Eval
cblume [Wed, 2 Sep 2009 10:59:22 +0000 (10:59 +0000)]
Add a protection to fitter->Eval

14 years agoAdded fastjet
kleinb [Wed, 2 Sep 2009 09:47:24 +0000 (09:47 +0000)]
Added fastjet

14 years agobugfix https://savannah.cern.ch/bugs/?55067
richterm [Wed, 2 Sep 2009 01:10:49 +0000 (01:10 +0000)]
bugfix https://savannah.cern.ch/bugs/?55067
Updating AliHLTMessage to TMessage r27689

HLT encountered a problem when streaming the AliESDEvent. The problem occurs if the
TClonesArray members contain more then one entry. In this case, members of the individual
objects have been mixed.

The problem turned out to be solely on the serialization part, and did not effect the
restoration part. This has been proven by using either TMessage and AliHLTMessage on the
sender, and only AliHLTMessage on the receiver side. Merging the recent changes in
TMessage solved the issue.

14 years agoupdated from the running version in the ACR
jthaeder [Tue, 1 Sep 2009 19:51:05 +0000 (19:51 +0000)]
updated from the running version in the ACR

14 years agoMinor bugfixes and extensions for the onlineDiplay Interface
jthaeder [Tue, 1 Sep 2009 19:48:46 +0000 (19:48 +0000)]
Minor bugfixes and extensions for the onlineDiplay Interface

14 years ago1)AliCaloPID: Posibility to recalculate PID bayesian in EMCAL
gconesab [Tue, 1 Sep 2009 18:49:36 +0000 (18:49 +0000)]
1)AliCaloPID: Posibility to recalculate PID bayesian in EMCAL
2)AliAnalysisTaskEMCALPi0CalibSelection: Corrected number of supermodules and towers
Few coding violations corrected.

14 years agoMissing initialisation of headers added,
morsch [Tue, 1 Sep 2009 14:41:26 +0000 (14:41 +0000)]
Missing initialisation of headers added,

14 years agoAdded an output file for average cross section and number of trials from pyxsec.root...
kleinb [Tue, 1 Sep 2009 13:29:59 +0000 (13:29 +0000)]
Added an output file for average cross section and number of trials from pyxsec.root if available

14 years agoCMake target for TENDER.
agheata [Tue, 1 Sep 2009 13:22:37 +0000 (13:22 +0000)]
CMake target for TENDER.

14 years agoTender wagon providing access to ESD event and CDB. The tender calls an arbitrary...
agheata [Tue, 1 Sep 2009 13:21:10 +0000 (13:21 +0000)]
Tender wagon providing access to ESD event and CDB. The tender calls an arbitrary number of user algorithms that add or correct information in ESD based on CDB info that was not available during pass1 reconstruction. The base class for user-defined ESD additions and corrections is AliTenderSuppy. This has access to CDB and the current ESD event and has to implement the methods Init() (specific CDB storages, initialization) and ProcessEvent() (algorithm that adds to or modifies the current ESD event.

14 years agoInitialize TRefArray with correct pid
morsch [Tue, 1 Sep 2009 12:55:47 +0000 (12:55 +0000)]
Initialize TRefArray with correct pid

14 years agoTreatment of HC header corruption
cblume [Tue, 1 Sep 2009 12:55:07 +0000 (12:55 +0000)]
Treatment of HC header corruption

14 years agoFastJetHeaderV1 included.
morsch [Tue, 1 Sep 2009 12:39:54 +0000 (12:39 +0000)]
FastJetHeaderV1 included.

14 years agoEvent by event vertex and header.
morsch [Tue, 1 Sep 2009 10:46:07 +0000 (10:46 +0000)]
Event by event vertex and header.

14 years agoMinor corrections + small improvement of macro to study fake tracks
ivana [Tue, 1 Sep 2009 10:29:50 +0000 (10:29 +0000)]
Minor corrections + small improvement of macro to study fake tracks
(Philippe P.)

14 years agoRemoving comment for "magic" lines to correctly read raw tag files.
zampolli [Tue, 1 Sep 2009 10:09:02 +0000 (10:09 +0000)]
Removing comment for "magic" lines to correctly read raw tag files.

14 years agoBug fix for the case of more than 30 timebins
cblume [Tue, 1 Sep 2009 09:47:41 +0000 (09:47 +0000)]
Bug fix for the case of more than 30 timebins

14 years agoIn reconstruction:
ivana [Tue, 1 Sep 2009 09:46:08 +0000 (09:46 +0000)]
In reconstruction:
Added protection in case the bending momentum of the track is so low that it turns around in the magnetic field.
--> Most of the time, stop the tracking of that track and remove it.
--> In any case, its chi2 is set to a maximum value (1.e10) so it can be easily detected and removed afterward.
(Philippe P.)

14 years agorespecting start and end time arguments
jgrosseo [Tue, 1 Sep 2009 09:31:11 +0000 (09:31 +0000)]
respecting start and end time arguments

14 years agoAdded possibility to process only charged particles (without smearing and TPC accepta...
kleinb [Tue, 1 Sep 2009 09:04:53 +0000 (09:04 +0000)]
Added possibility to process only charged particles (without smearing and TPC acceptance cuts)

14 years agoFixes to FastJetFinder (added c'tors) and added possibility to run FJ on Kinematics...
kleinb [Tue, 1 Sep 2009 08:24:40 +0000 (08:24 +0000)]
Fixes to FastJetFinder (added c'tors) and added possibility to run FJ on Kinematics (no support for references yet, since fMomentumArray is used

14 years agoUpdatde configuration
dainese [Mon, 31 Aug 2009 21:38:45 +0000 (21:38 +0000)]
Updatde configuration

14 years agoReduced default debug level
dainese [Mon, 31 Aug 2009 21:35:28 +0000 (21:35 +0000)]
Reduced default debug level

14 years agoPutting non-implemented copy constructor and assignment operator as private.
cvetan [Mon, 31 Aug 2009 20:22:26 +0000 (20:22 +0000)]
Putting non-implemented copy constructor and assignment operator as private.

14 years agoupdate by Theodor
richterm [Mon, 31 Aug 2009 20:20:23 +0000 (20:20 +0000)]
update by Theodor
- Create separate offline components to outsource CDBManager actions
- Clean up code of ClusterHistoComponent

14 years agoFix on magnetic field sign used in error calculation (F. Prino)
prino [Mon, 31 Aug 2009 16:52:06 +0000 (16:52 +0000)]
Fix on magnetic field sign used in error calculation (F. Prino)

14 years agoChanged default value (no D*+ rejection) Andrea R
dainese [Mon, 31 Aug 2009 16:30:12 +0000 (16:30 +0000)]
Changed default value (no D*+ rejection) Andrea R

14 years agoAliTPCcalibDB.cxx.diff Change magnetic field return value from kG...
marian [Mon, 31 Aug 2009 16:00:42 +0000 (16:00 +0000)]
AliTPCcalibDB.cxx.diff                  Change magnetic field return value from kG to T
AliTPCCalibViewerGUItime.cxx.diff       Change from tree to chain. Allow wildcard in static AliTPCCalibViewerGUItime::ShowGUI("file*.root")
AliTPCCalibViewerGUItime.h.diff         Change from tree to chain. Allow wildcard in static AliTPCCalibViewerGUItime::ShowGUI("file*.root")
CalibEnv.C.diff                         Add Nan protection in noise calculations
TPCRAWda.cxx.diff                       Add network timeout as suggested by Sylvain

14 years agoChanges in order to be sure that the raw-reader always detects the EOR events. In...
cvetan [Mon, 31 Aug 2009 15:41:12 +0000 (15:41 +0000)]
Changes in order to be sure that the raw-reader always detects the EOR events. In prinicple even this is not enough because it can happend that a detector is busy and the run ends w/o EOR events. Will have to put a SOR notifier based on DIM.

14 years agoRun aliroot in batch mode for the moment.
cvetan [Mon, 31 Aug 2009 15:39:00 +0000 (15:39 +0000)]
Run aliroot in batch mode for the moment.

14 years agoCorrect DIM service is DAQ_SOR_PHYSICS. In this case we get the trigger config from...
cvetan [Mon, 31 Aug 2009 15:38:17 +0000 (15:38 +0000)]
Correct DIM service is DAQ_SOR_PHYSICS. In this case we get the trigger config from the logbook.

14 years agoPass event vertex to the cocktail entries.
morsch [Mon, 31 Aug 2009 13:08:47 +0000 (13:08 +0000)]
Pass event vertex to the cocktail entries.

14 years agoAdded the offline trigger functions for use with the first physics.
hdalsgaa [Mon, 31 Aug 2009 12:46:06 +0000 (12:46 +0000)]
Added the offline trigger functions for use with the first physics.

14 years agoreference distribution for kRAW kCalib case
alla [Mon, 31 Aug 2009 12:00:31 +0000 (12:00 +0000)]
reference distribution for kRAW kCalib case

14 years agoreference distribution for kRAW kCalib case
alla [Mon, 31 Aug 2009 11:58:40 +0000 (11:58 +0000)]
reference distribution for kRAW kCalib case

14 years agoAdded possibility to lock/unlock CDB manager. User is provided with a key everytime...
agheata [Mon, 31 Aug 2009 10:12:49 +0000 (10:12 +0000)]
Added possibility to lock/unlock CDB manager. User is provided with a key everytime it locks. The key has to be used in the SetLock() method whenever the state of the lock need to be changed. (A.G.)

14 years ago1. more than 30 timebin data reading is available now in the fast reader
cblume [Mon, 31 Aug 2009 07:55:05 +0000 (07:55 +0000)]
1. more than 30 timebin data reading is available now in the fast reader
2. rawstreamer provide the number of timebin information from HC header
and put it in a AliTRDdigitsParam, so later you can get this nubmer of
timebin information through digit manager like:
  digitsparam = (AliTRDdigitsParam *) digitsManager->GetDigitsParam();
  digitsparam->GetNTimeBins();
  so, Theodor also can use this function for HLT.
3. enable swapped optical fiber checking
4. bug fix in getting the chamber number directly through
rawreaderpointer->GetDet() fuction(based on Tom's bug report) but it
doens't give an effect in normal reconstruction.

14 years agonew energy distributions for FMD
hdalsgaa [Sun, 30 Aug 2009 19:48:07 +0000 (19:48 +0000)]
new energy distributions for FMD

14 years agoC++ compilation flag -D__PHOSUTIL__ is added for PWG4 analysis classes (G. Conesa...
kharlov [Sun, 30 Aug 2009 18:01:05 +0000 (18:01 +0000)]
C++ compilation flag -D__PHOSUTIL__ is added for PWG4 analysis classes (G. Conesa Balbastre)

14 years agoRemove protection against not initialization of MChandler in the Init, there the...
gconesab [Sat, 29 Aug 2009 21:43:02 +0000 (21:43 +0000)]
Remove protection against not initialization of MChandler in the Init, there the MChandler pointer is always 0

14 years agoAdd more AODPid information from tracking detectors when filtering ESDs
gconesab [Sat, 29 Aug 2009 19:21:44 +0000 (19:21 +0000)]
Add more AODPid information from tracking detectors when filtering ESDs

14 years agoNew calibration task for EMCAL with Pi0
gconesab [Sat, 29 Aug 2009 14:24:07 +0000 (14:24 +0000)]
New calibration task for EMCAL with Pi0

14 years agoFiles necessary to create par files from EMCAL libraries
gconesab [Sat, 29 Aug 2009 13:47:24 +0000 (13:47 +0000)]
Files necessary to create par files from EMCAL libraries

14 years agoClarify cluster loop. Add check for cluster being 0 (seen in online reco-viz).
mtadel [Fri, 28 Aug 2009 18:01:00 +0000 (18:01 +0000)]
Clarify cluster loop. Add check for cluster being 0 (seen in online reco-viz).

14 years agoFix bug for cosThetaStar in case of like-sign (Carmelo)
dainese [Fri, 28 Aug 2009 17:20:13 +0000 (17:20 +0000)]
Fix bug for cosThetaStar in case of like-sign (Carmelo)

14 years agoNew helper methods (Chiara)
dainese [Fri, 28 Aug 2009 17:18:51 +0000 (17:18 +0000)]
New helper methods (Chiara)

14 years agoMinor improvements
cvetan [Fri, 28 Aug 2009 16:47:23 +0000 (16:47 +0000)]
Minor improvements

14 years agoPossibility to extact time stamp from SDD calibration objects (useful to monitor...
prino [Fri, 28 Aug 2009 16:44:56 +0000 (16:44 +0000)]
Possibility to extact time stamp from SDD calibration objects (useful to monitor stability of speed vs. time) - F. Prino

14 years agoFix the autosave of the HLT esd tree and writing of the raw-data header to the HLT...
cvetan [Fri, 28 Aug 2009 13:59:59 +0000 (13:59 +0000)]
Fix the autosave of the HLT esd tree and writing of the raw-data header to the HLT esd tree (agreed with Matthias and Jochen)

14 years agoFixes for cmake
fca [Fri, 28 Aug 2009 12:36:48 +0000 (12:36 +0000)]
Fixes for cmake

14 years agoFixes for cmake
fca [Fri, 28 Aug 2009 12:34:21 +0000 (12:34 +0000)]
Fixes for cmake

14 years agobugfix (partially) #54670
richterm [Fri, 28 Aug 2009 12:09:01 +0000 (12:09 +0000)]
bugfix (partially) #54670
replacing big static array with dynamically allocated array

14 years agobugfix (partially) #54670
richterm [Fri, 28 Aug 2009 12:07:42 +0000 (12:07 +0000)]
bugfix (partially) #54670
removing the libAliHLTPHOS library from the HLT default libraries because of high static memory consumption
the developers are going to be informed

14 years agoAdding EMCALUtils
hristov [Fri, 28 Aug 2009 11:49:54 +0000 (11:49 +0000)]
Adding EMCALUtils

14 years agodangling .f removed
morsch [Fri, 28 Aug 2009 11:41:08 +0000 (11:41 +0000)]
dangling .f removed

14 years agosmall bug fix
snelling [Fri, 28 Aug 2009 10:07:52 +0000 (10:07 +0000)]
small bug fix

14 years agoInfo about creating mixed AOD events (Antonio, Alessandro)
martinez [Fri, 28 Aug 2009 10:01:39 +0000 (10:01 +0000)]
Info about creating mixed AOD events (Antonio, Alessandro)

14 years agoSplitting the configuration files for the proton analysis (Marek)
pchrist [Fri, 28 Aug 2009 09:18:05 +0000 (09:18 +0000)]
Splitting the configuration files for the proton analysis (Marek)

14 years agoAdding the run macro for the feed-down analysis (Michal)
pchrist [Fri, 28 Aug 2009 09:03:47 +0000 (09:03 +0000)]
Adding the run macro for the feed-down analysis (Michal)