22template ostream &
operator <<
24template ostream &
operator <<
26template ostream &
operator <<
28template ostream &
operator <<
30template ostream &
operator <<
32template ostream &
operator <<
34template ostream &
operator <<
36template ostream &
operator <<
129 stream << ((
fIsLocked) ?
"[ locked]" :
"[unlocked]")
138 stream << ((
fIsLocked) ?
"[ locked]" :
"[unlocked]")
147 TH1F * histo =
dynamic_cast<TH1F *
>(
fItem);
148 if(!histo) stream <<
"*** NULL RgH1F ***";
150 stream << ((
fIsLocked) ?
"[ locked]" :
"[unlocked]")
154 << (histo ? histo->GetName() :
"NULL");
159 TH2F * histo =
dynamic_cast<TH2F *
>(
fItem);
160 if(!histo) stream <<
"*** NULL RgH2F ***";
162 stream << ((
fIsLocked) ?
"[ locked]" :
"[unlocked]")
166 << (histo ? histo->GetName() :
"NULL");
171 TTree * tree =
dynamic_cast<TTree *
>(
fItem);
172 if(!tree) stream <<
"*** NULL RgTree ***";
174 stream << ((
fIsLocked) ?
"[ locked]" :
"[unlocked]")
178 << (tree ? tree->GetName() :
"NULL");
A templated concrete implementation of the RegistryItemI interface. Provides an arbitrary basic type ...
RgType_t TypeInfo(void) const
void Print(ostream &stream) const
RegistryItemI * Clone(void) const
THE MAIN GENIE PROJECT NAMESPACE
enum genie::ERgType RgType_t
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)