ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo Struct Reference

#include <ITrigEgammaPrecisionPhotonHypoTool.h>

Collaboration diagram for ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo:

Public Member Functions

 PhotonInfo (TrigCompositeUtils::Decision *d, const TrigRoiDescriptor *r, const xAOD::Photon_v1 *c, const TrigCompositeUtils::Decision *previousDecision)

Public Attributes

TrigCompositeUtils::Decisiondecision
const TrigRoiDescriptorroi
const xAOD::Photon_v1photon
std::map< std::string, float > valueDecorator
std::map< std::string, bool > pidDecorator
const TrigCompositeUtils::DecisionIDContainer previousDecisionIDs

Detailed Description

Definition at line 25 of file ITrigEgammaPrecisionPhotonHypoTool.h.

Constructor & Destructor Documentation

◆ PhotonInfo()

ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::PhotonInfo ( TrigCompositeUtils::Decision * d,
const TrigRoiDescriptor * r,
const xAOD::Photon_v1 * c,
const TrigCompositeUtils::Decision * previousDecision )
inline

Definition at line 26 of file ITrigEgammaPrecisionPhotonHypoTool.h.

28 : decision( d ),
29 roi( r ),
30 photon(c),
32 TrigCompositeUtils::decisionIDs( previousDecision ).end() )
33 {}
int r
Definition globals.cxx:22
void decisionIDs(const Decision *d, DecisionIDContainer &destination)
Extracts DecisionIDs stored in the Decision object.
const TrigCompositeUtils::DecisionIDContainer previousDecisionIDs

Member Data Documentation

◆ decision

TrigCompositeUtils::Decision* ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::decision

Definition at line 35 of file ITrigEgammaPrecisionPhotonHypoTool.h.

◆ photon

const xAOD::Photon_v1* ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::photon

Definition at line 37 of file ITrigEgammaPrecisionPhotonHypoTool.h.

◆ pidDecorator

std::map<std::string, bool> ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::pidDecorator

Definition at line 39 of file ITrigEgammaPrecisionPhotonHypoTool.h.

◆ previousDecisionIDs

const TrigCompositeUtils::DecisionIDContainer ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::previousDecisionIDs

Definition at line 40 of file ITrigEgammaPrecisionPhotonHypoTool.h.

◆ roi

const TrigRoiDescriptor* ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::roi

Definition at line 36 of file ITrigEgammaPrecisionPhotonHypoTool.h.

◆ valueDecorator

std::map<std::string, float> ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo::valueDecorator

Definition at line 38 of file ITrigEgammaPrecisionPhotonHypoTool.h.


The documentation for this struct was generated from the following file: