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

#include <JetMapBase.h>

Inheritance diagram for OrphanJetCounter:
Collaboration diagram for OrphanJetCounter:

Public Member Functions

size_t getNewId ()

Protected Member Functions

void reset ()

Protected Attributes

size_t m_counter

Detailed Description

Definition at line 169 of file JetMapBase.h.

Member Function Documentation

◆ getNewId()

size_t OrphanJetCounter::getNewId ( )
inline

Definition at line 171 of file JetMapBase.h.

171{m_counter++;return m_counter;};

◆ reset()

void OrphanJetCounter::reset ( )
inlineprotected

Definition at line 174 of file JetMapBase.h.

174{m_counter=0;}

Member Data Documentation

◆ m_counter

size_t OrphanJetCounter::m_counter
protected

Definition at line 176 of file JetMapBase.h.


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