![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
| void | initcards_ (const char *) |
| void | deletecards_ (void) |
| void | isdefined_ (const char *, int &) |
| void | getstring_ (const char *, char *) |
| void | getdvalue_ (const char *, double &) |
| void | getfvalue_ (const char *, float &) |
| void | getivalue_ (const char *, int &) |
| void | getbvalue_ (const char *, bool &) |
| void | getdvector_ (const char *, double *) |
| void | getivector_ (const char *, int *) |
| void | printcards_ () |
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.h.
| 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.