Skip to content
Snippets Groups Projects
Commit 571af654 authored by Christoph Hasse's avatar Christoph Hasse :cartwheel_tone1:
Browse files

Merge branch 'nuvallsc_CaloClusterEfficiency' into 'master'

Add new MC2DigitTable

See merge request !3245
parents 1419543f a9f4e85e
No related branches found
No related tags found
1 merge request!3245Add new MC2DigitTable
Pipeline #3097143 passed
......@@ -47,6 +47,9 @@ namespace LHCb::CaloFuture2MC {
using IDigitTable = IRelationWeighted<LHCb::CaloCellID, LHCb::MCParticle, float>;
using DigitTable = RelationWeighted1D<LHCb::CaloCellID, LHCb::MCParticle, float>;
using IMC2DigitTable = IRelationWeighted<LHCb::MCParticle, LHCb::CaloCellID, float>;
using MC2DigitTable = RelationWeighted1D<LHCb::MCParticle, LHCb::CaloCellID, float>;
using IHypoTable = IRelationWeighted<LHCb::CaloCellID, LHCb::MCParticle, float>;
using HypoTable = RelationWeighted1D<LHCb::CaloCellID, LHCb::MCParticle, float>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment