ATLAS Offline Software
Loading...
Searching...
No Matches
PseudoJetGetter::EMTopoRejecter Struct Reference

#include <PseudoJetGetter.h>

Collaboration diagram for PseudoJetGetter::EMTopoRejecter:

Public Member Functions

bool operator() (const xAOD::IParticle *ip)

Public Attributes

const xAOD::CaloClustercluster {0}

Detailed Description

Definition at line 78 of file PseudoJetGetter.h.

Member Function Documentation

◆ operator()()

bool PseudoJetGetter::EMTopoRejecter::operator() ( const xAOD::IParticle * ip)
inline

Definition at line 81 of file PseudoJetGetter.h.

81 {
82 cluster = dynamic_cast<const xAOD::CaloCluster*>(ip);
83 return cluster == 0; // reject if not a cluster
84 }
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
const xAOD::CaloCluster * cluster

Member Data Documentation

◆ cluster

const xAOD::CaloCluster* PseudoJetGetter::EMTopoRejecter::cluster {0}

Definition at line 79 of file PseudoJetGetter.h.

79{0};

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