EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4TruthInfoContainer.h File Reference
#include <phool/PHObject.h>
#include <iostream>
#include <iterator>
#include <map>
#include <utility>
+ Include dependency graph for PHG4TruthInfoContainer.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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

Definition at line 370 of file PHG4TruthInfoContainer.cc.

View newest version in sPHENIX GitHub at line 370 of file PHG4TruthInfoContainer.cc

Definition at line 375 of file PHG4TruthInfoContainer.cc.

View newest version in sPHENIX GitHub at line 375 of file PHG4TruthInfoContainer.cc

bool operator== ( const PHG4TruthInfoContainer lhs,
const PHG4TruthInfoContainer rhs 
)
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().

+ Here is the call graph for this function: