EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <phool/PHObject.h>
#include <iostream>
#include <iterator>
#include <map>
#include <utility>
Go to the source code of this file.
Classes | |
class | PHG4TruthInfoContainer |
Functions | |
bool | operator== (const PHG4TruthInfoContainer::Map::value_type &lhs, const PHG4TruthInfoContainer::Map::value_type &rhs) |
bool | operator== (const PHG4TruthInfoContainer::VtxMap::value_type &lhs, const PHG4TruthInfoContainer::VtxMap::value_type &rhs) |
bool | operator== (const PHG4TruthInfoContainer::ShowerMap::value_type &lhs, const PHG4TruthInfoContainer::ShowerMap::value_type &rhs) |
bool | operator== (const PHG4TruthInfoContainer &lhs, const PHG4TruthInfoContainer &rhs) |
bool | operator!= (const PHG4TruthInfoContainer &lhs, const PHG4TruthInfoContainer &rhs) |
|
inline |
Definition at line 258 of file PHG4TruthInfoContainer.h.
View newest version in sPHENIX GitHub at line 258 of file PHG4TruthInfoContainer.h
bool operator== | ( | const PHG4TruthInfoContainer::Map::value_type & | lhs, |
const PHG4TruthInfoContainer::Map::value_type & | rhs | ||
) |
Equality operators for the types used in the publicly accessible internal containers of PHG4TruthInfoContainer.
Definition at line 365 of file PHG4TruthInfoContainer.cc.
View newest version in sPHENIX GitHub at line 365 of file PHG4TruthInfoContainer.cc
bool operator== | ( | const PHG4TruthInfoContainer::VtxMap::value_type & | lhs, |
const PHG4TruthInfoContainer::VtxMap::value_type & | rhs | ||
) |
Definition at line 370 of file PHG4TruthInfoContainer.cc.
View newest version in sPHENIX GitHub at line 370 of file PHG4TruthInfoContainer.cc
bool operator== | ( | const PHG4TruthInfoContainer::ShowerMap::value_type & | lhs, |
const PHG4TruthInfoContainer::ShowerMap::value_type & | rhs | ||
) |
Definition at line 375 of file PHG4TruthInfoContainer.cc.
View newest version in sPHENIX GitHub at line 375 of file PHG4TruthInfoContainer.cc
|
inline |
Equality operators for PHG4TruthInfoContainer. Note that the comparison is performed only on the publicly accessible internal containers, i.e. PHG4TruthInfoContainer::particlemap, PHG4TruthInfoContainer::vtxmap, and PHG4TruthInfoContainer::showermap.
Definition at line 253 of file PHG4TruthInfoContainer.h.
View newest version in sPHENIX GitHub at line 253 of file PHG4TruthInfoContainer.h
References PHG4TruthInfoContainer::GetMap(), PHG4TruthInfoContainer::GetShowerMap(), and PHG4TruthInfoContainer::GetVtxMap().