144 {
145 tool.declareProperty("LabelName", n->singleint="", "Jet label attribute to be added.");
146 tool.declareProperty("DoubleLabelName", n->doubleint="", "Jet label attribute to be added (with the possibility of up to 2 matched hadrons).");
147 tool.declareProperty("LabelPtName", n->pt="", "Attribute for labelling particle pt");
148 tool.declareProperty("LabelLxyName", n->Lxy="", "Attribute for Lxy of labelling particle");
149 tool.declareProperty("LabelDRName", n->dr="", "Attribute for dR(part, jet) for labelling particle");
150 tool.declareProperty("LabelPdgIdName", n->pdgId="", "Attribute for pdgID of labelling particle");
151 tool.declareProperty("LabelPositionDPhiName", n->positionDPhi="", "Attribute for the position dPhi of the labeling particle ");
152 tool.declareProperty("LabelPositionDEtaName", n->positionDEta="", "Attribute for the position dEta of the labeling particle ");
153 tool.declareProperty("LabelBarcodeName", n->uniqueID="", "Attribute for uniqueID of labeling particle");
154 tool.declareProperty("ChildLxyName", n->childLxy="", "Attribute for the labeling particle child Lxy");
155 tool.declareProperty("ChildPtName", n->childPt="", "Attribute for the labeling particle child Pt");
156 tool.declareProperty("ChildPdgIdName", n->childPdgId="", "Attribute for the labeling particle child pdg ID");
157 tool.declareProperty("ChildPositionDPhiName", n->childPositionDPhi="", "Attribute for the position dPhi of the labeling particle child");
158 tool.declareProperty("ChildPositionDEtaName", n->childPositionDEta="", "Attribute for the position dEta of the labeling particle child");
159
160 tool.declareProperty("useBarcode", n->useBarcode=false, "use barcode instead of uid");
161 }