|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef JETQUARKCHARGELABELINGTOOL_H 
    6 #define JETQUARKCHARGELABELINGTOOL_H 
   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."};
 
  
Interface for adding a decoration to a jet container.
::StatusCode StatusCode
StatusCode definition for legacy code.