Public Member Functions | |
GSimpleNtpAux () | |
virtual | ~GSimpleNtpAux () |
void | Reset () |
void | Print (const Option_t *opt="") const |
Public Attributes | |
std::vector< Int_t > | auxint |
additional ints associated w/ entry More... | |
std::vector< Double_t > | auxdbl |
additional doubles associated w/ entry More... | |
Friends | |
ostream & | operator<< (ostream &stream, const GSimpleNtpAux &info) |
Additional elements for expansion as "aux" branch
Definition at line 135 of file GSimpleNtpFlux.h.
GSimpleNtpAux::GSimpleNtpAux | ( | ) |
|
inlinevirtual |
Definition at line 138 of file GSimpleNtpFlux.h.
References genie::flux::GSimpleNtpEntry::operator<<, MECModelEnuComparisons::opt, genie::flux::GSimpleNtpEntry::Print(), genie::flux::GSimpleNtpEntry::Reset(), and runNovaSAM::stream.
void GSimpleNtpAux::Print | ( | const Option_t * | opt = "" | ) | const |
Definition at line 892 of file GSimpleNtpFlux.cxx.
Referenced by fill_simple(), main(), genie::flux::GSimpleNtpFlux::ResetCurrent(), and warp_gsimple().
|
friend |
Definition at line 1007 of file GSimpleNtpFlux.cxx.
std::vector<Double_t> genie::flux::GSimpleNtpAux::auxdbl |
additional doubles associated w/ entry
Definition at line 144 of file GSimpleNtpFlux.h.
Referenced by fill_simple(), main(), and genie::flux::operator<<().
std::vector<Int_t> genie::flux::GSimpleNtpAux::auxint |
additional ints associated w/ entry
Definition at line 143 of file GSimpleNtpFlux.h.
Referenced by fill_simple(), main(), genie::flux::operator<<(), and warp_entry().