![]() |
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 ) |
Definition at line 67 of file IReadCards.cxx.
| void getdvalue_ | ( | const char * | tag, |
| double & | d ) |
Definition at line 54 of file IReadCards.cxx.
| void getdvector_ | ( | const char * | tag, |
| double * | d ) |
Definition at line 72 of file IReadCards.cxx.
| void getfvalue_ | ( | const char * | tag, |
| float & | f ) |
Definition at line 58 of file IReadCards.cxx.
| void getivalue_ | ( | const char * | tag, |
| int & | i ) |
Definition at line 63 of file IReadCards.cxx.
| void getivector_ | ( | const char * | tag, |
| int * | d ) |
| void getstring_ | ( | const char * | tag, |
| char * | s ) |
Definition at line 39 of file IReadCards.cxx.
| 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.