![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
| void | initcards_ (const char *s) |
| void | deletecards_ (void) |
| void | getstring_ (const char *tag, char *s) |
| void | isdefined_ (const char *tag, int &i) |
| void | getdvalue_ (const char *tag, double &d) |
| void | getfvalue_ (const char *tag, float &f) |
| void | getivalue_ (const char *tag, int &i) |
| void | getbvalue_ (const char *tag, bool &b) |
| void | getdvector_ (const char *tag, double *d) |
| void | getivector_ (const char *tag, int *d) |
| void | printcards_ () |
Variables | |
| ReadCards * | rp = NULL |
fortran callable interface routines to the
ReadCards parameter file
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file IReadCards.cxx.
| void deletecards_ | ( | void | ) |
Definition at line 33 of file IReadCards.cxx.
| void getbvalue_ | ( | const char * | tag, |
| bool & | b | ||
| ) |
| void getdvalue_ | ( | const char * | tag, |
| double & | d | ||
| ) |
| void getdvector_ | ( | const char * | tag, |
| double * | d | ||
| ) |
| void getfvalue_ | ( | const char * | tag, |
| float & | f | ||
| ) |
| void getivalue_ | ( | const char * | tag, |
| int & | i | ||
| ) |
| void getivector_ | ( | const char * | tag, |
| int * | d | ||
| ) |
| void getstring_ | ( | const char * | tag, |
| char * | s | ||
| ) |
| void initcards_ | ( | const char * | s | ) |
Definition at line 29 of file IReadCards.cxx.
| void isdefined_ | ( | const char * | tag, |
| int & | i | ||
| ) |
Definition at line 49 of file IReadCards.cxx.
| void printcards_ | ( | ) |
Definition at line 82 of file IReadCards.cxx.
| ReadCards* rp = NULL |
Definition at line 26 of file IReadCards.cxx.
1.8.18