EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHG4TruthInfoContainer.h"
#include "PHG4Particle.h"
#include "PHG4Shower.h"
#include "PHG4VtxPoint.h"
#include <boost/tuple/tuple.hpp>
#include <limits>
#include <string>
Go to the source code of this file.
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::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