ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Analysis::JetFitterDecorHandles Class Reference

#include <JetTagVertexDecoratorAlg.h>

Inheritance diagram for Analysis::JetFitterDecorHandles:
Collaboration diagram for Analysis::JetFitterDecorHandles:

Public Member Functions

template<class OWNER >
 JetFitterDecorHandles (OWNER *owner, const std::string &prefix)
 

Public Attributes

SG::WriteDecorHandleKey< xAOD::JetContainerjfnVTXKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfnTracksAtVtxKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfnSingleTracksKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfenergyFractionKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfmassKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfmassUncorrKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfsignificance3dKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfdeltaphiKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfdeltaetaKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfdeltaRKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfchi2Key
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfndofKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerisDefaultsKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfdRFlightDirKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfN2TpairKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfVerticesKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfFittedPositionKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjfFittedCovKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjftracksAtPVchi2Key
 
SG::WriteDecorHandleKey< xAOD::JetContainerjftracksAtPVndfKey
 
SG::WriteDecorHandleKey< xAOD::JetContainerjftracksAtPVlinksKey
 

Detailed Description

Definition at line 98 of file JetTagVertexDecoratorAlg.h.

Constructor & Destructor Documentation

◆ JetFitterDecorHandles()

template<class OWNER >
Analysis::JetFitterDecorHandles::JetFitterDecorHandles ( OWNER *  owner,
const std::string &  prefix 
)
inline

Definition at line 123 of file JetTagVertexDecoratorAlg.h.

124  : jfnVTXKey(owner, prefix + "_nVTX", prefix + "_nVTX", "JetFitter: nVTX decoration key"),
125  jfnTracksAtVtxKey(owner, prefix + "_nTracksAtVtx", prefix + "_nTracksAtVtx", "JetFitter: nTracksAtVtx decoration key"),
126  jfnSingleTracksKey(owner, prefix + "_nSingleTracks", prefix + "_nSingleTracks", "JetFitter: nSingleTracks decoration key"),
127  jfenergyFractionKey(owner, prefix + "_energyFraction", prefix + "_energyFraction", "JetFitter: energyFraction decoration key"),
128  jfmassKey(owner, prefix + "_mass", prefix + "_mass", "JetFitter: mass decoration key"),
129  jfmassUncorrKey(owner, prefix + "_massUncorr", prefix + "_massUncorr", "JetFitter: massUncorr decoration key"),
130  jfsignificance3dKey(owner, prefix + "_significance3d", prefix + "_significance3d", "JetFitter: significance3d decoration key"),
131  jfdeltaphiKey(owner, prefix + "_deltaphi", prefix + "_deltaphi", "JetFitter: deltaphi decoration key"),
132  jfdeltaetaKey(owner, prefix + "_deltaeta", prefix + "_deltaeta", "JetFitter: deltaeta decoration key"),
133  jfdeltaRKey(owner, prefix + "_deltaR", prefix + "_deltaR", "JetFitter: deltaR decoration key"),
134  jfchi2Key(owner, prefix + "_chi2", prefix + "_chi2", "JetFitter: chi2 decoration key"),
135  jfndofKey(owner, prefix + "_ndof", prefix + "_ndof", "JetFitter: ndof decoration key"),
136  isDefaultsKey(owner, prefix + "_isDefaults", prefix + "_isDefaults", "JetFitter: isDefaults decoration key"),
137  jfdRFlightDirKey(owner, prefix + "_dRFlightDir", prefix + "_dRFlightDir", "JetFitter: RFlightDir decoration key"),
138  jfN2TpairKey(owner, prefix + "_N2Tpair", prefix + "_N2Tpair", "JetFitter: N2Tpair decoration key"),
139  jfVerticesKey(owner, prefix + "_JFvertices", prefix + "_JFvertices", "JetFitter: vertices decoration key"),
140  jfFittedPositionKey(owner, prefix + "_fittedPosition", prefix + "_fittedPosition", "JetFitter: fittedPosition decoration key"),
141  jfFittedCovKey(owner, prefix + "_fittedCov", prefix + "_fittedCov", "JetFitter: fittedCov decoration key"),
142  jftracksAtPVchi2Key(owner, prefix + "_tracksAtPVchi2", prefix + "_tracksAtPVchi2", "JetFitter: tracksAtPVchi2 decoration key"),
143  jftracksAtPVndfKey(owner, prefix + "_tracksAtPVndf", prefix + "_tracksAtPVndf", "JetFitter: tracksAtPVndf decoration key"),
144  jftracksAtPVlinksKey(owner, prefix + "_tracksAtPVlinks", prefix + "_tracksAtPVlinks", "JetFitter: tracksAtPVlinks decoration key")
145  {}

Member Data Documentation

◆ isDefaultsKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::isDefaultsKey

Definition at line 112 of file JetTagVertexDecoratorAlg.h.

◆ jfchi2Key

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfchi2Key

Definition at line 110 of file JetTagVertexDecoratorAlg.h.

◆ jfdeltaetaKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfdeltaetaKey

Definition at line 108 of file JetTagVertexDecoratorAlg.h.

◆ jfdeltaphiKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfdeltaphiKey

Definition at line 107 of file JetTagVertexDecoratorAlg.h.

◆ jfdeltaRKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfdeltaRKey

Definition at line 109 of file JetTagVertexDecoratorAlg.h.

◆ jfdRFlightDirKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfdRFlightDirKey

Definition at line 113 of file JetTagVertexDecoratorAlg.h.

◆ jfenergyFractionKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfenergyFractionKey

Definition at line 103 of file JetTagVertexDecoratorAlg.h.

