]> git.uio.no Git - u/mrichter/AliRoot.git/history - PHOS/AliPHOSDigitizer.cxx
Default constructor creates CDB storage with centrally set run number (Yu.Kharlov)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDigitizer.cxx
2006-03-13 kharlovCalibration objects for EMC and CPV
2005-08-24 kharlovCalibration data for raw digits
2005-07-12 hristovChanges needed to run simulation and reconstrruction...
2005-05-28 schutzCompilation warnings fixed by T.P.
2005-04-21 schutzFix of Digitizer writing to a file
2005-04-17 hristovChanges needed on Sun with Root v4-03-04
2004-10-18 schutzImplement the new logging system (AliLog)
2004-08-06 hristovCorrected posting and cleaning of digitizers (T.Kuhr)
2004-07-21 hristovVerbose output commented out
2004-07-16 schutzIntroduced a new time information (fastest track making...
2004-04-16 schutzremoved obsolete refeference to ppsd
2004-03-22 hristovCoding conventions (F.Carminati)
2004-02-13 schutzAdded more information in ::Info
2004-02-12 schutzAdded information in Info
2004-02-05 schutzWhen calling the getter, the name of the file that...
2004-02-03 schutzcorrected a mistake on setting fLastEvent
2004-02-03 schutzAdded the option to process 1 event(default) or a range...
2004-02-03 hristovRemoving warnings (alpha)
2004-02-03 schutzLet process events from specified range
2004-01-29 schutzThe name of the TTask is PHOSDigitizer and the folderna...
2004-01-27 hristovUsing default task names. Cleaning the task in the...
2003-11-14 schutzcoding convention
2003-09-04 schutzCompilation warnings fixed
2003-09-03 schutzCompilation warnings fixed
2003-08-26 schutzPolishing in PrintDigits()
2003-07-13 hristovTransition to NewIO
2003-03-04 schutzCoding convention obeyed
2002-12-12 schutzMixWith signature changed
2002-11-05 schutzchange the formattin in Print()
2002-10-30 schutzreplaced abort() by Fatal()
2002-10-29 schutzrestyled Print
2002-10-29 schutzremoved iostream
2002-10-21 schutzExtending to beam test analysis
2002-08-23 schutzMostly minor style modifications to be ready for clonin...
2002-08-21 schutzElaborating split mode to write data only to the split...
2002-07-18 hristovAccess to GetInputFileName via fManager
2002-07-16 schutzTo adapt to the new methods of AliDigitizer
2002-07-15 schutzAdded a collaborative work between Getter and Tasks...
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-03 schutzAdded a protection in the dtor. When the tasks is creat...
2002-06-27 schutzAdjusted the namimg of folders to make digitization...
2002-06-25 schutzThe weird problem that destroys gAlice when trying...
2002-06-13 schutzAdded the option to write objects into separate files...
2002-06-07 schutzIMproved the clean up in the dtor: folders are now...
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-29 schutzAdded the SetSplitFile method that allows to divert...
2002-05-23 schutzIntroduce new default paramenters (previous version...
2002-05-16 schutzChanges default values of pin noise and emc threshold
2002-04-11 schutzDo not write Tree's but do an AutoSave() to fit in...
2002-04-11 schutzFill branch and not Tree's as recommended by fca
2002-03-27 schutzFill the Tree instead of branches to be able to use...
2002-02-23 schutzOne more correction to allow "/" in the file name
2002-01-10 schutzChanged the test on GetTile in Init
2002-01-09 schutzIn Init() check first if title is set before giving...
2002-01-09 schutzModified the way the shift in the primaries list is...
2002-01-07 schutzAdded const when compiler asked me to
2001-12-18 schutzUse pointer to manager from base class
2001-12-17 schutzBug in title-name corrected
2001-12-10 schutzAliRunDigitizer: a few bugs fixed to run under
2001-11-23 schutzCPV digits were not counted correctly
2001-11-14 schutzconstructor (AliDigitizer*) modified
2001-10-23 hristovMinor modifications to have the test suite working...
2001-10-18 schutzTime smearing added, def. value of t.s. set to 0.5 ns
2001-10-04 schutzA lot of mods to put PHOS in the official TFolder/TTask...
2001-09-27 schutzcheck of the end of SDigits array added
2001-09-27 schutzFinal granularity of digitization implemented
2001-09-26 schutzMethod to account crossing thresold by time signal...
2001-09-26 schutzTiming added to reconstruction
2001-09-23 schutzDefault branch name set to Default, consistence with...
2001-09-12 schutzadd a data member to count the number of produced objec...
2001-07-30 schutzFixed memory leak at sdigits mixing: TreeS is properly...
2001-07-16 schutzMixWith method has been corrected: only one event per...
2001-07-04 schutzResolved merging conflicts
2001-07-04 schutzA lot of changes here:
2001-06-07 schutzthese TTask are posted to the apropriate folders /...
2001-05-31 schutzmerge conflicts solved
2001-05-31 schutztask becomes a subtask of PHOS; TreeD filling changed
2001-05-31 schutzcomments added
2001-04-25 schutzInterference with other detectors removed: read/fill...
2001-04-06 schutzcan now read from HPSS
2001-04-05 schutzfDigitizer set to 0 in ctr
2001-04-04 schutzcan now only write mixed digits into one of the file...
2001-03-13 hristovDefault arguments set only in the header file
2001-03-12 schutznew classes for digitization derived from TTask