Skip to content

Tags: mlknichel/AliceO2

Tags

nightly-20190814

Toggle nightly-20190814's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update DetectorSimulation.md

nightly-20190813

Toggle nightly-20190813's commit message
[EMCAL-504] Prototype data format for EMCAL clusters

Basic cluster containing the space and time information
as well as the energy measurement of a reconstructed
shower in the EMCAL. Position and time information
handled by multiple inheritance:
- Point3D for space point
- TimeStamp for time
The informtion stored in the cluster are based on
AliADOCaloCluster, except all transient fields
filled at analysis level are removed and should
be filled by wrapper classes, and the MC information
is handled by its corresponding label.

nightly-20190812

Toggle nightly-20190812's commit message
[EMCAL-599] Initialize and apply sampling fraction to light yield

Sampling fraction has been applied previously in the digitization
code. As the sampling fraction depends on the MC engine and the
digitizer has no knowledge about the MC engine it has to be applied
during the hit generation.

nightly-20190811

Toggle nightly-20190811's commit message
[EMCAL-599] Initialize and apply sampling fraction to light yield

Sampling fraction has been applied previously in the digitization
code. As the sampling fraction depends on the MC engine and the
digitizer has no knowledge about the MC engine it has to be applied
during the hit generation.

nightly-20190809

Toggle nightly-20190809's commit message
Improve MC check with sourceId + add trackinfo struct

nightly-20190808

Toggle nightly-20190808's commit message
Fix missing dictionary problem for PHOSSimParams

nightly-20190807

Toggle nightly-20190807's commit message
merge TRDFeeParam and LTUParam into FeeParam

nightly-20190806

Toggle nightly-20190806's commit message
Update clang-format: Cpp11BracedListStyle = true, and enforce O2-wide

nightly-20190805

Toggle nightly-20190805's commit message
Fix compiler warning related to override

nightly-20190804

Toggle nightly-20190804's commit message
Fix compiler warning related to override