ATLAS Offline Software
Loading...
Searching...
No Matches
PFMatch::AllLayersEtaPhi Class Reference

#include <PFMatchPositions.h>

Collaboration diagram for PFMatch::AllLayersEtaPhi:

Public Member Functions

 AllLayersEtaPhi ()
virtual ~AllLayersEtaPhi ()

Public Attributes

std::vector< EtaPhi * > m_etaphiInLayer

Detailed Description

Definition at line 30 of file PFMatchPositions.h.

Constructor & Destructor Documentation

◆ AllLayersEtaPhi()

PFMatch::AllLayersEtaPhi::AllLayersEtaPhi ( )
inline

Definition at line 32 of file PFMatchPositions.h.

32{ }

◆ ~AllLayersEtaPhi()

virtual PFMatch::AllLayersEtaPhi::~AllLayersEtaPhi ( )
inlinevirtual

Definition at line 33 of file PFMatchPositions.h.

33 {
34 unsigned int nLay = m_etaphiInLayer.size();
35 for(unsigned int iLay = 0; iLay < nLay; ++iLay) { delete m_etaphiInLayer[iLay]; }
36 }
std::vector< EtaPhi * > m_etaphiInLayer

Member Data Documentation

◆ m_etaphiInLayer

std::vector<EtaPhi*> PFMatch::AllLayersEtaPhi::m_etaphiInLayer

Definition at line 38 of file PFMatchPositions.h.


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