ATLAS Offline Software
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
D3PD::ElectronJetDRAssociator Class Referenceabstract

For every electron find jets in a cone and store lifetime, signed IP, and PTRel of relation. More...

#include <ElectronJetDRAssociator.h>

Inheritance diagram for D3PD::ElectronJetDRAssociator:
Collaboration diagram for D3PD::ElectronJetDRAssociator:

Public Types

typedef MultiAssociationTool< xAOD::Electron, xAOD::JetBase
 

Public Member Functions

 ElectronJetDRAssociator (const std::string &type, const std::string &name, const IInterface *parent)
 Standard Gaudi tool constructor. More...
 
virtual StatusCode initialize () override
 Standard Gaudi initialize method. More...
 
virtual StatusCode configureD3PD (IAddVariable *tree, const std::type_info &ti) override
 Configure during initialization: type-check. More...
 
virtual StatusCode reset (const xAOD::Electron &eg) override
 Start the iteration for a new association. More...
 
virtual const xAOD::Jetnext () override
 Return a pointer to the next element in the association. More...
 
virtual StatusCode book () final
 Create any needed tuple variables. More...
 
virtual const std::type_info & fromTypeinfo () const
 Return the std::type_info for the source of the association. More...
 
virtual const std::type_info & fromTypeinfo () const =0
 Return the std::type_info for the source of the association. More...
 
virtual StatusCode resetUntyped (const void *p)
 Start the iteration for a new association. More...
 
virtual const std::type_info & elementTypeinfo () const
 Return the element type for the target of the association. More...
 
virtual const void * nextUntyped ()
 Return a pointer to the next element in the association. More...
 
virtual void releaseElementUntyped (const void *p)
 Release an object retrieved from the association. More...
 
virtual void releaseElement (const xAOD::Jet *p)
 Release an object retrieved from the association. More...
 
StatusCode configureD3PD (IAddVariable *tree)
 Configure the parent tree. More...
 
virtual StatusCode addVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
 Add a variable to the tuple. More...
 
template<class T >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring="")
 Make the template implementation from IAddVariable visible. More...
 
template<class T , class U >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring, const U &defval)
 Make the template implementation from IAddVariable visible. More...
 
virtual StatusCode addVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)=0
 Make the template implementation from IAddVariable visible. More...
 
template<class T >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring="")
 Add a variable to the tuple. More...
 
template<class T , class U >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring, const U &defval)
 Add a variable to the tuple. More...
 
virtual StatusCode addDimensionedVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)
 Add a variable to the tuple. More...
 
template<class T >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring="")
 Add a variable to the tuple. More...
 
template<class T , class U >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring, const U &defval)
 Add a variable to the tuple. More...
 
virtual StatusCode addDimensionedVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)=0
 Add a variable to the tuple. More...
 
template<class T >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring="")
 Add a variable to the tuple. More...
 
template<class T , class U >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring, const U &defval)
 Add a variable to the tuple. More...
 

Protected Member Functions

const void * doConversion (const void *p)
 Helper to convert pointers to source objects. More...
 
StatusCode configureMulti (D3PD::IAddVariable *tree, const std::type_info &ti, const std::vector< const std::type_info * > &tis, size_t &which)
 Configure during initialization: type-check. More...
 

Protected Attributes

ObjectMetadata m_metadata
 Metadata about the variables created by this object. More...
 

Private Member Functions

StatusCode findReducedPt (const xAOD::Electron *eg, const xAOD::Jet *j, float &reducedPt)
 Find the pT of the jet with electron removed. More...
 
StatusCode findSignedIPAndPTRelEleJetPair (const xAOD::Electron *eg, const xAOD::Jet *j0, float &signedIP, float &PTRel)
 Find the signed impact parameter and PTRel of EG's track relative to the beamspot. More...
 

Private Attributes

std::string m_targetLabel
 Property: Target label for the getter for the jets to which to associate. More...
 
std::string m_vertexContainerName
 Property: Vertex container name. More...
 
double m_drcut
 Property: DR cut between electrons and jets. More...
 
ToolHandle< Trk::ITrackToVertexIPEstimatorm_trackToVertexIPEstimator { this, "TrackToVertexIPEstimator", "Trk::TrackToVertexIPEstimator", "" }
 Property: Tool for the estimation of the IPs to the vertex. More...
 
