ATLAS Offline Software
Loading...
Searching...
No Matches
TCCCombinedTool Class Reference

Implements the creation of "combined" TCC objects. More...

#include <TrackCaloClusterTool.h>

Inheritance diagram for TCCCombinedTool:
Collaboration diagram for TCCCombinedTool:

Public Member Functions

 TCCCombinedTool (const std::string &, const std::string &, const IInterface *)
virtual ~TCCCombinedTool ()
virtual StatusCode fillTCC (xAOD::FlowElementContainer *container, const TrackCaloClusterInfo &tccInfo) const override
virtual StatusCode initialize () override
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Static Public Member Functions

static const InterfaceID & interfaceID ()

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Protected Attributes

Gaudi::Property< bool > m_doOriginCorrection {this, "DoOriginCorrection", false, ""}
Gaudi::Property< bool > m_storeCorrectedPosition {this, "StoreCorrectedPosition", false, ""}
ToolHandle< CP::ITrackVertexAssociationToolm_trackVertexAssoTool {this ,"TrackVertexAssoTool", ""}
 The tool used to make sure a track is associated to PV0.
Gaudi::Property< bool > m_useEnergy {this, "UseEnergy", false, "if false will use pT for weights evaluation"}
 use cluster energy or pt?
SG::ReadDecorHandleKey< xAOD::TrackParticleContainerm_assoClustersKey {this, "AssoClustersDecor", "TCCAssoClusters", "Key to access clusters associated to a track. IMPORTANT must be constistent with the TrackParticleContainer the parent alg will operate on"}
SG::ReadDecorHandleKey< xAOD::TrackParticleContainerm_caloEntryParsDecor {this, "CaloEntryParsDecorKey" , "","IMPORTANT must be constistent with the TrackParticleContainer the parent alg will operate on, REQUIRED if SaveDetectorEta or DoOriginCorrection, else leave blank so the scheduler won't require it unnecessarily."}
Gaudi::Property< bool > m_saveDetectorEta {this, "SaveDetectorEta", false, ""}
 flag to add dectetor eta decoration onto the produced TrackCaloClusters

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Implements the creation of "combined" TCC objects.

Definition at line 69 of file TrackCaloClusterTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ TCCCombinedTool()

TCCCombinedTool::TCCCombinedTool ( const std::string & t,
const std::string & n,
const IInterface * p )

Definition at line 103 of file TrackCaloClusterTool.cxx.

104 : TrackCaloClusterBaseTool(t,n,p) { }
TrackCaloClusterBaseTool(const std::string &, const std::string &, const IInterface *)

◆ ~TCCCombinedTool()

virtual TCCCombinedTool::~TCCCombinedTool ( )
inlinevirtual

Definition at line 72 of file TrackCaloClusterTool.h.

72{}

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ fillTCC()

StatusCode TCCCombinedTool::fillTCC ( xAOD::FlowElementContainer * container,
const TrackCaloClusterInfo & tccInfo ) const
overridevirtual

Implements TrackCaloClusterBaseTool.

Definition at line 107 of file TrackCaloClusterTool.cxx.

