IncludeFiles: Difference between revisions

From Mu2eWiki
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.


Package/Prefix Environment Variable Namespace Source - Be careful to use the correct tag!
art ART_INC art:: https://github.com/art-framework-suite/art
artdaq-core ARTDAQ_CORE_INC artdaq:: https://github.com/art-daq/artdaq_core
artdaq-core-mu2e ARTDAQ_CORE_MU2E_INC mu2e:: https://github.com/Mu2e/artdaq_core_mu2e
art_root_io ART_ROOT_IO_INC art:: https://github.com/art-framework-suite/art-root-io
boost BOOST_INC boost:: https://github.com/boostorg/boost
BTrk BTRK_INC (none) https://github.com/KFTrack/BTrk
canvas CANVAS_INC art:: https://github.com/art-framework-suite/canvas
cetlib CETLIB_INC cet:: https://github.com/art-framework-suite/cetlib
cetlib_except CETLIB_EXCEPT_INC cet:: https://github.com/art-framework-suite/cetlib-except
CLHEP CLHEP_INC CLHEP:: https://gitlab.cern.ch/CLHEP/CLHEP
fhiclcpp FHICLCPP_INC fhicl:: https://github.com/art-framework-suite/fhicl-cpp
Geant4 G4INCLUDE (none) https://gitlab.cern.ch/geant4/geant4
gsl GSL_INC (none) https://github.com/ampl/gsl
KinKal KINKAL_INC KinKal:: https://github.com/KFTrack/KinKal]
messagefacility MESSAGEFACILITY_INC mf:: https://github.com/art-framework-suite/messagefacility
tbb TBB_INC tbb::
xercesc XERCES_C_INC xercesc:: https://github.com/apache/xerces-c
(no prefix) ROOT_INC (none) https://github.com/root-project/root

FCL Files

Auxillary Files

 SimpleConfig, BField maps ...