32 Gaudi::Property<std::string> m_hadronAccessor{this, "HadronDecorationName", "HadronGhostInitialTruthLabelPdgId", "Name of attribute for hadron labeling."};
33 Gaudi::Property<std::string> m_partonAccessor{this, "PartonDecorationName", "PartonExtendedTruthLabelID", "Name of attribute for parton labeling."};
34 Gaudi::Property<std::string> m_chargeDecorator{this, "OutputName", "QuarkChargeTruthLabelID", "Name of the output variable containing the charge ID."};
35 Gaudi::Property<std::map<int,int>> m_mapOption{this, "HadronChargeMap", std::map <int,int>(), "Map relating the PdgID of the hadrons to the charge of the original heavy quark."};