![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <TBuffer.h>#include <TObject.h>#include <FairRegistryItem.h>#include <FairRegistry.h>#include <iostream>
Include dependency graph for FairRegistryItemXxx.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FairRegistryItemXxx< T > |
Functions | |
| ClassDefT2 (FairRegistryItemXxx, T) TBuffer &operator>>(TBuffer &buf | |
| TBuffer & | operator>> (TBuffer &buf, double *&xptr) |
| TBuffer & | operator>> (TBuffer &buf, float *&xptr) |
| TBuffer & | operator<< (TBuffer &buf, int *&xptr) |
| TBuffer & | operator<< (TBuffer &buf, double *&xptr) |
| TBuffer & | operator<< (TBuffer &buf, float *&xptr) |
| ClassImpT (FairRegistryItemXxx, T) template< class T > FairRegistryItemXxx< T > | |
Variables | |
| int *& | xptr |
| ClassDefT2 | ( | FairRegistryItemXxx | , |
| T | |||
| ) |
| ClassImpT | ( | FairRegistryItemXxx | , |
| T | |||
| ) |
Definition at line 66 of file FairRegistryItemXxx.h.
View newest version in sPHENIX GitHub at line 66 of file FairRegistryItemXxx.h
| TBuffer& operator<< | ( | TBuffer & | buf, |
| int *& | xptr | ||
| ) |
Definition at line 72 of file FairRegistryItemXxx.cxx.
View newest version in sPHENIX GitHub at line 72 of file FairRegistryItemXxx.cxx
References xptr.
| TBuffer& operator<< | ( | TBuffer & | buf, |
| double *& | xptr | ||
| ) |
Definition at line 77 of file FairRegistryItemXxx.cxx.
View newest version in sPHENIX GitHub at line 77 of file FairRegistryItemXxx.cxx
References xptr.
| TBuffer& operator<< | ( | TBuffer & | buf, |
| float *& | xptr | ||
| ) |
Definition at line 82 of file FairRegistryItemXxx.cxx.
View newest version in sPHENIX GitHub at line 82 of file FairRegistryItemXxx.cxx
References xptr.
| TBuffer& operator>> | ( | TBuffer & | buf, |
| double *& | xptr | ||
| ) |
Definition at line 44 of file FairRegistryItemXxx.cxx.
View newest version in sPHENIX GitHub at line 44 of file FairRegistryItemXxx.cxx
References x.
| TBuffer& operator>> | ( | TBuffer & | buf, |
| float *& | xptr | ||
| ) |
Definition at line 51 of file FairRegistryItemXxx.cxx.
View newest version in sPHENIX GitHub at line 51 of file FairRegistryItemXxx.cxx
References x.
| int*& xptr |
Definition at line 55 of file FairRegistryItemXxx.h.
View newest version in sPHENIX GitHub at line 55 of file FairRegistryItemXxx.h
Referenced by operator<<().