Analysis Software
Documentation for sPHENIX simulation software
|
#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
References check_smearing_config::rhs.
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 431 of file PHG4TruthInfoContainer.cc.
View newest version in sPHENIX GitHub at line 431 of file PHG4TruthInfoContainer.cc
bool operator== | ( | const PHG4TruthInfoContainer::VtxMap::value_type & | lhs, |
const PHG4TruthInfoContainer::VtxMap::value_type & | rhs | ||
) |
Definition at line 436 of file PHG4TruthInfoContainer.cc.
View newest version in sPHENIX GitHub at line 436 of file PHG4TruthInfoContainer.cc
bool operator== | ( | const PHG4TruthInfoContainer::ShowerMap::value_type & | lhs, |
const PHG4TruthInfoContainer::ShowerMap::value_type & | rhs | ||
) |
Definition at line 441 of file PHG4TruthInfoContainer.cc.
View newest version in sPHENIX GitHub at line 441 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().