Skip to content
Snippets Groups Projects
Commit 19fae815 authored by John Derek Chapman's avatar John Derek Chapman Committed by Frank Winklmeier
Browse files

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

MagicNumbers.h: Adding new HepMC::UNDEFINED_ID constant to replace Barcode::fUndefinedBarcode from Barcode.h
parent 6fcfc0ec
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