ToolHandle< ICollectionGetterRegistryToolm_registry
 Property: The ICollectionGetterRegistryTool instance. More...
 
ICollectionGetterToolm_target
 Getter defining the collection within which to index. More...
 
const xAOD::Electronm_eg
 
float * m_dr
 Variable: DR between electron and jet. More...
 
float * m_signedIP
 Variable: Signed impact parameter between electron and jet. More...
 
float * m_ptrel
 Variable: Relative Pt between electron and jet. More...
 
unsigned int * m_jetSize
 Variable: Number of jet constituents. More...
 
float * m_reducedPt
 Variable: Jet pT with electron removed. More...
 
std::string m_prefix
 Parameter: source object prefix. More...
 
std::string m_blockName
 Property: the name of this block. More...
 
TypeConverter m_inputConverter
 Helper to convert source object pointers. More...
 
const std::string & m_suffix
 Reference to the variable suffix. More...
 
IAddVariablem_tree
 Reference to the block name. More...
 

Static Private Attributes

static const std::string s_emptyString
 Used to provide a default value for blockName. More...
 

Detailed Description

For every electron find jets in a cone and store lifetime, signed IP, and PTRel of relation.

Definition at line 42 of file ElectronJetDRAssociator.h.

Member Typedef Documentation

◆ Base

Definition at line 46 of file ElectronJetDRAssociator.h.

Constructor & Destructor Documentation

◆ ElectronJetDRAssociator()

D3PD::ElectronJetDRAssociator::ElectronJetDRAssociator ( const std::string &  type,
const std::string &  name,
const IInterface *  parent 
)

Standard Gaudi tool constructor.

Parameters
typeThe name of the tool type.
nameThe tool name.
parentThe tool's Gaudi parent.

Definition at line 36 of file ElectronJetDRAssociator.cxx.

39  : Base (type, name, parent),
40  m_target(0),
41  m_eg(0)
42 {
43  declareProperty ("Target", m_targetLabel,
44  "Target label for the getter for the jets to which"
45  " to associate.");
46 
47  declareProperty ("VertexContainerName",
48  m_vertexContainerName = "VxPrimaryCandidate",
49  "Primary vertex container name");
50 
51  declareProperty ("DRCut", m_drcut = 0.7,
52  "DR cut between electrons and jets");
53 
54  declareProperty ("CollectionGetterRegistry", m_registry,
55  "The ICollectionGetterRegistryTool instance.");
56 
57  book().ignore(); // Avoid coverity warnings.
58 }

Member Function Documentation

◆ addDimensionedVariable() [1/6]

StatusCode D3PD::AddVariable::addDimensionedVariable ( const std::string &  name,
const std::type_info &  ti,
void *&  ptr,
const std::string &  dim,
const std::string &  docstring = "",
const void *  defval = 0 
)
virtualinherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

Implements D3PD::IAddVariable.

Definition at line 123 of file AddVariable.cxx.

129 {
130  if (!m_tree) {
131  // Called from constructor --- just initialize pointer.
132  ptr = 0;
133  return StatusCode::SUCCESS;
134  }
135 
137  ti, ptr, dim,
138  docstring, defval ) );
140  ti, ptr, dim,
141  docstring, defval);
142 }

◆ addDimensionedVariable() [2/6]

