IncludeFiles: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Finding Include Files= ==C++ Code== {| class="wikitable" | Package/Prefix || Environment Variable || Namespace || Source |- | art || ART_INC |...") |
|||
Line 2: | Line 2: | ||
==C++ Code== | ==C++ Code== | ||
The table below will help you to find include files for external packages. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Package/Prefix || Environment Variable || Namespace || Source | | Package/Prefix || Environment Variable || Namespace || Source - Be careful to use the correct tag! | ||
|- | |- | ||
| art || ART_INC || art:: || [https://github.com/art-framework-suite/art https://github.com/art-framework-suite/art] | | art || ART_INC || art:: || [https://github.com/art-framework-suite/art https://github.com/art-framework-suite/art] | ||
|- | |- | ||
Line 27: | Line 31: | ||
|- | |- | ||
| fhiclcpp || FHICLCPP_INC || fhicl:: || [https://github.com/art-framework-suite/fhicl-cpp https://github.com/art-framework-suite/fhicl-cpp] | | fhiclcpp || FHICLCPP_INC || fhicl:: || [https://github.com/art-framework-suite/fhicl-cpp https://github.com/art-framework-suite/fhicl-cpp] | ||
|- | |||
| Geant4 || G4INCLUDE || (none) || [https://gitlab.cern.ch/geant4/geant4 https://gitlab.cern.ch/geant4/geant4] | |||
|- | |- | ||
| gsl || GSL_INC || (none) || [https://github.com/ampl/gsl https://github.com/ampl/gsl] | | gsl || GSL_INC || (none) || [https://github.com/ampl/gsl https://github.com/ampl/gsl] |
Revision as of 04:35, 7 September 2023
Finding Include Files
C++ Code
The table below will help you to find include files for external packages.
FCL Files
Auxillary Files
SimpleConfig, BField maps ...