◆ jfFittedCovKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfFittedCovKey

Definition at line 117 of file JetTagVertexDecoratorAlg.h.

◆ jfFittedPositionKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfFittedPositionKey

Definition at line 116 of file JetTagVertexDecoratorAlg.h.

◆ jfmassKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfmassKey

Definition at line 104 of file JetTagVertexDecoratorAlg.h.

◆ jfmassUncorrKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfmassUncorrKey

Definition at line 105 of file JetTagVertexDecoratorAlg.h.

◆ jfN2TpairKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfN2TpairKey

Definition at line 114 of file JetTagVertexDecoratorAlg.h.

◆ jfndofKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfndofKey

Definition at line 111 of file JetTagVertexDecoratorAlg.h.

◆ jfnSingleTracksKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfnSingleTracksKey

Definition at line 102 of file JetTagVertexDecoratorAlg.h.

◆ jfnTracksAtVtxKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfnTracksAtVtxKey

Definition at line 101 of file JetTagVertexDecoratorAlg.h.

◆ jfnVTXKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfnVTXKey

Definition at line 100 of file JetTagVertexDecoratorAlg.h.

◆ jfsignificance3dKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfsignificance3dKey

Definition at line 106 of file JetTagVertexDecoratorAlg.h.

◆ jftracksAtPVchi2Key

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jftracksAtPVchi2Key

Definition at line 118 of file JetTagVertexDecoratorAlg.h.

◆ jftracksAtPVlinksKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jftracksAtPVlinksKey

Definition at line 120 of file JetTagVertexDecoratorAlg.h.

◆ jftracksAtPVndfKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jftracksAtPVndfKey

Definition at line 119 of file JetTagVertexDecoratorAlg.h.

◆ jfVerticesKey

SG::WriteDecorHandleKey<xAOD::JetContainer> Analysis::JetFitterDecorHandles::jfVerticesKey

Definition at line 115 of file JetTagVertexDecoratorAlg.h.


The documentation for this class was generated from the following file:
Analysis::JetFitterDecorHandles::jftracksAtPVchi2Key
SG::WriteDecorHandleKey< xAOD::JetContainer > jftracksAtPVchi2Key
Definition: JetTagVertexDecoratorAlg.h:118
Analysis::JetFitterDecorHandles::jfVerticesKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfVerticesKey
Definition: JetTagVertexDecoratorAlg.h:115
Analysis::JetFitterDecorHandles::jfdeltaetaKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfdeltaetaKey
Definition: JetTagVertexDecoratorAlg.h:108
Analysis::JetFitterDecorHandles::jftracksAtPVndfKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jftracksAtPVndfKey
Definition: JetTagVertexDecoratorAlg.h:119
Analysis::JetFitterDecorHandles::isDefaultsKey
SG::WriteDecorHandleKey< xAOD::JetContainer > isDefaultsKey
Definition: JetTagVertexDecoratorAlg.h:112
Analysis::JetFitterDecorHandles::jftracksAtPVlinksKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jftracksAtPVlinksKey
Definition: JetTagVertexDecoratorAlg.h:120
Analysis::JetFitterDecorHandles::jfnSingleTracksKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfnSingleTracksKey
Definition: JetTagVertexDecoratorAlg.h:102
Analysis::JetFitterDecorHandles::jfnVTXKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfnVTXKey
Definition: JetTagVertexDecoratorAlg.h:100
Analysis::JetFitterDecorHandles::jfdeltaRKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfdeltaRKey
Definition: JetTagVertexDecoratorAlg.h:109
Analysis::JetFitterDecorHandles::jfFittedPositionKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfFittedPositionKey
Definition: JetTagVertexDecoratorAlg.h:116
checkCorrelInHIST.prefix
dictionary prefix
Definition: checkCorrelInHIST.py:391
Analysis::JetFitterDecorHandles::jfenergyFractionKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfenergyFractionKey
Definition: JetTagVertexDecoratorAlg.h:103
Analysis::JetFitterDecorHandles::jfndofKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfndofKey
Definition: JetTagVertexDecoratorAlg.h:111
Analysis::JetFitterDecorHandles::jfN2TpairKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfN2TpairKey
Definition: JetTagVertexDecoratorAlg.h:114
Analysis::JetFitterDecorHandles::jfnTracksAtVtxKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfnTracksAtVtxKey
Definition: JetTagVertexDecoratorAlg.h:101
Analysis::JetFitterDecorHandles::jfmassUncorrKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfmassUncorrKey
Definition: JetTagVertexDecoratorAlg.h:105
Analysis::JetFitterDecorHandles::jfdeltaphiKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfdeltaphiKey
Definition: JetTagVertexDecoratorAlg.h:107
Analysis::JetFitterDecorHandles::jfFittedCovKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfFittedCovKey
Definition: JetTagVertexDecoratorAlg.h:117
Analysis::JetFitterDecorHandles::jfsignificance3dKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfsignificance3dKey
Definition: JetTagVertexDecoratorAlg.h:106
Analysis::JetFitterDecorHandles::jfmassKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfmassKey
Definition: JetTagVertexDecoratorAlg.h:104
Analysis::JetFitterDecorHandles::jfchi2Key
SG::WriteDecorHandleKey< xAOD::JetContainer > jfchi2Key
Definition: JetTagVertexDecoratorAlg.h:110
Analysis::JetFitterDecorHandles::jfdRFlightDirKey
SG::WriteDecorHandleKey< xAOD::JetContainer > jfdRFlightDirKey
Definition: JetTagVertexDecoratorAlg.h:113