Skip to content

Commit

Permalink
Add an MCParticles label to denote the canoncial MCParticle collection (
Browse files Browse the repository at this point in the history
#325)

* Add an MCParticles label to denote the canoncial MCParticle collection

* Remove spurious whitespace
  • Loading branch information
tmadlener authored Jun 24, 2024
1 parent bd9f450 commit ccf334e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/edm4hep/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ namespace labels {
static constexpr const char* EventWeightsNames = "EventWeightNames";
static constexpr const char* ShapeParameterNames = "shapeParameterNames";
static constexpr const char* EventFilterStats = "EventFilterStats";

/// The canonical name for the main MCParticle collection
static constexpr const char* MCParticles = "MCParticles";
/// The collection parameter name for accessing the names of the parameters for
/// a ParticleID collection
static constexpr const char* PIDParameterNames = "ParameterNames";
Expand Down

0 comments on commit ccf334e

Please sign in to comment.