Skip to content

Commit e70da85

Browse files
authored
Update Multiplicity.h
1 parent 46f944b commit e70da85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/DataModel/Multiplicity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ DECLARE_SOA_TABLE(Mult2MCExtras, "AOD", "Mult2MCEXTRA", //! Relate reco mult ent
198198
o2::soa::Index<>, mult::MultMCExtraId);
199199

200200
DECLARE_SOA_TABLE(MultHepMCHIs, "AOD", "MULTHEPMCHI", //! complementary table for heavy-ion mc info (subset of HepMCHeavyIons)
201-
o2::soa::Index<>, hepmcheavyion::MultMCExtraId, hepmcheavyion::NcollHard, hepmcheavyion::NpartProj, hepmcheavyion::NpartTarg,
201+
o2::soa::Index<>, mult::MultMCExtraId, hepmcheavyion::NcollHard, hepmcheavyion::NpartProj, hepmcheavyion::NpartTarg,
202202
hepmcheavyion::Ncoll, hepmcheavyion::ImpactParameter);
203203

204204
using MultHepMCHI = MultHepMCHIs::iterator;

0 commit comments

Comments
 (0)