Skip to content
Snippets Groups Projects
Commit d1c21de5 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'MagicNumbersUpdate_main' into 'main'

MagicNumbers.h: Adding new HepMC::UNDEFINED_ID constant (ATLASSIM-6906)

See merge request atlas/athena!70052
parents ce9be679 19fae815
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ constexpr int FORWARDTRANSPORTMODELSTATUS = 212;
/// @brief This barcode is used by objects matched to particles from pile-up interactions in standard MC Production
constexpr int SUPPRESSED_PILEUP_BARCODE(std::numeric_limits<int32_t>::max());
constexpr int UNDEFINED_ID = 0;
constexpr int INVALID_PARTICLE_BARCODE = -1;
constexpr int SINGLE_PARTICLE = 10001;
......
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