![]() |
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 * | , |
| bool & | |||
| ) |
| void getdvalue_ | ( | const char * | , |
| double & | |||
| ) |
| void getdvector_ | ( | const char * | , |
| double * | |||
| ) |
| void getfvalue_ | ( | const char * | , |
| float & | |||
| ) |
| void getivalue_ | ( | const char * | , |
| int & | |||
| ) |
| void getivector_ | ( | const char * | , |
| int * | |||
| ) |
| void getstring_ | ( | const char * | , |
| char * | |||
| ) |
| void initcards_ | ( | const char * | ) |
Definition at line 29 of file IReadCards.cxx.
| void isdefined_ | ( | const char * | , |
| int & | |||
| ) |
Definition at line 49 of file IReadCards.cxx.
| void printcards_ | ( | ) |
Definition at line 82 of file IReadCards.cxx.
1.8.18