|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DERIVATIONFRAMEWORK_TRUTHDRESSINGTOOL_H
6 #define DERIVATIONFRAMEWORK_TRUTHDRESSINGTOOL_H
14 #include "Gaudi/Property.h"
15 #include "GaudiKernel/ToolHandle.h"
32 {
this,
"particlesKey",
"TruthParticles",
"ReadHandleKey for TruthParticles for photon list input"};
35 {
this,
"dressParticlesKey",
"TruthParticles",
"ReadHandleKey for input particles to be dressed. If taus are selected, everything in this input key will be used"};
40 {
this,
"e_dressed",
"TruthParticles.e_dressed",
"e_dressed decoration"};
42 {
this,
"pt_dressed",
"TruthParticles.pt_dressed",
"pt_dressed decoration"};
44 {
this,
"eta_dressed",
"TruthParticles.eta_dressed",
"eta_dressed decoration"};
46 {
this,
"phi_dressed",
"TruthParticles.phi_dressed",
"phi_dressed decoration"};
48 {
this,
"pt_vis_dressed",
"TruthParticles.pt_vis_dressed",
"pt_vis_dressed decoration"};
50 {
this,
"eta_vis_dressed",
"TruthParticles.eta_vis_dressed",
"eta_vis_dressed decoration"};
52 {
this,
"phi_vis_dressed",
"TruthParticles.phi_vis_dressed",
"phi_vis_dressed decoration"};
54 {
this,
"m_vis_dressed",
"TruthParticles.m_vis_dressed",
"m_vis_dressed decoration"};
56 {
this,
"nPhotons_dressed",
"TruthParticles.nPhotons_dressed",
"nPhotons_dressed decoration"};
58 {
this,
"DressingKey",
"TruthParticles.dressedPhoton",
"Dressed photon decoration"};
62 {
this,
"usePhotonsFromHadrons",
false,
"Add photons coming from hadron decays while dressing"};
65 {
this,
"useLeptonsFromHadrons",
false,
"Consider leptons coming from hadron decays?"};
68 {
this,
"dressingConeSize", 0.1,
"Size of dR cone in which to include FSR photons in dressing"};
71 {
this,
"particleIDsToDress", {11,13},
"List of the pdgID's of particles to be dressed (usually 11,13). Special treatment for taus (15)"};
74 {
this,
"useAntiKt",
false,
"use anti-k_T instead of fixed-cone dressing"};
77 {
this,
"decorationName",
"",
"Name of the decoration for photons that were used in dressing"};
81 #endif // DERIVATIONFRAMEWORK_TRUTHDRESSINGTool_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.