107 {
108
109 if(tccInfo.pv0==nullptr){
110 ATH_MSG_ERROR ("No PV0 available ! ");
111 return StatusCode::FAILURE;
112 }
113
114 // declare Decorator in case we want to save out corrected positions
115 static const SG::AuxElement::Decorator<int> dec_isCorrected("Corrected");
116 static const SG::AuxElement::Decorator<float> dec_calEntryEta("CaloEntryPosEtaCorr") ;
117 static const SG::AuxElement::Decorator<float> dec_calEntryPhi("CaloEntryPosPhiCorr") ;
118 static const SG::AuxElement::Decorator<float> dec_detEta("DetectorEta") ;
119
120 // it is not possible to prepare a blank ReadDecorHandle (which we need if !m_caloEntryParsDecor.empty()), so instead or re-instantiating a ReadDecorHandle on each
121 // track in the loop below, we just instantiate a ConstAccessor
122 SG::ReadDecorHandle<xAOD::TrackParticleContainer, std::vector<ElementLink<xAOD::CaloClusterContainer>> > clusterLinksH(m_assoClustersKey);
123 auto caloEntryParams = asConstAccessor<const Trk::TrackParameters*>(m_caloEntryParsDecor);
124
125
126 for ( const xAOD::TrackParticle* trk : *tccInfo.allTracks ) {
127
128 if (! m_trackVertexAssoTool->isCompatible(*trk, *tccInfo.pv0) ) continue ;
129
130 const auto & clusterLinks = clusterLinksH(*trk);
131 if( clusterLinks.empty() ) continue;
132
133 FourMom_t tcc_4p(0.,0.,0.,0.); // will be the TCC 4-vector
134
135 // Loop over associated clusters to sum the 4-vectors x weigths
136 for( const ElementLink<xAOD::CaloClusterContainer> & clLink : clusterLinks){
137 const xAOD::CaloCluster* cluster = *clLink;
138
139 double cluster_pt = m_useEnergy ? cluster->e() : cluster->pt();
140 double totalcluster_pt = m_useEnergy ? tccInfo.trackTotalClusterPt.at(trk).E() : tccInfo.trackTotalClusterPt.at(trk).Pt();
141
142 tcc_4p += cluster->p4()*(( trk->pt() * cluster_pt / totalcluster_pt) / ((tccInfo.clusterToTracksWeightMap.at(cluster)).Pt()));
143
144 ATH_MSG_VERBOSE ("cluster->pt() " << cluster_pt << " cluster->eta() " << cluster->eta() << " cluster->phi() "
145 << cluster->phi() << " track pt " << trk->pt() << " (tccInfo.clusterToTracksWeightMap.at(cluster)).Pt() " << (tccInfo.clusterToTracksWeightMap.at(cluster)).Pt());
146 } // for caloClusterLinks
147
148
149 // get angular position from tracks
150 double eta = trk->eta();
151 double phi = trk->phi();
152
154 // retrieve the caloExtensionContainer to get the track direction at the calo entrance
155
156 const Trk::TrackParameters* pars = caloEntryParams(*trk);
157 eta = pars->position().eta();
158 phi = pars->position().phi();
159
160 computeVertexCorr(eta, phi, tccInfo.pv0->position(), pars->position().perp());
162 dec_isCorrected(*trk) = 1;
163 dec_calEntryEta(*trk) = eta;
164 dec_calEntryPhi(*trk) = phi;
165 }
166 }
167
168 // Build the final TCC
170 tccContainer->push_back(tcc);
172 ElementLink<xAOD::TrackParticleContainer>(*tccInfo.allTracks, trk->index() ),clusterLinks);
173
174 ATH_MSG_VERBOSE ("Created TCC with pt " << tcc->pt() << " eta " << tcc->eta() << " phi " << tcc->phi() << " mass " << tcc->m() << " signalType= " << tcc->signalType());
175
176 if(m_saveDetectorEta) {
177 const Trk::TrackParameters* pars = caloEntryParams(*trk);
178 double det_eta = pars->position().eta();
179 dec_detEta(*tcc) = det_eta;
180 }
181 } // for assoc clusters
182
183
184 return StatusCode::SUCCESS;
185}
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#define ATH_MSG_ERROR(x)
#define ATH_MSG_VERBOSE(x)
size_t index() const
Return the index of this element within its container.
Gaudi::Property< bool > m_storeCorrectedPosition
Gaudi::Property< bool > m_doOriginCorrection
Gaudi::Property< bool > m_saveDetectorEta
flag to add dectetor eta decoration onto the produced TrackCaloClusters
SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > m_caloEntryParsDecor
ToolHandle< CP::ITrackVertexAssociationTool > m_trackVertexAssoTool
The tool used to make sure a track is associated to PV0.
Gaudi::Property< bool > m_useEnergy
use cluster energy or pt?
SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > m_assoClustersKey
virtual double pt() const
The transverse momentum ( ) of the particle (negative for negative-energy clusters)
virtual double eta() const
The pseudorapidity ( ) of the particle.
virtual double e() const
The total energy of the particle.
virtual double phi() const
The azimuthal angle ( ) of the particle.
virtual FourMom_t p4() const
The full 4-momentum of the particle.
virtual double pt() const override
virtual double m() const override
The invariant mass of the particle.
virtual double phi() const override
The azimuthal angle ( ) of the particle.
virtual double eta() const override
The pseudorapidity ( ) of the particle.
signal_t signalType() const
virtual double phi() const override final
The azimuthal angle ( ) of the particle (has range to .)
virtual double pt() const override final
The transverse momentum ( ) of the particle.
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
const Amg::Vector3D & position() const
Returns the 3-pos.
void setParameters(T *h, TGraphAsymmErrors *tg)
Definition computils.h:436
TLorentzVector FourMom_t
ParametersBase< TrackParametersDim, Charged > TrackParameters
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition FlowElement.h:16
TrackParticle_v1 TrackParticle
Reference the current persistent version:
std::map< const xAOD::TrackParticle *, FourMom_t > trackTotalClusterPt
std::map< const xAOD::IParticle *, FourMom_t > clusterToTracksWeightMap
const xAOD::Vertex * pv0
const xAOD::TrackParticleContainer * allTracks

