]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EMCAL/CMakelibEMCALbase.pkg
First implementation of embedding
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 23 Jul 2011 11:12:13 +0000 (11:12 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 23 Jul 2011 11:12:13 +0000 (11:12 +0000)
commit6cc75819194d60e4ef5f0106741782abdcc7fa22
tree4bdcd4a589b507bb5b65ee9fd885da6953d4d128
parent863e1b06293e797550645c9c8da5559f147bbdec
First implementation of embedding
AliEMCAL: Method to transform raw data into sdigits added
AliEMCALDigit: flag for embedded digits added
AliEMCALLoader: Methods to recover OCDB reco param and bad map
AliEMCALDigitizer:
- In case of embedding, handle the merging differently, not add noise, not smear the real sdigits, add the sdigits later,
- Possibility to calibrate time and decalibrate time and energy added

Some example macros for embedding added
13 files changed:
EMCAL/AliEMCAL.cxx
EMCAL/AliEMCAL.h
EMCAL/AliEMCALDigit.h
EMCAL/AliEMCALDigitizer.cxx
EMCAL/AliEMCALDigitizer.h
EMCAL/AliEMCALLoader.cxx
EMCAL/AliEMCALLoader.h
EMCAL/CMakelibEMCALbase.pkg
EMCAL/CMakelibEMCALsim.pkg
EMCAL/EMCALbaseLinkDef.h
EMCAL/EMCALsimLinkDef.h
EMCAL/macros/embedding/raw2sdigits.C [new file with mode: 0644]
EMCAL/macros/embedding/simmerge.C [new file with mode: 0644]