]> git.uio.no Git - u/mrichter/AliRoot.git/history - EMCAL
Fast tracking look-up table.
[u/mrichter/AliRoot.git] / EMCAL /
2002-12-18 schutzcorrect the size of volumes XEN1 and XUi to have all...
2002-12-18 morschCorrection in efficiency for p < 0.5.
2002-12-13 schutzrevised geometry, fully parametrized and including...
2002-12-09 morsch- Nummber of particles per jet increased to 1000
2002-12-06 schutzadded debug information
2002-12-06 schutzCorrected for the IP to EMCAL distance which was system...
2002-12-06 schutzAdded a data member so that the RecPoint makes himself...
2002-12-06 schutzAdded the geometry object as a data member ! Warning...
2002-12-06 schutzcorrected a typo in a if statement in Init (why did...
2002-12-06 schutzadded the sampling factor (12) in the PinNoise and...
2002-12-06 schutzhe clusterizer identifies if a recpoint is tower of...
2002-12-04 schutzChange in the geometry: TUB replaced by PGON to avoid...
2002-12-03 schutzpositionned differently (correctly ?)the Al layer
2002-12-03 schutzCorrected for a bug in the geometry: the last scintilla...
2002-12-02 schutzadded the delete of EMCAL object posted in the folder...
2002-12-02 schutzadded the delete of EMCAL object posted in the folder...
2002-11-29 schutzAdded method to retrieve PreShowerRecPoint
2002-11-29 schutzcorrected error in the dispersion calculation
2002-11-21 alibraryRemoving AliMCProcess and AliMC
2002-11-20 morsch- FindChargedJets() added.
2002-11-17 schutzremoved a Info()
2002-11-17 schutzremove/add print statements
2002-11-15 morschGetPythiaParticleName removed.
2002-11-13 schutzcorrected a bug in dispersion calculations (replaced...
2002-11-13 schutzchanged version number
2002-11-11 schutzremoved unecessaty blank lines
2002-11-05 schutzchange the formattin in Print()
2002-10-31 schutzremoved iostream
2002-10-29 schutzchange fMaxiparent to 150
2002-10-23 alibraryIntroducing Riostream.h
2002-10-14 hristovMerging the VirtualMC branch to the main development...
2002-09-24 schutzRemoved fAlice and changed ReadTreeK to make it look...
2002-09-13 morschidem
2002-09-13 morschNo cast to AliMagFCM.
2002-09-11 schutzRemoved a mem leak by deleting curSDigit in Exec()
2002-09-02 hristovMaking Track arguments const
2002-08-29 hristovstdlib.h needeed to define abort()
2002-08-28 alibraryRemoving ^M at the end of lines
2002-08-26 schutzAdded proper way to delete tree in BranchList
2002-08-26 schutzMade the 2 macros compilable
2002-08-26 schutzIndexing error corrected in the loop Remove digist...
2002-08-23 schutzAddition of a new Reconstruction class (AliEMCALReconst...
2002-08-23 schutz1. Style modifications to clone PHOS
2002-08-21 schutzMot by renan : GetJet() changed to GetJetT(n=0)
2002-08-21 schutzNew classes (by Renan)
2002-08-09 morschIn BuildGeometry(): cd to the top volume before definin...
2002-08-07 schutzScript for the EMCAL reconstruction chain
2002-08-02 morschEMCAL moved to 60 < phi < 180.
2002-07-23 alibraryAvoid errors in the VirtuaMC version of AliRoot
2002-07-18 hristovAccess to GetInputFileName via fManager
2002-07-16 schutzTo adapt to the new methods of AliDigitizer
2002-07-16 schutzset fAlice to 0 when not needed
2002-07-15 schutzAdded a collaborative work between Getter and Tasks...
2002-07-12 schutzAdded Folder() to remove all hard coded name of folders
2002-07-12 schutzChanged Print() to take into account the case where...
2002-07-09 schutzset fDefaultInit to false in the ctor with manager
2002-07-04 schutzThis patch solves the problem encountered when posting...
2002-07-04 schutzThis patch solves the problem encountered when posting...
2002-07-03 schutzAdded a protection in the dtor. When the tasks is creat...
2002-06-27 schutzCorrected the folder names to allow merging with AliRun...
2002-06-27 morschUncomment the TH1::AddDirectory statement.
2002-06-13 schutzAdded CloseFile that deletes gAlice which in turn close...
2002-06-13 schutzAdded the option to write objects into separate files...
2002-06-07 schutzAdded methods to clean the folders
2002-06-07 schutzIMproved the clean up in the dtor: folders are now...
2002-06-04 schutzClose the header file in dtor
2002-06-04 schutzAdd a method that closes the header file
2002-06-04 schutzOnly retrieve the gAlice object if a new file is opened
2002-05-31 schutzAdded class TParticle to keep the compiler happy
2002-05-31 schutzRefreshes gAlice by getting it from the file each time...
2002-05-31 morschDummy Impact() method added.
2002-05-30 schutzImproved the mechanism to divert SDigits into a separat...
2002-05-30 schutzImproved the mechanism to divert SDigits into a separat...
2002-05-30 schutzChange to the directory of the file when the getter...
2002-05-29 schutzAdded the SetSplitFile method that allows to divert...
2002-05-29 schutzAdded SetSplitFile method that initialises things to...
2002-05-22 morschPdg code added to track list.
2002-05-22 schutzProtected against having _ in the file name
2002-05-21 schutzMade file static to be able to do file->cd in GetInstance
2002-05-02 schutz1. Remove all Sdigits subfolders in the dtor
2002-04-27 schutzBefore opening a new file the previously opened one...
2002-04-27 schutzBefore opening a new file the previously opened one...
2002-04-27 morschCalculation of fDphi corrected (Renan Cabrera)
2002-04-26 schutzminor change
2002-04-26 schutzAdded file as a data member; close the file before...
2002-04-24 schutzAdded the fFailed data member that gives the status...
2002-04-19 schutzChange return kFALSE into return 0
2002-04-19 hristovAvoid cast from pointer to integer
2002-04-19 schutzdelete pointer members in dtor
2002-04-11 nilsenfixed a complation warning about not brace-enclosing...
2002-03-27 schutzFill Tree instead of branches to be able to use the...
2002-03-15 morschSet max. pT to 1.e10.
2002-03-13 hristovRestored correspondence between flat and recursive...
2002-03-12 pavlinovadded sgpfge.F to Makefile
2002-03-12 pavlinovservice routine
2002-03-12 pavlinovTestin output from generator
2002-03-05 morschMore coherent treatment of gluon-radiation and simpleJe...
2002-02-27 pavlinovAdded method FillFromParticles()
2002-02-27 pavlinovReturn to initial version of KS
2002-02-23 schutzOne more correction to allow "/" in the file name
next