Skip to content
Snippets Groups Projects
Select Git revision
  • magnet_update
  • master default protected
  • 56-zdc-rotation-and-alignment protected
  • sly2j-master-patch-24899 protected
  • 33-extend-hadron-beampipe-so-flange-is-just-behind-hcal-at-5m protected
  • sly2j-master-patch-15257 protected
  • wdconinc-master-patch-98645 protected
  • air_as_vacuum protected
  • 37-re-align-roman-pots-for-the-50cm-shift protected
  • off_momentum_tracker protected
  • beampipe-place-vacuum protected
  • b0_acts protected
  • 30-add-acts-tracking-to-b0-tracker protected
  • beampipe-from-eic-project-step-to-gdml protected
  • 29-ff-full-simulations-and-validation protected
  • 28-coordinate-flip-of-ff-detectors-and-beamline protected
  • enable_central_beamline protected
  • xmllint_fixes protected
  • Alex-Far-Forward-Detectors-1 protected
  • 18-ip6-beam-pipe-material-thickness-update protected
  • v1.1.0
  • v1.0.1
  • v1.0.0
  • v0.6.2
  • v0.6.1
  • v0.6.0
  • v0.5.2
  • v0.5.1
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
33 results

ForwardRomanPot_geo.cpp

Blame
  • gatsby-config.js 1.34 KiB
    module.exports = {
      pathPrefix : `/tutorials/eic_tutorial`,
      siteMetadata : {
        siteTitle : `EIC Software`,
        defaultTitle : `EIC Software`,
        siteTitleShort : `EIC software`,
        siteDescription : `Electron ion collider simulation software tutorial`,
        siteUrl : `https://eic.phy.anl.gov/tutorials/eic_tutorial`,
        siteAuthor : `whit`,
        siteImage : `/banner.png`,
        siteLanguage : `en`,
        themeColor : `#e1a809`,
        basePath : `/`,
        footer : `whit`,
      },
      plugins : [
        {
          resolve : `@rocketseat/gatsby-theme-docs`,
          options : {
            configPath : `src/config`,
            docsPath : `src/docs`,
            githubUrl : `https://eicweb.phy.anl.gov/EIC/tutorials/eic_tutorial/`,
            baseDir : `/`,
          },
        },
        {
          resolve : `gatsby-plugin-manifest`,
          options : {
            name : `Rocketseat Gatsby Themes`,
            short_name : `RS Gatsby Themes`,
            start_url : `/`,
            background_color : `#ffffff`,
            display : `standalone`,
            icon : `static/favicon.png`,
          },
        },
        `gatsby-plugin-sitemap`,
        {
          resolve : `gatsby-plugin-google-analytics`,
          options : {
              // trackingId: ``,
          },
        },
        {
          resolve : `gatsby-plugin-canonical-urls`,
          options : {
            siteUrl : `https://rocketdocs.netlify.com`,
          },
        },
        `gatsby-plugin-offline`,
      ],
    };