virtual StatusCode D3PD::IAddVariable::addDimensionedVariable
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [3/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( class T  ,
class U   
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [4/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( const std::string &  name,
T *&  ptr,
const std::string &  dim,
const std::string &  docstring,
const U &  defval 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [5/6]

template<class T >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( class T  )
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [6/6]

template<class T >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( const std::string &  name,
T *&  ptr,
const std::string &  dim,
const std::string &  docstring = "" 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ addVariable() [1/6]

StatusCode D3PD::AddVariable::addVariable ( const std::string &  name,
const std::type_info &  ti,
void *&  ptr,
const std::string &  docstring = "",
const void *  defval = 0 
)
virtualinherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

Implements D3PD::IAddVariable.

Definition at line 85 of file AddVariable.cxx.

90 {
91  if (!m_tree) {
92  // Called from constructor --- just initialize pointer.
93  ptr = 0;
94  return StatusCode::SUCCESS;
95  }
96 
98  ti, ptr, docstring, defval ) );
100  ti, ptr, docstring, defval);
101 }

◆ addVariable() [2/6]

virtual StatusCode D3PD::IAddVariable::addVariable
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [3/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addVariable ( class T  ,
class U   
)
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [4/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addVariable ( const std::string &  name,
T *&  ptr,
const std::string &  docstring,
const U &  defval 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addVariable() [5/6]

template<class T >
StatusCode D3PD::IAddVariable::addVariable ( class T  )
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [6/6]

template<class T >
StatusCode D3PD::IAddVariable::addVariable ( const std::string &  name,
T *&  ptr,
const std::string &  docstring = "" 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ book()

StatusCode D3PD::ElectronJetDRAssociator::book ( )
finalvirtual

Create any needed tuple variables.

This is called at the start of the first event.

Reimplemented from D3PD::MultiAssociationToolImpl.

Definition at line 158 of file ElectronJetDRAssociator.cxx.

159 {
160  CHECK( addVariable( "dr" , m_dr,
161  "DR between electron and associated jet.") );
162  CHECK( addVariable( "signedIP" , m_signedIP,
163  "Signed impact parameter between electron and jet.") );
164  CHECK( addVariable( "ptrel", m_ptrel,
165  "Relative Pt between electron and jet.") );
166  CHECK( addVariable( "jetSize", m_jetSize,
167  "Number of jet constituents.") );
168  CHECK( addVariable( "reducedPt", m_reducedPt,
169  "Jet Pt with electron removed.") );
170  CHECK( Base::book() );
171  return StatusCode::SUCCESS;
172 }

◆ configureD3PD() [1/2]

StatusCode D3PD::AddVariable::configureD3PD ( IAddVariable tree)
inherited

Configure the parent tree.

Parameters
treeThe parent IAddVariable instance.

Definition at line 61 of file AddVariable.cxx.

62 {
63  m_tree = tree;
64  m_metadata.clear();
65  return StatusCode::SUCCESS;
66 }

◆ configureD3PD() [2/2]

StatusCode D3PD::ElectronJetDRAssociator::configureD3PD ( IAddVariable tree,
const std::type_info &  ti 
)
overridevirtual

Configure during initialization: type-check.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to resetUntyped.

configureD3PD should check that the type of the object coming as input (to getUntyped) is compatible with what it expects, and raise an error otherwise.

Reimplemented from D3PD::MultiAssociationToolImpl.

Definition at line 81 of file ElectronJetDRAssociator.cxx.

83 {
84  CHECK( m_registry.retrieve() );
85  CHECK( m_registry->get (m_targetLabel, this, m_target) );
87  return StatusCode::SUCCESS;
88 }

◆ configureMulti()

StatusCode D3PD::MultiAssociationToolImpl::configureMulti ( D3PD::IAddVariable tree,
const std::type_info &  ti,
const std::vector< const std::type_info * > &  tis,
size_t &  which 
)
protectedinherited

Configure during initialization: type-check.

Alternate implementation for the case where we have to choose among multiple possible input types.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to getUntyped.
tisList of possible input types that we can accept.
[out]whichIndex of the accepted type.

configureMulti should check that the type of the object coming as input (to getUntyped) is compatible with what it expects, and raise an error otherwise.

Definition at line 74 of file MultiAssociationToolImpl.cxx.

78 {
80  CHECK( m_inputConverter.init (ti, tis, which) );
81  return StatusCode::SUCCESS;
82 }

◆ doConversion()

const void * D3PD::MultiAssociationToolImpl::doConversion ( const void *  p)
protectedinherited

Helper to convert pointers to source objects.

Parameters
pSource object, as a pointer to the type passed to configureD3PD. return Source object, as a pointer to the type given by fromTypeinfo.

Definition at line 104 of file MultiAssociationToolImpl.cxx.

105 {
106  if (!p) return 0;
107  const void* pp = m_inputConverter.convertUntyped (p);
108  if (!pp) {
109  REPORT_MESSAGE (MSG::WARNING)
110  << "Pointer conversion from " << m_inputConverter.srcName() << " to "
111  << m_inputConverter.dstName() << "failed.";
112  return 0;
113  }
114  return pp;
115 }

◆ elementTypeinfo()

virtual const std::type_info& D3PD::MultiAssociationToolTo< xAOD::Jet >::elementTypeinfo
virtualinherited

Return the element type for the target of the association.

I.e., nextUntyped returns a pointer to this type.

◆ findReducedPt()

StatusCode D3PD::ElectronJetDRAssociator::findReducedPt ( const xAOD::Electron eg,
const xAOD::Jet j,
float &  reducedPt 
)
private

Find the pT of the jet with electron removed.

Parameters
egThe egamma object to analyze.
jThe jet under consideration.
[out]reducedPtJet Pt calculated after subtraction of electron momentum.
egThe egamma object to analyze.
jThe jet under consideration. @reducedPt[out] Jet Pt calculated after subtraction of electron momentum.

Definition at line 181 of file ElectronJetDRAssociator.cxx.

184 {
185  reducedPt=-9999.;
186 
187  if ( !eg || !j )
188  return StatusCode::SUCCESS;
189 
190  const xAOD::TrackParticle* track = eg->trackParticle();
191  if (!track) {
192  // Could legitimately be 0 for forward electrons...
193  return StatusCode::SUCCESS;
194  }
195 
196  float px = j->px() - track->p4().Px();
197  float py = j->py() - track->p4().Py();
198  reducedPt = hypot (px, py);
199 
200  return StatusCode::SUCCESS;
201 }

◆ findSignedIPAndPTRelEleJetPair()

StatusCode D3PD::ElectronJetDRAssociator::findSignedIPAndPTRelEleJetPair ( const xAOD::Electron eg,
const xAOD::Jet j0,
float &  signedIP,
float &  PTRel 
)
private

Find the signed impact parameter and PTRel of EG's track relative to the beamspot.

Find the impact parameter of EG's track relative to the beamspot.

Parameters
egThe egamma object to analyze.
signedIP[out]Transverse impact parameter wrt the beamspot.
PTRel[out]Longitudinal impact parameter wrt the beamspot.
egThe egamma object to analyze.
d0beam[out]Transverse impact parameter wrt the beamspot.
z0beam[out]Longitudinal impact parameter wrt the beamspot.

Definition at line 211 of file ElectronJetDRAssociator.cxx.

215 {
216  signedIP=-9999;
217  PTRel =-9999;
218 
219  if( j0==0 )
220  return StatusCode::SUCCESS;
221 
222  const xAOD::TrackParticle* track = eg->trackParticle();
223  if (!track) {
224  // Could legitimately be 0 for forward electrons...
225  return StatusCode::SUCCESS;
226  }
227 
228  PTRel= track->p4().Perp (j0->p4().Vect());
229 
230  CLHEP::Hep3Vector jetDirection( (j0)->px(), (j0)->py(), (j0)->pz());
231  CLHEP::Hep3Vector unit = jetDirection.unit();
232 
233  if (!evtStore()->contains<xAOD::VertexContainer>(m_vertexContainerName))
234  return StatusCode::SUCCESS;
235 
236  const xAOD::Vertex* vx = 0;
237  {
238  const xAOD::VertexContainer * vxcontainer = nullptr;
239  if ( evtStore()->retrieve(vxcontainer, m_vertexContainerName).isFailure() )
240  REPORT_MESSAGE (MSG::WARNING)
241  << "Vertex container " << m_vertexContainerName
242  << " not found in StoreGate!";
243  else if (!vxcontainer->empty())
244  vx = vxcontainer->front();
245  }
246 
247  if (!vx) {
248  REPORT_MESSAGE (MSG::WARNING)
249  << "No vertex found.";
250  return StatusCode::SUCCESS;
251  }
252 
253  signedIP = m_trackToVertexIPEstimator->get2DLifetimeSignOfTrack
254  (track->perigeeParameters(), unit, *vx);
255 
256  return StatusCode::SUCCESS;
257 }

◆ fromTypeinfo() [1/2]

virtual const std::type_info& D3PD::MultiAssociationTool< xAOD::Electron , xAOD::Jet >::fromTypeinfo
virtualinherited

Return the std::type_info for the source of the association.

◆ fromTypeinfo() [2/2]

virtual const std::type_info& D3PD::MultiAssociationToolImpl::fromTypeinfo ( ) const
pure virtualinherited

Return the std::type_info for the source of the association.

Implemented in D3PD::MultiAssociationTool< Types< T0 >, TO_T >, and D3PD::MultiAssociationTool< FROM_T, TO_T >.

◆ initialize()

StatusCode D3PD::ElectronJetDRAssociator::initialize ( )
overridevirtual

Standard Gaudi initialize method.

Definition at line 64 of file ElectronJetDRAssociator.cxx.

65 {
66  CHECK( m_trackToVertexIPEstimator.retrieve() );
68  return StatusCode::SUCCESS;
69 }

◆ next()

const xAOD::Jet * D3PD::ElectronJetDRAssociator::next ( )
overridevirtual

Return a pointer to the next element in the association.

Return 0 when the association has been exhausted.

Implements D3PD::MultiAssociationToolTo< xAOD::Jet >.

Definition at line 109 of file ElectronJetDRAssociator.cxx.

110 {
111  if (!m_target) return 0;
112 
113  const xAOD::CaloCluster * clus= m_eg->caloCluster();
114  if (!clus){
115  ATH_MSG_WARNING("No cluster from the electron found!");
116  return 0;
117  }
118 
119  while (const xAOD::Jet* myjet = m_target->next<xAOD::Jet>()) {
120 
121  float dr = hypot (clus->p4().DeltaPhi(myjet->p4()),
122  myjet->eta() - clus->etaBE(2));
123  ATH_MSG_DEBUG("The value of DR between Electron and Jet is dr= "<<dr);
124  if (dr < m_drcut) {
125  float signedIP=-9999.9;
126  float PTRel=-9999.9;
127  float reducedPt=-9999.9;
128  ATH_MSG_DEBUG("CATA egamma pt clus " << clus->et() );
130  signedIP, PTRel ).isFailure() )
131  {
132  continue;
133  }
134  if ( findReducedPt ( m_eg, myjet, reducedPt ).isFailure() )
135  {
136  continue;
137  }
138 
139  *m_signedIP = signedIP;
140  *m_ptrel = PTRel;
141  *m_dr = dr;
142  *m_jetSize = myjet->numConstituents();
143  *m_reducedPt = reducedPt;
144 
145  return myjet;
146  }
147  }
148 
149  return 0;
150 }

◆ nextUntyped()

virtual const void* D3PD::MultiAssociationToolTo< xAOD::Jet >::nextUntyped
virtualinherited

Return a pointer to the next element in the association.

Return 0 when the association has been exhausted.

◆ releaseElement()

virtual void D3PD::MultiAssociationToolTo< xAOD::Jet >::releaseElement ( const xAOD::Jet p)
virtualinherited

Release an object retrieved from the association.

Parameters
pThe object to release.

Call this when you are done with the object returned by next(). The default implementation is a no-op, but if the association dynamically allocated the object which it returned, this gives it a chance to free it.

◆ releaseElementUntyped()

virtual void D3PD::MultiAssociationToolTo< xAOD::Jet >::releaseElementUntyped ( const void *  p)
virtualinherited

Release an object retrieved from the association.

Parameters
pThe object to release.

Call this when you are done with the object returned by nextUntyped(). The default implementation is a no-op, but if the association dynamically allocated the object which it returned, this gives it a chance to free it.

◆ reset()

StatusCode D3PD::ElectronJetDRAssociator::reset ( const xAOD::Electron eg)
overridevirtual

Start the iteration for a new association.

Parameters
pThe object from which to associate.

Implements D3PD::MultiAssociationTool< xAOD::Electron, xAOD::Jet >.

Definition at line 95 of file ElectronJetDRAssociator.cxx.

96 {
97  m_eg = &eg;
98  if (m_target)
99  CHECK( m_target->reset (true) );
100  return StatusCode::SUCCESS;
101 }

◆ resetUntyped()

virtual StatusCode D3PD::MultiAssociationTool< xAOD::Electron , xAOD::Jet >::resetUntyped ( const void *  p)
virtualinherited

Start the iteration for a new association.

Parameters
pThe object from which to associate.

Member Data Documentation

◆ m_blockName

std::string D3PD::MultiAssociationToolImpl::m_blockName
privateinherited

Property: the name of this block.

Definition at line 122 of file MultiAssociationToolImpl.h.

◆ m_dr

float* D3PD::ElectronJetDRAssociator::m_dr
private

Variable: DR between electron and jet.

Definition at line 146 of file ElectronJetDRAssociator.h.

◆ m_drcut

double D3PD::ElectronJetDRAssociator::m_drcut
private

Property: DR cut between electrons and jets.

Definition at line 129 of file ElectronJetDRAssociator.h.

◆ m_eg

const xAOD::Electron* D3PD::ElectronJetDRAssociator::m_eg
private

Definition at line 143 of file ElectronJetDRAssociator.h.

◆ m_inputConverter

TypeConverter D3PD::MultiAssociationToolImpl::m_inputConverter
privateinherited

Helper to convert source object pointers.

Definition at line 125 of file MultiAssociationToolImpl.h.

◆ m_jetSize

unsigned int* D3PD::ElectronJetDRAssociator::m_jetSize
private

Variable: Number of jet constituents.

Definition at line 155 of file ElectronJetDRAssociator.h.

◆ m_metadata

ObjectMetadata D3PD::AddVariable::m_metadata
protectedinherited

Metadata about the variables created by this object.

Definition at line 129 of file AddVariable.h.

◆ m_prefix

std::string D3PD::MultiAssociationToolImpl::m_prefix
privateinherited

Parameter: source object prefix.

Definition at line 119 of file MultiAssociationToolImpl.h.

◆ m_ptrel

float* D3PD::ElectronJetDRAssociator::m_ptrel
private

Variable: Relative Pt between electron and jet.

Definition at line 152 of file ElectronJetDRAssociator.h.

◆ m_reducedPt

float* D3PD::ElectronJetDRAssociator::m_reducedPt
private

Variable: Jet pT with electron removed.

Definition at line 158 of file ElectronJetDRAssociator.h.

◆ m_registry

ToolHandle<ICollectionGetterRegistryTool> D3PD::ElectronJetDRAssociator::m_registry
private

Property: The ICollectionGetterRegistryTool instance.

Definition at line 136 of file ElectronJetDRAssociator.h.

◆ m_signedIP

float* D3PD::ElectronJetDRAssociator::m_signedIP
private

Variable: Signed impact parameter between electron and jet.

Definition at line 149 of file ElectronJetDRAssociator.h.

◆ m_suffix

const std::string& D3PD::AddVariable::m_suffix
privateinherited

Reference to the variable suffix.

Definition at line 137 of file AddVariable.h.

◆ m_target

ICollectionGetterTool* D3PD::ElectronJetDRAssociator::m_target
private

Getter defining the collection within which to index.

Definition at line 140 of file ElectronJetDRAssociator.h.

◆ m_targetLabel

std::string D3PD::ElectronJetDRAssociator::m_targetLabel
private

Property: Target label for the getter for the jets to which to associate.

Definition at line 123 of file ElectronJetDRAssociator.h.

◆ m_trackToVertexIPEstimator

ToolHandle< Trk::ITrackToVertexIPEstimator > D3PD::ElectronJetDRAssociator::m_trackToVertexIPEstimator { this, "TrackToVertexIPEstimator", "Trk::TrackToVertexIPEstimator", "" }
private

Property: Tool for the estimation of the IPs to the vertex.

Definition at line 132 of file ElectronJetDRAssociator.h.

◆ m_tree

IAddVariable* D3PD::AddVariable::m_tree
privateinherited

Reference to the block name.

The parent IAddVariable instance.

Definition at line 143 of file AddVariable.h.

◆ m_vertexContainerName

std::string D3PD::ElectronJetDRAssociator::m_vertexContainerName
private

Property: Vertex container name.

Definition at line 126 of file ElectronJetDRAssociator.h.

◆ s_emptyString

const std::string D3PD::AddVariable::s_emptyString
staticprivateinherited

Used to provide a default value for blockName.

Definition at line 41 of file AddVariable.h.


The documentation for this class was generated from the following files:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
D3PD::ObjectMetadata::addDimensionedVariable
virtual StatusCode addDimensionedVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)
The object doesn't support dimensioned variables at the moment, like most of the D3PDMaker code doesn...
Definition: ObjectMetadata.cxx:157
yodamerge_tmp.dim
dim
Definition: yodamerge_tmp.py:239
test_pyathena.px
px
Definition: test_pyathena.py:18
D3PD::ElectronJetDRAssociator::m_reducedPt
float * m_reducedPt
Variable: Jet pT with electron removed.
Definition: ElectronJetDRAssociator.h:158
ParticleTest.eg
eg
Definition: ParticleTest.py:29
D3PD::ElectronJetDRAssociator::m_trackToVertexIPEstimator
ToolHandle< Trk::ITrackToVertexIPEstimator > m_trackToVertexIPEstimator
Property: Tool for the estimation of the IPs to the vertex.
Definition: ElectronJetDRAssociator.h:133
D3PD::ElectronJetDRAssociator::m_ptrel
float * m_ptrel
Variable: Relative Pt between electron and jet.
Definition: ElectronJetDRAssociator.h:152
D3PD::MultiAssociationToolImpl::book
virtual StatusCode book()
Create any needed tuple variables.
Definition: MultiAssociationToolImpl.cxx:92
D3PD::TypeConverter::dstName
std::string dstName() const
Return the name of the destination type, or an empty string.
Definition: TypeConverter.cxx:151
D3PD::AddVariable::configureD3PD
StatusCode configureD3PD(IAddVariable *tree)
Configure the parent tree.
Definition: AddVariable.cxx:61
D3PD::AddVariable::m_suffix
const std::string & m_suffix
Reference to the variable suffix.
Definition: AddVariable.h:137
D3PD::ElectronJetDRAssociator::m_signedIP
float * m_signedIP
Variable: Signed impact parameter between electron and jet.
Definition: ElectronJetDRAssociator.h:149
initialize
void initialize()
Definition: run_EoverP.cxx:894
D3PD::ElectronJetDRAssociator::m_targetLabel
std::string m_targetLabel
Property: Target label for the getter for the jets to which to associate.
Definition: ElectronJetDRAssociator.h:123
tree
TChain * tree
Definition: tile_monitor.h:30
D3PD::AddVariable::m_prefix
const std::string & m_prefix
Reference to the variable prefix.
Definition: AddVariable.h:134
xAOD::CaloCluster_v1::et
double et() const
Definition: CaloCluster_v1.h:856
D3PD::AddVariable::addVariable
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
Definition: AddVariable.cxx:85
python.TurnDataReader.dr
dr
Definition: TurnDataReader.py:112
dbg::ptr
void * ptr(T *p)
Definition: SGImplSvc.cxx:74
D3PD::ElectronJetDRAssociator::m_registry
ToolHandle< ICollectionGetterRegistryTool > m_registry
Property: The ICollectionGetterRegistryTool instance.
Definition: ElectronJetDRAssociator.h:136
D3PD::ElectronJetDRAssociator::findReducedPt
StatusCode findReducedPt(const xAOD::Electron *eg, const xAOD::Jet *j, float &reducedPt)
Find the pT of the jet with electron removed.
Definition: ElectronJetDRAssociator.cxx:181
D3PD::AddVariable::m_tree
IAddVariable * m_tree
Reference to the block name.
Definition: AddVariable.h:143
D3PD::MultiAssociationToolImpl::configureD3PD
virtual StatusCode configureD3PD(IAddVariable *tree, const std::type_info &ti)
Configure during initialization: type-check.
Definition: MultiAssociationToolImpl.cxx:51
D3PD::TypeConverter::init
StatusCode init(const std::type_info &src_ti, const std::type_info &dst_ti)
Initialize the converter.
Definition: TypeConverter.cxx:51
D3PD::ElectronJetDRAssociator::m_jetSize
unsigned int * m_jetSize
Variable: Number of jet constituents.
Definition: ElectronJetDRAssociator.h:155
D3PD::TypeConverter::srcName
std::string srcName() const
Return the name of the source type, or an empty string.
Definition: TypeConverter.cxx:141
D3PD::ElectronJetDRAssociator::m_eg
const xAOD::Electron * m_eg
Definition: ElectronJetDRAssociator.h:143
xAOD::CaloCluster_v1::etaBE
float etaBE(const unsigned layer) const
Get the eta in one layer of the EM Calo.
Definition: CaloCluster_v1.cxx:644
D3PD::AddVariable::m_metadata
ObjectMetadata m_metadata
Metadata about the variables created by this object.
Definition: AddVariable.h:129
D3PD::ICollectionGetterTool::next
const T * next()
Type-safe wrapper for next.
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
D3PD::TypeConverter::convertUntyped
const void * convertUntyped(const void *p) const
Convert pointer.
Definition: TypeConverter.cxx:116
D3PD::MultiAssociationToolImpl::m_inputConverter
TypeConverter m_inputConverter
Helper to convert source object pointers.
Definition: MultiAssociationToolImpl.h:125
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
D3PD::ElectronJetDRAssociator::m_drcut
double m_drcut
Property: DR cut between electrons and jets.
Definition: ElectronJetDRAssociator.h:129
D3PD::ElectronJetDRAssociator::book
virtual StatusCode book() final
Create any needed tuple variables.
Definition: ElectronJetDRAssociator.cxx:158
xAOD::Egamma_v1::caloCluster
const xAOD::CaloCluster * caloCluster(size_t index=0) const
Pointer to the xAOD::CaloCluster/s that define the electron candidate.
Definition: Egamma_v1.cxx:388
DataVector::front
const T * front() const
Access the first element in the collection as an rvalue.
Amg::pz
@ pz
Definition: GeoPrimitives.h:40
test_pyathena.parent
parent
Definition: test_pyathena.py:15
D3PD::ElectronJetDRAssociator::Base
MultiAssociationTool< xAOD::Electron, xAOD::Jet > Base
Definition: ElectronJetDRAssociator.h:46
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
D3PD::ObjectMetadata::clear
void clear()
Function clearing the object.
Definition: ObjectMetadata.cxx:352
xAOD::Jet_v1::py
float py() const
The y-component of the jet's momentum.
Definition: Jet_v1.cxx:94
python.Utils.unixtools.which
def which(filename, env=os.environ)
UNIX-style which ---------------------------------------------------------—.
Definition: unixtools.py:39
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
xAOD::CaloCluster_v1::p4
virtual FourMom_t p4() const
The full 4-momentum of the particle.
Definition: CaloCluster_v1.cxx:465
D3PD::ElectronJetDRAssociator::m_vertexContainerName
std::string m_vertexContainerName
Property: Vertex container name.
Definition: ElectronJetDRAssociator.h:126
Amg::py
@ py
Definition: GeoPrimitives.h:39
D3PD::ElectronJetDRAssociator::m_target
ICollectionGetterTool * m_target
Getter defining the collection within which to index.
Definition: ElectronJetDRAssociator.h:140
D3PD::ICollectionGetterTool::reset
virtual StatusCode reset(bool allowMissing=false)=0
Reset the iteration to the start of the collection.
xAOD::Jet_v1::px
float px() const
The x-component of the jet's momentum.
Definition: Jet_v1.cxx:90
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
D3PD::ObjectMetadata::addVariable
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
This function can be used to save the metadata about a D3PD variable.
Definition: ObjectMetadata.cxx:109
REPORT_MESSAGE
#define REPORT_MESSAGE(LVL)
Report a message.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:365
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
xAOD::Jet_v1::p4
virtual FourMom_t p4() const
The full 4-momentum of the particle.
Definition: Jet_v1.cxx:71
xAOD::Vertex_v1
Class describing a Vertex.
Definition: Vertex_v1.h:42
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
unit
const PlainObject unit() const
This is a plugin that makes Eigen look like CLHEP & defines some convenience methods.
Definition: AmgMatrixBasePlugin.h:21
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PD::IAddVariable::addVariable
StatusCode addVariable(const std::string &name, T *&ptr, const std::string &docstring="")
Add a variable to the tuple.
D3PD::ElectronJetDRAssociator::findSignedIPAndPTRelEleJetPair
StatusCode findSignedIPAndPTRelEleJetPair(const xAOD::Electron *eg, const xAOD::Jet *j0, float &signedIP, float &PTRel)
Find the signed impact parameter and PTRel of EG's track relative to the beamspot.
Definition: ElectronJetDRAssociator.cxx:211
D3PD::IAddVariable::addDimensionedVariable
StatusCode addDimensionedVariable(const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring="")
Add a variable to the tuple.
xAOD::track
@ track
Definition: TrackingPrimitives.h:512
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition: TrackParticle_v1.h:43
D3PD::ElectronJetDRAssociator::m_dr
float * m_dr
Variable: DR between electron and jet.
Definition: ElectronJetDRAssociator.h:146
DataVector::empty
bool empty() const noexcept
Returns true if the collection is empty.