]> git.uio.no Git - u/mrichter/AliRoot.git/history - PHOS/AliPHOSGetter.cxx
Removed the retrival of gAlice in GetInstance()
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGetter.cxx
2002-05-31 schutzRemoved the retrival of gAlice in GetInstance()
2002-05-31 schutzRefreshes gAlice by getting it again from the file
2002-05-30 schutzChange to the directory of the file when the getter...
2002-05-23 schutzin dtor check the existence of fFile before to close...
2002-05-22 schutzChecks for existing folder before posting the makers
2002-05-22 schutzProtected against having _ in the file name
2002-05-22 schutzAdded 3 methods: to list the branches available in...
2002-05-21 schutzSystematically abort if the xxRef method fails to find...
2002-05-17 schutzAdded abort instead of return 0
2002-05-02 schutz1. Remove all Sdigits subfolders in the dtor
2002-04-27 schutzAdapted (and corrected a few minor defaults) the getter...
2002-04-25 schutzChages so that AliPHOSGetter can now post any version...
2002-04-24 schutzadded fFailed data member that tells is file is opened...
2002-04-19 schutzChange return kFALSE into return 0
2002-04-19 schutzdelete pointer members in dtor
2002-04-16 schutzPrimaries are read only if AliStack is present
2002-04-12 schutzPrimaries are now correctly put in the folder. Remains...
2002-04-11 schutzFill branch and not Tree's as recommended by fca
2002-02-23 schutzOne more correction to allow "/" in the file name
2002-02-21 schutzAllowed "/" in the file name (continued)
2002-02-20 schutzReplaces possible "/" by "_" in the headerFile name...
2002-01-12 schutzAll Methods of type void * xxxRef replaced by TObject...
2002-01-07 schutzAdded const where it made sense
2001-12-10 schutzAliRunDigitizer: a few bugs fixed to run under
2001-11-22 schutzAllways ReadPrimaries in GetEvent() to initialize fNPri...
2001-10-04 schutzA lot of mods to put PHOS in the official TFolder/TTask...
2001-09-28 hristovMinor correction of method signature needed on Sun
2001-09-26 schutzWARNINGs are put on cout instead of cerr
2001-09-23 schutzReading Trees branches directly to the TFolders added
2001-09-12 schutzRead TreeQA only if it already exists
2001-09-10 schutzenable to read TreeQA
2001-08-30 schutzQA Tree is now read onlt once at initialisation
2001-08-29 schutzReadQA enabled and a feww cerr channged to cout
2001-07-30 schutzFixed memory leaks from objects posting to TFolders...
2001-07-18 schutzA debug level has been added; corrected a mem leak...
2001-07-18 schutzAdd a metho to retrieve the QA tasks
2001-07-04 schutzAliPHOSGetter is a singleton class that takes of the...