◆ initialize()

StatusCode TrackCaloClusterBaseTool::initialize ( )
overridevirtualinherited

Reimplemented in TCCNeutralTool, and UFOTool.

Definition at line 86 of file TrackCaloClusterTool.cxx.

86 {
88
89 ATH_CHECK(m_assoClustersKey.initialize());
90
92 return StatusCode::SUCCESS;
93}
#define ATH_CHECK
Evaluate an expression and check for errors.

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ interfaceID()

const InterfaceID & ITrackCaloClusterTool::interfaceID ( )
inlinestaticinherited

Definition at line 32 of file ITrackCaloClusterTool.h.

32 {
34}
static const InterfaceID IID_ITrackCaloClusterTool("ITrackCaloClusterTool", 1, 0)

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_assoClustersKey

SG::ReadDecorHandleKey<xAOD::TrackParticleContainer> TrackCaloClusterBaseTool::m_assoClustersKey {this, "AssoClustersDecor", "TCCAssoClusters", "Key to access clusters associated to a track. IMPORTANT must be constistent with the TrackParticleContainer the parent alg will operate on"}
protectedinherited

Definition at line 52 of file TrackCaloClusterTool.h.

52{this, "AssoClustersDecor", "TCCAssoClusters", "Key to access clusters associated to a track. IMPORTANT must be constistent with the TrackParticleContainer the parent alg will operate on"};

◆ m_caloEntryParsDecor

SG::ReadDecorHandleKey<xAOD::TrackParticleContainer> TrackCaloClusterBaseTool::m_caloEntryParsDecor {this, "CaloEntryParsDecorKey" , "","IMPORTANT must be constistent with the TrackParticleContainer the parent alg will operate on, REQUIRED if SaveDetectorEta or DoOriginCorrection, else leave blank so the scheduler won't require it unnecessarily."}
protectedinherited

Definition at line 56 of file TrackCaloClusterTool.h.

56{this, "CaloEntryParsDecorKey" , "","IMPORTANT must be constistent with the TrackParticleContainer the parent alg will operate on, REQUIRED if SaveDetectorEta or DoOriginCorrection, else leave blank so the scheduler won't require it unnecessarily."};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doOriginCorrection

Gaudi::Property<bool> TCCCombinedTool::m_doOriginCorrection {this, "DoOriginCorrection", false, ""}
protected

Definition at line 78 of file TrackCaloClusterTool.h.

78{this, "DoOriginCorrection", false, ""};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_saveDetectorEta

Gaudi::Property<bool> TrackCaloClusterBaseTool::m_saveDetectorEta {this, "SaveDetectorEta", false, ""}
protectedinherited

flag to add dectetor eta decoration onto the produced TrackCaloClusters

Definition at line 59 of file TrackCaloClusterTool.h.

59{this, "SaveDetectorEta", false, ""};

◆ m_storeCorrectedPosition

Gaudi::Property<bool> TCCCombinedTool::m_storeCorrectedPosition {this, "StoreCorrectedPosition", false, ""}
protected

Definition at line 79 of file TrackCaloClusterTool.h.

79{this, "StoreCorrectedPosition", false, ""};

◆ m_trackVertexAssoTool

ToolHandle<CP::ITrackVertexAssociationTool> TrackCaloClusterBaseTool::m_trackVertexAssoTool {this ,"TrackVertexAssoTool", ""}
protectedinherited

The tool used to make sure a track is associated to PV0.

Definition at line 46 of file TrackCaloClusterTool.h.

46{this ,"TrackVertexAssoTool", ""};

◆ m_useEnergy

Gaudi::Property<bool> TrackCaloClusterBaseTool::m_useEnergy {this, "UseEnergy", false, "if false will use pT for weights evaluation"}
protectedinherited

use cluster energy or pt?

Definition at line 49 of file TrackCaloClusterTool.h.

49{this, "UseEnergy", false, "if false will use pT for weights evaluation"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: