EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ValContext.h File Reference
#include "TObject.h"
#include "Experiment.h"
#include "Detector.h"
#include "SimFlag.h"
#include "ValTimeStamp.h"
#include <iostream>
+ Include dependency graph for ValContext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ValContext
 

Functions

std::ostream & operator<< (std::ostream &os, const ValContext &vldc)
 
Bool_t operator< (const ValContext &lhs, const ValContext &rhs)
 
Bool_t operator== (const ValContext &lhs, const ValContext &rhs)
 
Bool_t operator!= (const ValContext &lhs, const ValContext &rhs)
 
Bool_t operator<= (const ValContext &lhs, const ValContext &rhs)
 
Bool_t operator> (const ValContext &lhs, const ValContext &rhs)
 
Bool_t operator>= (const ValContext &lhs, const ValContext &rhs)
 

Function Documentation

Bool_t operator!= ( const ValContext lhs,
const ValContext rhs 
)
inline

Definition at line 90 of file ValContext.h.

View newest version in sPHENIX GitHub at line 90 of file ValContext.h

References ValContext::fDetector, ValContext::fSimFlag, and ValContext::fTimeStamp.

Bool_t operator< ( const ValContext lhs,
const ValContext rhs 
)
inline

Definition at line 66 of file ValContext.h.

View newest version in sPHENIX GitHub at line 66 of file ValContext.h

References ValContext::fDetector, ValContext::fSimFlag, and ValContext::fTimeStamp.

std::ostream& operator<< ( std::ostream &  os,
const ValContext vldc 
)

Definition at line 21 of file ValContext.cxx.

View newest version in sPHENIX GitHub at line 21 of file ValContext.cxx

References ValContext::AsString().

+ Here is the call graph for this function:

Bool_t operator<= ( const ValContext lhs,
const ValContext rhs 
)
inline

Definition at line 99 of file ValContext.h.

View newest version in sPHENIX GitHub at line 99 of file ValContext.h

Bool_t operator== ( const ValContext lhs,
const ValContext rhs 
)
inline

Definition at line 81 of file ValContext.h.

View newest version in sPHENIX GitHub at line 81 of file ValContext.h

References ValContext::fDetector, ValContext::fSimFlag, and ValContext::fTimeStamp.

Bool_t operator> ( const ValContext lhs,
const ValContext rhs 
)
inline

Definition at line 104 of file ValContext.h.

View newest version in sPHENIX GitHub at line 104 of file ValContext.h

Bool_t operator>= ( const ValContext lhs,
const ValContext rhs 
)
inline

Definition at line 109 of file ValContext.h.

View newest version in sPHENIX GitHub at line 109 of file ValContext.h