![]() |
ATLAS Offline Software
|
#include <TrigPileUpInfo.h>
Public Member Functions | |
| TrigPileUpInfo () | |
| void | clear () |
| int | numFJ () |
| int | numBJ () |
| int | numPV () |
| void | addFJ (int) |
| void | addBJ (int) |
| void | addPV (int) |
| int | getFJ (unsigned int index) const |
| int | getBJ (unsigned int index) const |
| int | getPV (unsigned int index) const |
| const std::vector< int > & | getFJVec () const |
| const std::vector< int > & | getBJVec () const |
| const std::vector< int > & | getPVVec () const |
Private Attributes | |
| std::vector< int > | m_FJ |
| std::vector< int > | m_BJ |
| std::vector< int > | m_PV_Track |
Definition at line 17 of file TrigPileUpInfo.h.
| TrigPileUpInfo::TrigPileUpInfo | ( | ) |
Definition at line 11 of file TrigPileUpInfo.cxx.
| void TrigPileUpInfo::addBJ | ( | int | BJ | ) |
Definition at line 61 of file TrigPileUpInfo.cxx.
| void TrigPileUpInfo::addFJ | ( | int | FJ | ) |
Definition at line 57 of file TrigPileUpInfo.cxx.
| void TrigPileUpInfo::addPV | ( | int | PV_Track | ) |
Definition at line 65 of file TrigPileUpInfo.cxx.
| void TrigPileUpInfo::clear | ( | ) |
Definition at line 16 of file TrigPileUpInfo.cxx.
| int TrigPileUpInfo::getBJ | ( | unsigned int | index | ) | const |
Definition at line 30 of file TrigPileUpInfo.cxx.
| const std::vector< int > & TrigPileUpInfo::getBJVec | ( | ) | const |
Definition at line 48 of file TrigPileUpInfo.cxx.
| int TrigPileUpInfo::getFJ | ( | unsigned int | index | ) | const |
Definition at line 23 of file TrigPileUpInfo.cxx.
| const std::vector< int > & TrigPileUpInfo::getFJVec | ( | ) | const |
Definition at line 44 of file TrigPileUpInfo.cxx.
| int TrigPileUpInfo::getPV | ( | unsigned int | index | ) | const |
Definition at line 37 of file TrigPileUpInfo.cxx.
| const std::vector< int > & TrigPileUpInfo::getPVVec | ( | ) | const |
Definition at line 52 of file TrigPileUpInfo.cxx.
|
inline |
Definition at line 26 of file TrigPileUpInfo.h.
|
inline |
Definition at line 25 of file TrigPileUpInfo.h.
|
inline |
Definition at line 27 of file TrigPileUpInfo.h.
|
private |
Definition at line 44 of file TrigPileUpInfo.h.
|
private |
Definition at line 43 of file TrigPileUpInfo.h.
|
private |
Definition at line 45 of file TrigPileUpInfo.h.