]> git.uio.no Git - u/mrichter/AliRoot.git/history - PHOS/AliPHOSGetter.cxx
Stand-alone library for ESD. Possibility to use only root and lidESD.so for analysis...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGetter.cxx
2004-10-01 schutzPrints removed
2004-09-29 schutzMethods made virtual to allow On-Flight reconstruction...
2004-08-28 schutzCorrect errors in the methods calculating digits from...
2004-08-27 hristovSearch for new detector object only in case its loader...
2004-08-25 schutzChange for a realistic time distribution of the raw...
2004-07-16 schutzAdded method to read raw data and convert to digits...
2004-07-01 schutzNew ESD format (with TTree)
2004-05-06 schutzForces clean of data before reloading. Do systematicall...
2004-05-04 hristovAdding TParticle.h
2004-04-01 alibraryFixing Coding violations
2004-03-22 hristovCoding conventions (F.Carminati)
2004-03-08 schutzChanged the OpenESD method to take into account the...
2004-02-19 schutzAdded cleanup in Loader dtor and Getter Reset()
2004-02-13 schutzOpen SDigits in read-only mode
2004-02-13 schutzAdded a prototection to prevent deleting the run loader...
2004-02-12 schutzDelete the run loader before creating a new getter
2004-02-03 schutzRemove the possibility in VersionExist to change the...
2004-02-03 hristovRemoving warnings (alpha)
2004-02-02 schutzPut a Warning under the control of gDebug
2003-11-14 schutzcoding convention
2003-10-23 hristovMC-dependent part of AliRun extracted in AliMC (F.Carmi...
2003-07-14 hristovLog replaced by Id
2003-07-13 hristovTransition to NewIO
2003-03-04 schutzCoding convention obeyed
2003-02-19 schutzChanged the way the Alarms are retrieved from the folder
2002-12-13 schutzcleaning before reading new data added in ReadTreeR
2002-12-12 schutzTrigger pattern getter added
2002-12-12 schutzPossibility to merge signal and background in split...
2002-10-30 schutzreplaced abort() by Fatal()
2002-10-29 schutzremoved iostream
2002-10-21 schutzExtending to beam test analysis
2002-09-24 schutzRemoved fAlice and changed ReadTreeK to make it look...
2002-09-02 hristovMaking Track arguments const
2002-08-26 schutzAdded proper way to delete tree in BranchList
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-08-02 schutzHits cleaning inserted before reading new track
2002-07-18 schutzremoved a warning and close/open files of TreeK
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-09 schutzChanged ERROR into warning and do the proper return...
2002-07-04 schutzRemoved a compilation warning
2002-07-04 schutzThis patch solves the problem encountered when posting...
2002-06-26 schutzPrevents to post clusterizer in case no data in TreeR
2002-06-26 schutzAdded a protection needed in the case the getter is...
2002-06-25 schutzVerify that fFile exist before cd (the file does not...
2002-06-13 schutzAdded CloseFile that deletes gAlice which in turn close...
2002-06-07 schutzAdded methods to clean the folders
2002-06-04 schutzOnly retrieve the gAlice object if a new file is opened
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...