<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://ctd.inp.nsk.su/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ctd.inp.nsk.su/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A.M.Suharev</id>
		<title>Charm-Tau Detector - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://ctd.inp.nsk.su/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A.M.Suharev"/>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Special:Contributions/A.M.Suharev"/>
		<updated>2026-07-26T10:36:35Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/How-to:_implement_subdetector_model</id>
		<title>How-to: implement subdetector model</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/How-to:_implement_subdetector_model"/>
				<updated>2025-09-10T07:13:35Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Setup AURORA environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Set up the AURORA work area =&lt;br /&gt;
== Directories structure ==&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
 mkdir build run&lt;br /&gt;
&lt;br /&gt;
== Setup AURORA environment ==&lt;br /&gt;
The environment setup should be done every time:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,dev-gcf1,latest&lt;br /&gt;
Aurora is available now&lt;br /&gt;
 ctaurun &amp;lt;script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adjust asetup parameters accrording to your needs.&lt;br /&gt;
&lt;br /&gt;
Make next steps described in [[Workflow quick reference]]&lt;br /&gt;
&lt;br /&gt;
= Detector Description =&lt;br /&gt;
Instruction on how to define the geometry will be considered using for example ExampleDetector.&lt;br /&gt;
All files are in ExampleDetectorGeo.&lt;br /&gt;
&lt;br /&gt;
 cd aurora&lt;br /&gt;
 mkdir DetectorDescription&lt;br /&gt;
 cd DetectorDescription&lt;br /&gt;
 mkdir ExampleDetectorGeo&lt;br /&gt;
 cd ExampleDetectorGeo&lt;br /&gt;
 mkdir xml src python jobOptions&lt;br /&gt;
&lt;br /&gt;
Create file &amp;lt;CMakeLists.txt&amp;gt; containing something like this&lt;br /&gt;
  ################################################################################&lt;br /&gt;
  # Package: ExampleDetectorGeo&lt;br /&gt;
  ################################################################################&lt;br /&gt;
  # Declare the package name:&lt;br /&gt;
  sctau_subdir(ExampleDetectorGeo)&lt;br /&gt;
  &lt;br /&gt;
  sctau_depends_on_subdirs(PUBLIC&lt;br /&gt;
                         External/DD4hep&lt;br /&gt;
                         External/Geant4&lt;br /&gt;
                         External/ROOT&lt;br /&gt;
                         )&lt;br /&gt;
  sctau_add_dd4hep_component(ExampleDetectorGeo&lt;br /&gt;
            src/*.cpp&lt;br /&gt;
            NO_PUBLIC_HEADERS&lt;br /&gt;
            LINK_LIBRARIES GaudiKernel DD4hep ROOT Geant4)&lt;br /&gt;
  sctau_install_python_modules(python/*)&lt;br /&gt;
  sctau_install_xmls(xml/*)&lt;br /&gt;
  sctau_install_joboptions(jobOptions/*)&lt;br /&gt;
&lt;br /&gt;
'''Geometry in XML files'''&lt;br /&gt;
&lt;br /&gt;
The definition of the geometry in .xml files is divided into 2 files: ExampleDetectorGeom_def.xml&lt;br /&gt;
and ExampleDetectorGeom_geo.xml.&lt;br /&gt;
&lt;br /&gt;
ExampleDetectorGeom_def.xml contains information about detector parameters, visualization attributes,&lt;br /&gt;
detector subsystem information, readouts information, and reference to ExampleDetectorGeom_geo.xml.&lt;br /&gt;
&lt;br /&gt;
ExampleDetectorGeom_def.xml:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lccdd&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Mandatory line --&amp;gt;&lt;br /&gt;
    &amp;lt;geometry open=&amp;quot;false&amp;quot; close=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;!-- information about geometry --&amp;gt;&lt;br /&gt;
    &amp;lt;info name=&amp;quot;ExampleDetectorGeo&amp;quot;&lt;br /&gt;
        title=&amp;quot;Example detector for C-Tau Detector&amp;quot;&lt;br /&gt;
        author=&amp;quot;Anastasiya Zhadan&amp;quot;&lt;br /&gt;
        url   =&amp;quot;https://ctd.inp.nsk.su/wiki/index.php/Category:Software&amp;quot;&lt;br /&gt;
        status=&amp;quot;development&amp;quot;&lt;br /&gt;
        version=&amp;quot;$Id: ExampleDetector_0.01 $&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;comment&amp;gt;The compact format for the example detector of SCT Detector used for the conceptual design report&amp;lt;/comment&amp;gt;&lt;br /&gt;
    &amp;lt;/info&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!--  Definition of the used visualization attributes    --&amp;gt;&lt;br /&gt;
    &amp;lt;display&amp;gt;&lt;br /&gt;
        &amp;lt;vis name=&amp;quot;Vacuum_vis&amp;quot;     alpha=&amp;quot;1.0&amp;quot; r=&amp;quot;1.0&amp;quot; g=&amp;quot;0.0&amp;quot; b=&amp;quot;0.0&amp;quot; showDaughters=&amp;quot;true&amp;quot; visible=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;vis name=&amp;quot;Steel235_vis&amp;quot;     alpha=&amp;quot;1.0&amp;quot; r=&amp;quot;0.7&amp;quot; g=&amp;quot;0.7&amp;quot; b=&amp;quot;0.7&amp;quot; showDaughters=&amp;quot;true&amp;quot; visible=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;vis name=&amp;quot;Paraffin_vis&amp;quot; alpha=&amp;quot;1.0&amp;quot; r=&amp;quot;0.0&amp;quot; g=&amp;quot;0.7&amp;quot; b=&amp;quot;0.0&amp;quot; showDaughters=&amp;quot;true&amp;quot; visible=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/display&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;define&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Example Detector parameters --&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;innerSteelTube_Rmin&amp;quot; value=&amp;quot;10.*mm&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;innerSteelTube_Rmax&amp;quot; value=&amp;quot;innerSteelTube_Rmin + 1.0*mm&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;ParaffinTube_Rmax&amp;quot; value=&amp;quot;innerSteelTube_Rmax + 1.0*mm&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;outerSteelTube_Rmax&amp;quot; value=&amp;quot;ParaffinTube_Rmax + 1.0*mm&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;Tube_Zhalf&amp;quot; value=&amp;quot;50.0*mm&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/define&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!-- readout definition --&amp;gt;&lt;br /&gt;
    &amp;lt;readouts&amp;gt;&lt;br /&gt;
        &amp;lt;readout name=&amp;quot;ExampleDetector_Readout&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;segmentation type=&amp;quot;CartesianGridXYZ&amp;quot; grid_size_x=&amp;quot;8.0*mm&amp;quot; grid_size_y=&amp;quot;8.0*mm&amp;quot; grid_size_z=&amp;quot;8.0*mm&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;id&amp;gt;system:8,tube:2,x:-8,y:-16,z:-16&amp;lt;/id&amp;gt;&lt;br /&gt;
        &amp;lt;/readout&amp;gt;&lt;br /&gt;
    &amp;lt;/readouts&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;include ref=&amp;quot;ExampleDetectorGeom_geo.xml&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/lccdd&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first string &amp;quot;&amp;lt;geometry open=&amp;quot;false&amp;quot; close=&amp;quot;false&amp;quot; /&amp;gt;&amp;quot; in ExampleDetectorGeom_def.xml is a mandatory line. It is&lt;br /&gt;
needed to allow load several XML files.&lt;br /&gt;
* Tag &amp;lt;info&amp;gt; contains general information about detector subsystem.&lt;br /&gt;
* Tag &amp;lt;display&amp;gt; contains visualization attributes (color and alpha)&lt;br /&gt;
* Tag &amp;lt;define&amp;gt; contains some constants and detector parameters. In this example detector id is defined in this file. For implemented detector subsystems id are defined in sctau_detector_geoinitialize.xml file.&lt;br /&gt;
* Tag &amp;lt;readouts&amp;gt; contains detector readouts definition. It is essential to define the right identifiers in tag &amp;lt;id&amp;gt;. The system is always presented. &lt;br /&gt;
The following name (in this case &amp;quot;tube&amp;quot;) is defined by the user and then used in .cpp file.&lt;br /&gt;
* Tag &amp;lt;include&amp;gt; contains reference to ExampleDetectorGeom_geo.xml file.&lt;br /&gt;
&lt;br /&gt;
ExampleDetectorGeom_geo.xml contains a description of the geometry detector.&lt;br /&gt;
ExampleDetectorGeom_geo.xml:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;detectors&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Example Detector --&amp;gt;&lt;br /&gt;
    &amp;lt;comment&amp;gt;Example Detector&amp;lt;/comment&amp;gt;&lt;br /&gt;
    &amp;lt;!-- detector definition --&amp;gt;&lt;br /&gt;
    &amp;lt;detector id=&amp;quot;ExampleDetector_ID&amp;quot; name=&amp;quot;ExampleDetector&amp;quot; type=&amp;quot;ExampleDetector&amp;quot; readout=&amp;quot;ExampleDetector_Readout&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;!-- Central part --&amp;gt;&lt;br /&gt;
        &amp;lt;tubs name=&amp;quot;TubeOut&amp;quot; rmin=&amp;quot;0&amp;quot; rmax=&amp;quot;outerSteelTube_Rmax&amp;quot; zhalf=&amp;quot;Tube_Zhalf&amp;quot; material=&amp;quot;Steel235&amp;quot; vis=&amp;quot;Steel235_vis&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;tubs name=&amp;quot;TubePara&amp;quot; rmin=&amp;quot;0&amp;quot; rmax=&amp;quot;ParaffinTube_Rmax&amp;quot; zhalf=&amp;quot;Tube_Zhalf&amp;quot; material=&amp;quot;Paraffin&amp;quot; vis=&amp;quot;Paraffin_vis&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;tubs name=&amp;quot;TubeIn&amp;quot; rmin=&amp;quot;0&amp;quot; rmax=&amp;quot;innerSteelTube_Rmax&amp;quot; zhalf=&amp;quot;Tube_Zhalf&amp;quot; material=&amp;quot;Steel235&amp;quot; vis=&amp;quot;Steel235_vis&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;tubs name=&amp;quot;TubeVac&amp;quot; rmin=&amp;quot;0&amp;quot; rmax=&amp;quot;innerSteelTube_Rmin&amp;quot; zhalf=&amp;quot;Tube_Zhalf&amp;quot; material=&amp;quot;Vacuum&amp;quot; vis=&amp;quot;Vacuum_vis&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/detector&amp;gt;&lt;br /&gt;
 &amp;lt;/detectors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Detector declaration:''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;detector id=&amp;quot;ExampleDetector_ID&amp;quot; name=&amp;quot;ExampleDetector&amp;quot; type=&amp;quot;ExampleDetector&amp;quot; readout=&amp;quot;ExampleDetector_Readout&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* id		-- detector ID&lt;br /&gt;
* name		-- name of the detector&lt;br /&gt;
* type		-- detector type&lt;br /&gt;
* readout	-- readout (defined in ExampleDetectorGeom_def.xml)&lt;br /&gt;
&lt;br /&gt;
Detector ID &amp;lt;id=&amp;quot;ExampleDetector_ID&amp;quot;&amp;gt; should be defined in &amp;lt;DetBase/xml/sctau_detector_geoinitialize.xml&amp;gt;:&lt;br /&gt;
 ...&lt;br /&gt;
 &amp;lt;define&amp;gt;&lt;br /&gt;
        &amp;lt;!-- constants MUST match to the definitions in DetBase/DetIdentifiers.h --&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;BeamPipe_ID&amp;quot;          value=&amp;quot;10&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;TPCTracker_ID&amp;quot;        value=&amp;quot;20&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;StrawTubesTracker_ID&amp;quot; value=&amp;quot;21&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;SiliconTracker_ID&amp;quot;    value=&amp;quot;22&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;GemTracker_ID&amp;quot;        value=&amp;quot;23&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;MainTracker_ID&amp;quot;       value=&amp;quot;30&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;FarichBarrel_ID&amp;quot;      value=&amp;quot;40&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;FarichEndcap_ID&amp;quot;      value=&amp;quot;41&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;CrystalCaloBarrel_ID&amp;quot; value=&amp;quot;50&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;CrystalCaloEndcap_ID&amp;quot; value=&amp;quot;51&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;SCCoil_ID&amp;quot;            value=&amp;quot;60&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;MuonSystemBarrel_ID&amp;quot;  value=&amp;quot;70&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;MuonSystemEndcap_ID&amp;quot;  value=&amp;quot;71&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;constant name=&amp;quot;FinalFocus_ID&amp;quot;        value=&amp;quot;80&amp;quot;/&amp;gt;&lt;br /&gt;
        '''&amp;lt;constant name=&amp;quot;ExampleDetector_ID&amp;quot;   value=&amp;quot;300&amp;quot;/&amp;gt;'''&lt;br /&gt;
 &amp;lt;/define&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The logic of the geometry parts sequence:&lt;br /&gt;
&lt;br /&gt;
The detector is consists of the tubes which are located in each other.&lt;br /&gt;
The first tube in the description is the top tube. Each following tube is placed inside the previous one forming a hierarchy.&lt;br /&gt;
&lt;br /&gt;
''Tube declaration:''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tubs name=&amp;quot;TubeOut&amp;quot; rmin=&amp;quot;0&amp;quot; rmax=&amp;quot;outerSteelTube_Rmax&amp;quot; zhalf=&amp;quot;Tube_Zhalf&amp;quot; material=&amp;quot;Steel235&amp;quot; vis=&amp;quot;Steel235_vis&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* name 		--	tube name&lt;br /&gt;
* rmin		--	minimum tube radius. In our case tubes are located in each other, so the minimum radiuses are equal.&lt;br /&gt;
* rmax		--	maximum tube radius&lt;br /&gt;
* zhalf		--	tube half length&lt;br /&gt;
* material	--	material name&lt;br /&gt;
* vis		--	visual attribute&lt;br /&gt;
&lt;br /&gt;
'''Python files'''&lt;br /&gt;
&lt;br /&gt;
In folder &amp;lt;python&amp;gt; create files:&lt;br /&gt;
#__init__.py - empty file&lt;br /&gt;
#ExampleDetectorGeo.py&lt;br /&gt;
Python script should return name of the file with definitions (ExampleDetectorGeom_def.xml)&lt;br /&gt;
&lt;br /&gt;
ExampleDetectorGeo.py content:&lt;br /&gt;
 def xml_list():&lt;br /&gt;
    return [&amp;quot;ExampleDetectorGeom_def.xml&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
'''C++ implementation'''&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;src&amp;gt; folder create .cpp file with geometry implementation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 //==========================================================================&lt;br /&gt;
 //  ScTau ExampleDetector description implementation&lt;br /&gt;
 //--------------------------------------------------------------------------&lt;br /&gt;
 // Copyright (C) 2018-2020 BINP for the benefit of the SCTau collaboration&lt;br /&gt;
 // All rights reserved.&lt;br /&gt;
 //&lt;br /&gt;
 // Author: A. Zhadan&lt;br /&gt;
 //==========================================================================&lt;br /&gt;
&lt;br /&gt;
 #include &amp;quot;DD4hep/DetFactoryHelper.h&amp;quot;&lt;br /&gt;
 #include &amp;quot;XML/Layering.h&amp;quot;&lt;br /&gt;
 #include &amp;quot;GaudiKernel/IMessageSvc.h&amp;quot;&lt;br /&gt;
 #include &amp;quot;GaudiKernel/MsgStream.h&amp;quot;&lt;br /&gt;
 #include &amp;quot;GaudiKernel/ServiceHandle.h&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 using namespace dd4hep;&lt;br /&gt;
 &lt;br /&gt;
 namespace det&lt;br /&gt;
 {&lt;br /&gt;
  namespace example_detector&lt;br /&gt;
  {&lt;br /&gt;
      //&lt;br /&gt;
      // Recursive function to create volumes with hierarchy&lt;br /&gt;
      // Place current volume into the previous.&lt;br /&gt;
      // The top volume is not placed here. It is placed in main function &amp;lt;create_ExampleDetector&amp;gt;&lt;br /&gt;
      // &lt;br /&gt;
      // Arguments:&lt;br /&gt;
      // [in] world		--	volume to place current volume&lt;br /&gt;
      // [in] description	--	detector description to set attributes&lt;br /&gt;
      // [in] sens		-- 	sensetive detectors&lt;br /&gt;
      // [in] x_coll		--	collection pointer to the current component&lt;br /&gt;
      // [in] tub_num		--	current tube number&lt;br /&gt;
      // [in] part name		--	part name to set volume ID&lt;br /&gt;
      //&lt;br /&gt;
      static Volume GetVolumeTubes( Volume world, Detector&amp;amp; description, SensitiveDetector sens, xml_coll_t &amp;amp;x_coll, int &amp;amp;tub_num, const char* part_name)&lt;br /&gt;
      {&lt;br /&gt;
          // Get component&lt;br /&gt;
          xml_comp_t tub = x_coll;&lt;br /&gt;
          // Create tube&lt;br /&gt;
          Tube tube( tub.rmin(), tub.rmax(), tub.zhalf() );&lt;br /&gt;
          // Get material name&lt;br /&gt;
          Material mat( description.material( tub.materialStr() ) );&lt;br /&gt;
 &lt;br /&gt;
          // Create tube name&lt;br /&gt;
          std::string tube_name = &amp;quot;tube_num&amp;quot; + std::to_string(tub_num);&lt;br /&gt;
          if ( tub.hasAttr( _U( name ) ) )&lt;br /&gt;
            tube_name = tub.nameStr();&lt;br /&gt;
		  &lt;br /&gt;
          // Create volume and set visible attribute&lt;br /&gt;
          Volume tube_log( tube_name, tube, mat );&lt;br /&gt;
          tube_log.setVisAttributes( description.visAttributes( tub.visStr() ) );&lt;br /&gt;
		  &lt;br /&gt;
          // Set sensetive detector&lt;br /&gt;
          if( tub.isSensitive() )&lt;br /&gt;
          {&lt;br /&gt;
              sens.setType(tub.typeStr());&lt;br /&gt;
              tube_log.setSensitiveDetector( sens );&lt;br /&gt;
          }&lt;br /&gt;
          // first volume is placed in main function &amp;lt;create_ExampleDetector&amp;gt;&lt;br /&gt;
          if ( tub_num != 0 )&lt;br /&gt;
          {&lt;br /&gt;
              // Place volume&lt;br /&gt;
              PlacedVolume tube_phys = world.placeVolume( tube_log );&lt;br /&gt;
              // Set ID&lt;br /&gt;
              tube_phys.addPhysVolID( part_name, tub_num );&lt;br /&gt;
          }&lt;br /&gt;
          &lt;br /&gt;
          // Prepare values to next volume&lt;br /&gt;
          tub_num++;&lt;br /&gt;
          x_coll++;&lt;br /&gt;
		  &lt;br /&gt;
	  // Create following volume&lt;br /&gt;
          if ( x_coll != nullptr )&lt;br /&gt;
            GetVolumeTubes( tube_log, description, sens, x_coll, tub_num, part_name );&lt;br /&gt;
		  &lt;br /&gt;
          // Return result volume&lt;br /&gt;
          return tube_log;&lt;br /&gt;
      }&lt;br /&gt;
&lt;br /&gt;
      // &lt;br /&gt;
      // Create detector central part&lt;br /&gt;
      // &lt;br /&gt;
      // Arguments:&lt;br /&gt;
      // [in] world	    --	volume to place top volume&lt;br /&gt;
      // [in] x_det	    --	xml detector description to find collection&lt;br /&gt;
      // [in] description   --	detector description to set attributes&lt;br /&gt;
      // [in] sens	    -- 	sensetive detectors&lt;br /&gt;
      //&lt;br /&gt;
      static Volume create_CentralPart( Volume world, xml_det_t x_det, Detector&amp;amp; description, SensitiveDetector sens )&lt;br /&gt;
      {&lt;br /&gt;
	  // Init tube counter and prepare collection&lt;br /&gt;
          int tub_num = 0;&lt;br /&gt;
          xml_coll_t central_part_tubs( x_det, _U( tubs ) );&lt;br /&gt;
		  &lt;br /&gt;
	  // Get top volume with hierarchy&lt;br /&gt;
          Volume central_part_vol = GetVolumeTubes( world, description, sens, central_part_tubs, tub_num, &amp;quot;tube&amp;quot; );&lt;br /&gt;
          &lt;br /&gt;
          return central_part_vol;&lt;br /&gt;
      }&lt;br /&gt;
&lt;br /&gt;
      //&lt;br /&gt;
      // Create ExampleDetector DetElement&lt;br /&gt;
      //&lt;br /&gt;
      static Ref_t create_ExampleDetector( Detector&amp;amp; description, xml_h e, SensitiveDetector sens )&lt;br /&gt;
      {&lt;br /&gt;
          ServiceHandle&amp;lt;IMessageSvc&amp;gt; msgSvc( &amp;quot;MessageSvc&amp;quot;, &amp;quot;ExampleDetectorConstruction&amp;quot; );&lt;br /&gt;
          MsgStream lLog( &amp;amp;( *msgSvc ), &amp;quot;ExampleDetectorConstruction&amp;quot; );&lt;br /&gt;
	  // Post the message of the function start&lt;br /&gt;
          lLog &amp;lt;&amp;lt; MSG::INFO &amp;lt;&amp;lt; &amp;quot;create_ExampleDetector() is started&amp;quot; &amp;lt;&amp;lt; endmsg;&lt;br /&gt;
&lt;br /&gt;
	  // Get detector ID and name&lt;br /&gt;
          xml_det_t x_det = e;&lt;br /&gt;
          int det_id = x_det.id();&lt;br /&gt;
          std::string det_name = x_det.nameStr();&lt;br /&gt;
	  // Post message with detector name&lt;br /&gt;
          lLog &amp;lt;&amp;lt; MSG::INFO &amp;lt;&amp;lt; &amp;quot; - det_name: &amp;quot; &amp;lt;&amp;lt; det_name &amp;lt;&amp;lt; endmsg;&lt;br /&gt;
&lt;br /&gt;
	  // Create the detector element&lt;br /&gt;
          DetElement ExampleDetector( det_name, det_id );&lt;br /&gt;
	  // Get the world volume&lt;br /&gt;
          Volume world = description.pickMotherVolume( ExampleDetector );&lt;br /&gt;
		  &lt;br /&gt;
	  // Get top volume containing others with hierarchy&lt;br /&gt;
          Volume central_part = create_CentralPart( world, x_det, description, sens );&lt;br /&gt;
          // Place top volume&lt;br /&gt;
          PlacedVolume BP_phys = world.placeVolume( central_part, RotationZYX( 0, 0, 0 ) );&lt;br /&gt;
	  // Set ID&lt;br /&gt;
          BP_phys.addPhysVolID( &amp;quot;system&amp;quot;, det_id ).addPhysVolID( &amp;quot;tube&amp;quot;, 0 );&lt;br /&gt;
          // Set placed volume&lt;br /&gt;
          ExampleDetector.setPlacement( BP_phys );&lt;br /&gt;
	  // Post the message of the function end&lt;br /&gt;
          lLog &amp;lt;&amp;lt; MSG::INFO &amp;lt;&amp;lt; &amp;quot;create_ExampleDetector() is finished&amp;quot; &amp;lt;&amp;lt; endmsg;&lt;br /&gt;
	  // Return detector element&lt;br /&gt;
          return ExampleDetector;&lt;br /&gt;
&lt;br /&gt;
      }&lt;br /&gt;
  }&lt;br /&gt;
 }&lt;br /&gt;
 //&lt;br /&gt;
 // Declare creation function for ExampleDetector&lt;br /&gt;
 //&lt;br /&gt;
 DECLARE_DETELEMENT( ExampleDetector, det::example_detector::create_ExampleDetector )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main function is &amp;lt;create_ExampleDetector&amp;gt;.&lt;br /&gt;
There are a message post and implementation of the detector creation.&lt;br /&gt;
&lt;br /&gt;
Initially, the DetElement is created and the world volume is got.&lt;br /&gt;
All other volumes should be placed in world volume.&lt;br /&gt;
To create volumes with right hierarchy function &amp;lt;GetVolumeTubes&amp;gt;. It is recursive function one&lt;br /&gt;
of which input parameter is volume &amp;lt;world&amp;gt; where the current volume should be placed. The current volume is placed to the previous one. Thus, the hierarchy of volumes is formed. The top volume is placed only in the main function.&lt;br /&gt;
&lt;br /&gt;
The next essential point is &amp;quot;Set ID&amp;quot;. For each part of the detector, ID should be set. Mask of the ID is formed using data defined in subtag &amp;lt;id&amp;gt; in tag &amp;lt;readout&amp;gt;. &amp;quot;System&amp;quot; is a mandatory id. Other sub-identifiers are defined by the user. In our case it is &amp;quot;tube&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;readout name=&amp;quot;ExampleDetector_Readout&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;segmentation type=&amp;quot;CartesianGridXYZ&amp;quot; grid_size_x=&amp;quot;8.0*mm&amp;quot; grid_size_y=&amp;quot;8.0*mm&amp;quot; grid_size_z=&amp;quot;8.0*mm&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;id&amp;gt;system:8,tube:2,x:-8,y:-16,z:-16&amp;lt;/id&amp;gt;&lt;br /&gt;
&amp;lt;/readout&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The number after &amp;quot;:&amp;quot; symbol is the number of the bits for this identifier. In our case the amount of the tube is 4, thus 2 bits will be enough. Each part of the detector should have a unique id mask.&lt;br /&gt;
&lt;br /&gt;
Do not forget last line: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;DECLARE_DETELEMENT( ExampleDetector, det::example_detector::create_ExampleDetector )&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is needed to create your detector otherwise the function to create detector will be not found.&lt;br /&gt;
&lt;br /&gt;
To show detector in GeoDisplay utility:&lt;br /&gt;
 GeoDisplay.py ExampleDetector&lt;br /&gt;
&lt;br /&gt;
[[File:ExampleDetectorGeo.zip]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2024-07-09T08:36:21Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Build and run */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/-/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup remote ssh connection via PuTTy on Windows ==&lt;br /&gt;
&lt;br /&gt;
* Run PuTTy&lt;br /&gt;
* In the Session tab, in the &amp;quot;Host Name (or IP addres)&amp;quot; field, write: user_name@proxima.nsk.su&lt;br /&gt;
  Use PuTTyGen program to create public and private key&lt;br /&gt;
  The public key must be sent to [[User:A.M.Suharev|Andrey Sukharev]]&lt;br /&gt;
* In the Connection -&amp;gt; SSH -&amp;gt; Auth tab, in the &amp;quot;Private key file for authentication&amp;quot; field, write the path to your private key&lt;br /&gt;
* In the Session tab in the &amp;quot;Saved session&amp;quot; field, write: a name that will be used for the current settings&lt;br /&gt;
* In the Session tab, click on the &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup ''The software version''&lt;br /&gt;
&lt;br /&gt;
Available version are at least:&lt;br /&gt;
* 0.2.3 ``release'' - the environment before first official release&lt;br /&gt;
 asetup Aurora,0.2.3&lt;br /&gt;
* 1.0.0 release - fixed build for detector investigation tasks, for physics and &lt;br /&gt;
other task requiring stable environment. The 1.0.X series are intended for bug fixes.&lt;br /&gt;
 asetup Aurora,1.0.0&lt;br /&gt;
* master - branch and build for future development without any warranty on &lt;br /&gt;
stability, compatibility or meaningful working.&lt;br /&gt;
 asetup Aurora,master,latest&lt;br /&gt;
&lt;br /&gt;
Ask software coordinators if you're unsure what to put as ''the software version''.&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc9-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run a generator:&lt;br /&gt;
 ctaurun GenExamples/gen_example.py &lt;br /&gt;
&lt;br /&gt;
Run full simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
Download standard job options and run with local file:&lt;br /&gt;
 get_joboptions fullsim_example.py&lt;br /&gt;
 ctaurun ./fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2024-07-09T08:34:48Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Build and run */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/-/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup remote ssh connection via PuTTy on Windows ==&lt;br /&gt;
&lt;br /&gt;
* Run PuTTy&lt;br /&gt;
* In the Session tab, in the &amp;quot;Host Name (or IP addres)&amp;quot; field, write: user_name@proxima.nsk.su&lt;br /&gt;
  Use PuTTyGen program to create public and private key&lt;br /&gt;
  The public key must be sent to [[User:A.M.Suharev|Andrey Sukharev]]&lt;br /&gt;
* In the Connection -&amp;gt; SSH -&amp;gt; Auth tab, in the &amp;quot;Private key file for authentication&amp;quot; field, write the path to your private key&lt;br /&gt;
* In the Session tab in the &amp;quot;Saved session&amp;quot; field, write: a name that will be used for the current settings&lt;br /&gt;
* In the Session tab, click on the &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup ''The software version''&lt;br /&gt;
&lt;br /&gt;
Available version are at least:&lt;br /&gt;
* 0.2.3 ``release'' - the environment before first official release&lt;br /&gt;
 asetup Aurora,0.2.3&lt;br /&gt;
* 1.0.0 release - fixed build for detector investigation tasks, for physics and &lt;br /&gt;
other task requiring stable environment. The 1.0.X series are intended for bug fixes.&lt;br /&gt;
 asetup Aurora,1.0.0&lt;br /&gt;
* master - branch and build for future development without any warranty on &lt;br /&gt;
stability, compatibility or meaningful working.&lt;br /&gt;
 asetup Aurora,master,latest&lt;br /&gt;
&lt;br /&gt;
Ask software coordinators if you're unsure what to put as ''the software version''.&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc9-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run a generator:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run full simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
Download standard job options and run with local file:&lt;br /&gt;
 get_joboptions fullsim_example.py&lt;br /&gt;
 ctaurun ./fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2024-02-15T05:41:53Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Build and run */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/-/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup remote ssh connection via PuTTy on Windows ==&lt;br /&gt;
&lt;br /&gt;
* Run PuTTy&lt;br /&gt;
* In the Session tab, in the &amp;quot;Host Name (or IP addres)&amp;quot; field, write: user_name@proxima.nsk.su&lt;br /&gt;
  Use PuTTyGen program to create public and private key&lt;br /&gt;
  The public key must be sent to [[User:A.M.Suharev|Andrey Sukharev]]&lt;br /&gt;
* In the Connection -&amp;gt; SSH -&amp;gt; Auth tab, in the &amp;quot;Private key file for authentication&amp;quot; field, write the path to your private key&lt;br /&gt;
* In the Session tab in the &amp;quot;Saved session&amp;quot; field, write: a name that will be used for the current settings&lt;br /&gt;
* In the Session tab, click on the &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup ''The software version''&lt;br /&gt;
&lt;br /&gt;
Available version are at least:&lt;br /&gt;
* 0.2.3 ``release'' - the environment before first official release&lt;br /&gt;
 asetup Aurora,0.2.3&lt;br /&gt;
* 1.0.0 release - fixed build for detector investigation tasks, for physics and &lt;br /&gt;
other task requiring stable environment. The 1.0.X series are intended for bug fixes.&lt;br /&gt;
 asetup Aurora,1.0.0&lt;br /&gt;
* master - branch and build for future development without any warranty on &lt;br /&gt;
stability, compatibility or meaningful working.&lt;br /&gt;
 asetup Aurora,master,latest&lt;br /&gt;
&lt;br /&gt;
Ask software coordinators if you're unsure what to put as ''the software version''.&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc9-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run primary generators:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run full simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
Download standard job options and run with local file:&lt;br /&gt;
 get_joboptions fullsim_example.py&lt;br /&gt;
 ctaurun ./fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2024-02-15T04:49:58Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Build and run */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/-/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup remote ssh connection via PuTTy on Windows ==&lt;br /&gt;
&lt;br /&gt;
* Run PuTTy&lt;br /&gt;
* In the Session tab, in the &amp;quot;Host Name (or IP addres)&amp;quot; field, write: user_name@proxima.nsk.su&lt;br /&gt;
  Use PuTTyGen program to create public and private key&lt;br /&gt;
  The public key must be sent to [[User:A.M.Suharev|Andrey Sukharev]]&lt;br /&gt;
* In the Connection -&amp;gt; SSH -&amp;gt; Auth tab, in the &amp;quot;Private key file for authentication&amp;quot; field, write the path to your private key&lt;br /&gt;
* In the Session tab in the &amp;quot;Saved session&amp;quot; field, write: a name that will be used for the current settings&lt;br /&gt;
* In the Session tab, click on the &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup ''The software version''&lt;br /&gt;
&lt;br /&gt;
Available version are at least:&lt;br /&gt;
* 0.2.3 ``release'' - the environment before first official release&lt;br /&gt;
 asetup Aurora,0.2.3&lt;br /&gt;
* 1.0.0 release - fixed build for detector investigation tasks, for physics and &lt;br /&gt;
other task requiring stable environment. The 1.0.X series are intended for bug fixes.&lt;br /&gt;
 asetup Aurora,1.0.0&lt;br /&gt;
* master - branch and build for future development without any warranty on &lt;br /&gt;
stability, compatibility or meaningful working.&lt;br /&gt;
 asetup Aurora,master,latest&lt;br /&gt;
&lt;br /&gt;
Ask software coordinators if you're unsure what to put as ''the software version''.&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc9-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run primary generators:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run full simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
Download standard job options:&lt;br /&gt;
 get_joboptions fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2023-09-21T07:23:11Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
The Aurora VM images set could be downloaded from [https://sct.inp.nsk.su/internal/vm_images.html the SCT site]. The set consists of:&lt;br /&gt;
* &amp;lt;p&amp;gt;The system image&amp;lt;br&amp;gt;This is the basic Scientific Linux 7 image containing the software stack native for Aurora. The image is set up to automatically mount Aurora release image and home image if available. The installed system features MATE Desktop environment. The only existing user is the &amp;quot;liveuser&amp;quot; w/o password. The liveuser is allowed to perform the passwordless &amp;quot;sudo&amp;quot; thus making possible the image customization.&amp;lt;br&amp;gt;The installed system could obtain its network configuration via DHCP.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The Aurora release image&amp;lt;br&amp;gt;The image contains the full tree of the specific Aurora release plus data files and external software required for Aurora operation. After the VM boot, the user may set up the environment in a [[Workflow quick reference|conventional way]]:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,RELEASE_VERSION&lt;br /&gt;
where RELEASE_VERISON is the three-digit release version identifier (i. e. '2.1.0').&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The home image&amp;lt;br&amp;gt;If you do not add the home image, all the files you produce working with the VM would go to the system image. The system image is kept rather small to facilitate downloading, so at some point you might find it full. To avoid this, we provide the empty home image containing just the home directory and extendible up to 100 GB.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also create and add other images according to your taste.&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
Here is steps for creation Aurara VM via Oracle VirtualBox&lt;br /&gt;
&lt;br /&gt;
* Run Oracle VM VirualBox Manager&lt;br /&gt;
* Click &amp;quot;New&amp;quot; on main page:&lt;br /&gt;
[[File:Newvbvm.png]]&lt;br /&gt;
* In the open window:&lt;br /&gt;
**name the virtual machine &lt;br /&gt;
**select its directory&lt;br /&gt;
**choose &amp;quot;Linux&amp;quot; in field &amp;quot;Type&amp;quot;&lt;br /&gt;
**choose &amp;quot;Other Linux(64bit)&amp;quot; in field &amp;quot;Version&amp;quot;&lt;br /&gt;
[[File:Namevbvm.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM. 2 CPU and 2048 MB is generally enough:&lt;br /&gt;
[[File:Cpuvbvm.png]]&lt;br /&gt;
* Then choose &amp;quot;Use an Existing Virtual Hard Disk File&amp;quot; and specify the path to downloaded sl7.vdi image:&lt;br /&gt;
[[File:Sl7vbvm.png]]&lt;br /&gt;
&lt;br /&gt;
Then click &amp;quot;finish&amp;quot;, but before run need add (optionally)&amp;quot;home&amp;quot; and &amp;quot;Aurora release&amp;quot; images to created VM.&lt;br /&gt;
&lt;br /&gt;
To do that, on main page choose created VM and click &amp;quot;Settings&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Setvbvm.png]]&lt;br /&gt;
* Then, choose &amp;quot;Storage&amp;quot; tab and click &amp;quot;Adds hard disk&amp;quot; against &amp;quot;Controller: SATA&amp;quot;. Add downloaded images.&lt;br /&gt;
[[File:Satavbvm.png]]&lt;br /&gt;
&lt;br /&gt;
That's all. To run VM click &amp;quot;Start&amp;quot; on main page.&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM via conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded .qcow2 images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;:&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path:&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM. 2 CPU and 2048 MB is generally enough:&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images to the VM:&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;:&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;:&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
== Superuser access ==&lt;br /&gt;
To obtain superuser access, use sudo.&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-12T04:25:37Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* VM images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
The Aurora VM images set could be downloaded from [https://sct.inp.nsk.su/internal/vm_images.html the SCT site]. The set consists of:&lt;br /&gt;
* &amp;lt;p&amp;gt;The system image&amp;lt;br&amp;gt;This is the basic Scientific Linux 7 image containing the software stack native for Aurora. The image is set up to automatically mount Aurora release image and home image if available. The installed system features MATE Desktop environment. The only existing user is the &amp;quot;liveuser&amp;quot; w/o password. The liveuser is allowed to perform the passwordless &amp;quot;sudo&amp;quot; thus making possible the image customization.&amp;lt;br&amp;gt;The installed system could obtain its network configuration via DHCP.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The Aurora release image&amp;lt;br&amp;gt;The image contains the full tree of the specific Aurora release plus data files and external software required for Aurora operation. After the VM boot, the user may set up the environment in a [[Workflow quick reference|conventional way]]:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,RELEASE_VERSION&lt;br /&gt;
where RELEASE_VERISON is the three-digit release version identifier (i. e. '2.1.0').&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The home image&amp;lt;br&amp;gt;If you do not add the home image, all the files you produce working with the VM would go to the system image. The system image is kept rather small to facilitate downloading, so at some point you might find it full. To avoid this, we provide the empty home image containing just the home directory and extendible up to 100 GB.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also create and add other images according to your taste.&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM via conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded .qcow2 images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;:&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path:&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM. 2 CPU and 2048 MB is generally enough:&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images to the VM:&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;:&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;:&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-09T07:41:43Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* QEMU/KVM Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
The Aurora VM images set could be downloaded from [https://sct.inp.nsk.su/internal/vm_images.html the SCT site]. The set consists of:&lt;br /&gt;
* &amp;lt;p&amp;gt;The system image&amp;lt;br&amp;gt;This is the basic Scientific Linux 7 image containing the software stack native for Aurora. The image is set up to automatically mount Aurora release image and home image if available. The installed system features MATE Desktop environment. The only existing user is the &amp;quot;liveuser&amp;quot; w/o password. The liveuser is allowed to perform the passwordless &amp;quot;sudo&amp;quot; thus making possible the image customization.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The Aurora release image&amp;lt;br&amp;gt;The image contains the full tree of the specific Aurora release plus data files and external software required for Aurora operation. After the VM boot, the user may set up the environment in a [[Workflow quick reference|conventional way]]:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,RELEASE_VERSION&lt;br /&gt;
where RELEASE_VERISON is the three-digit release version identifier (i. e. '2.1.0').&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The home image&amp;lt;br&amp;gt;If you do not add the home image, all the files you produce working with the VM would go to the system image. The system image is kept rather small to facilitate downloading, so at some point you might find it full. To avoid this, we provide the empty home image containing just the home directory and extendible up to 100 GB.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also create and add other images according to your taste.&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM via conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded .qcow2 images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;:&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path:&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM. 2 CPU and 2048 MB is generally enough:&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images to the VM:&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;:&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;:&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-09T07:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* QEMU/KVM Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
The Aurora VM images set could be downloaded from [https://sct.inp.nsk.su/internal/vm_images.html the SCT site]. The set consists of:&lt;br /&gt;
* &amp;lt;p&amp;gt;The system image&amp;lt;br&amp;gt;This is the basic Scientific Linux 7 image containing the software stack native for Aurora. The image is set up to automatically mount Aurora release image and home image if available. The installed system features MATE Desktop environment. The only existing user is the &amp;quot;liveuser&amp;quot; w/o password. The liveuser is allowed to perform the passwordless &amp;quot;sudo&amp;quot; thus making possible the image customization.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The Aurora release image&amp;lt;br&amp;gt;The image contains the full tree of the specific Aurora release plus data files and external software required for Aurora operation. After the VM boot, the user may set up the environment in a [[Workflow quick reference|conventional way]]:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,RELEASE_VERSION&lt;br /&gt;
where RELEASE_VERISON is the three-digit release version identifier (i. e. '2.1.0').&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The home image&amp;lt;br&amp;gt;If you do not add the home image, all the files you produce working with the VM would go to the system image. The system image is kept rather small to facilitate downloading, so at some point you might find it full. To avoid this, we provide the empty home image containing just the home directory and extendible up to 100 GB.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also create and add other images according to your taste.&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM via conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded .qcow2 images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;.&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images.&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;.&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;.&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-09T07:16:14Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* VM images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
The Aurora VM images set could be downloaded from [https://sct.inp.nsk.su/internal/vm_images.html the SCT site]. The set consists of:&lt;br /&gt;
* &amp;lt;p&amp;gt;The system image&amp;lt;br&amp;gt;This is the basic Scientific Linux 7 image containing the software stack native for Aurora. The image is set up to automatically mount Aurora release image and home image if available. The installed system features MATE Desktop environment. The only existing user is the &amp;quot;liveuser&amp;quot; w/o password. The liveuser is allowed to perform the passwordless &amp;quot;sudo&amp;quot; thus making possible the image customization.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The Aurora release image&amp;lt;br&amp;gt;The image contains the full tree of the specific Aurora release plus data files and external software required for Aurora operation. After the VM boot, the user may set up the environment in a [[Workflow quick reference|conventional way]]:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,RELEASE_VERSION&lt;br /&gt;
where RELEASE_VERISON is the three-digit release version identifier (i. e. '2.1.0').&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The home image&amp;lt;br&amp;gt;If you do not add the home image, all the files you produce working with the VM would go to the system image. The system image is kept rather small to facilitate downloading, so at some point you might find it full. To avoid this, we provide the empty home image containing just the home directory and extendible up to 100 GB.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also create and add other images according to your taste.&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM using conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;.&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images.&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;.&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;.&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-09T07:07:42Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* VM images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
The Aurora VM images set consists of:&lt;br /&gt;
* &amp;lt;p&amp;gt;The system image&amp;lt;br&amp;gt;This is the basic Scientific Linux 7 image containing the software stack native for Aurora. The image is set up to automatically mount Aurora release image and home image if available. The installed system features MATE Desktop environment. The only existing user is the &amp;quot;liveuser&amp;quot; w/o password. The liveuser is allowed to perform the passwordless &amp;quot;sudo&amp;quot; thus making possible the image customization.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The Aurora release image&amp;lt;br&amp;gt;The image contains the full tree of the specific Aurora release plus data files and external software required for Aurora operation. After the VM boot, the user may set up the environment in a [[Workflow quick reference|conventional way]]:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup Aurora,RELEASE_VERSION&lt;br /&gt;
where RELEASE_VERISON is the three-digit release version identifier (i. e. '2.1.0').&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;p&amp;gt;The home image&amp;lt;br&amp;gt;If you do not add the home image, all the files you produce working with the VM would go to the system image. The system image is kept rather small to facilitate downloading, so at some point you might find it full. To avoid this, we provide the empty home image containing just the home directory and extendible up to 100 GB.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also create and add other images according to your taste.&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM using conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;.&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images.&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;.&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;.&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-09T06:47:32Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* QEMU/KVM Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM using conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;.&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images.&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;.&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;.&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvmready.png</id>
		<title>File:Newvmready.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvmready.png"/>
				<updated>2022-12-09T06:46:08Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvmaddimage.png</id>
		<title>File:Newvmaddimage.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvmaddimage.png"/>
				<updated>2022-12-09T06:45:12Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: A.M.Suharev uploaded a new version of &amp;amp;quot;File:Newvmaddimage.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvmstartinstall.png</id>
		<title>File:Newvmstartinstall.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvmstartinstall.png"/>
				<updated>2022-12-09T06:39:27Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvmaddimage.png</id>
		<title>File:Newvmaddimage.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvmaddimage.png"/>
				<updated>2022-12-09T06:38:07Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvmparam.png</id>
		<title>File:Newvmparam.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvmparam.png"/>
				<updated>2022-12-09T06:37:16Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvmimage.png</id>
		<title>File:Newvmimage.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvmimage.png"/>
				<updated>2022-12-09T06:36:50Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Newvm.png</id>
		<title>File:Newvm.png</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Newvm.png"/>
				<updated>2022-12-09T06:35:55Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-09T06:35:32Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* QEMU/KVM Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
Here we demonstrate briefly how to create the Aurora VM using QEMU/KVM using conventional Linux tool virt-manager, the libvirtd GUI.&lt;br /&gt;
&lt;br /&gt;
* Put the downloaded images to a configured libvirt storage directory (the default one is /var/lib/libvirt/images, requires root access).&lt;br /&gt;
* Run virt-manager GUI, connect to local QEMU/KVM instance.&lt;br /&gt;
* Create new virtual machine, choose &amp;quot;Import existing disk image&amp;quot;.&lt;br /&gt;
[[File:newvm.png]]&lt;br /&gt;
* Choose the system image to provide the storage path&lt;br /&gt;
[[File:newvmimage.png]]&lt;br /&gt;
* Set the memory amount and the CPU cores number for the VM&lt;br /&gt;
[[File:newvmparam.png]]&lt;br /&gt;
* On the next step, give name to the VM, check &amp;quot;Customize configuration&amp;quot;, optionally choose a network.&lt;br /&gt;
* Before pressing &amp;quot;Begin Installation&amp;quot;, add Aurora release and (optionally) home images.&lt;br /&gt;
[[File:newvmaddimage.png]]&lt;br /&gt;
To do that, press &amp;quot;Add Hardware&amp;quot;, then choose &amp;quot;Storage&amp;quot;, then &amp;quot;Select or create custom image&amp;quot;, and the select the image.&lt;br /&gt;
* Ensure you have added all images you need, and the boot device is the first image, and then click &amp;quot;Begin Installation&amp;quot;.&lt;br /&gt;
[[File:newvmstartinstall.png]]&lt;br /&gt;
* The VM should boot shortly. Just press Enter when asked for password for &amp;quot;liveuser&amp;quot;.&lt;br /&gt;
[[File:newvmready.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-08T07:44:09Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-08T07:41:29Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* VirtManager Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== QEMU/KVM Setup ==&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-08T07:40:43Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VM images ==&lt;br /&gt;
&lt;br /&gt;
== VirtualBox Setup ==&lt;br /&gt;
&lt;br /&gt;
== VirtManager Setup ==&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images</id>
		<title>Aurora VM images</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Aurora_VM_images"/>
				<updated>2022-12-08T07:38:43Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;PLEASEWRITEME&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PLEASEWRITEME&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2022-06-29T12:31:52Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Register and prepare account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/-/profile/keys&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup ''The software version''&lt;br /&gt;
&lt;br /&gt;
Available version are at least:&lt;br /&gt;
* 0.2.3 ``release'' - the environment before first official release&lt;br /&gt;
 asetup Aurora,0.2.3&lt;br /&gt;
* 1.0.0 release - fixed build for detector investigation tasks, for physics and &lt;br /&gt;
other task requiring stable environment. The 1.0.X series are intended for bug fixes.&lt;br /&gt;
 asetup Aurora,1.0.0&lt;br /&gt;
* master - branch and build for future development without any warranty on &lt;br /&gt;
stability, compatibility or meaningful working.&lt;br /&gt;
 asetup Aurora,master,latest&lt;br /&gt;
&lt;br /&gt;
Ask software coordinators if you're unsure what to put as ''the software version''.&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc9-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run primary generators:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run ull simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2021-04-01T01:34:24Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Tune working environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup ''The software version''&lt;br /&gt;
&lt;br /&gt;
Available version are at least:&lt;br /&gt;
* 0.2.3 ``release'' - the environment before first official release&lt;br /&gt;
 asetup Aurora,0.2.3&lt;br /&gt;
* 1.0.0 release - fixed build for detector investigation tasks, for physics and &lt;br /&gt;
other task requiring stable environment. The 1.0.X series are intended for bug fixes.&lt;br /&gt;
 asetup Aurora,1.0.0&lt;br /&gt;
* master - branch and build for future development without any warranty on &lt;br /&gt;
stability, compatibility or meaningful working.&lt;br /&gt;
 asetup Aurora,master,latest&lt;br /&gt;
&lt;br /&gt;
Ask software coordinators if you're unsure what to put as ''the software version''.&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc8-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run primary generators:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run ull simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Software_publications</id>
		<title>Software publications</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Software_publications"/>
				<updated>2021-03-02T10:32:47Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* ''Software framework for the Super Charm-Tau factory detector project'', submitted to vCHEP2021 [ [[Media:vchep2021.pdf | pdf]] ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/File:Vchep2021.pdf</id>
		<title>File:Vchep2021.pdf</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/File:Vchep2021.pdf"/>
				<updated>2021-03-02T10:30:53Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: The &amp;quot;Software framework for the Super Charm-Tau factory detector project&amp;quot; article submmitted to vCHEP 2021.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Software framework for the Super Charm-Tau factory detector project&amp;quot; article submmitted to vCHEP 2021.&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Software_publications</id>
		<title>Software publications</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Software_publications"/>
				<updated>2021-03-02T10:29:44Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;* ''Software framework for the Super Charm-Tau factory detector project'', submitted to vCHEP2021 [ pdf ]  Category:Software&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* ''Software framework for the Super Charm-Tau factory detector project'', submitted to vCHEP2021 [ [[File:vchep2021.pdf|pdf]] ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Internal_Main</id>
		<title>Internal Main</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Internal_Main"/>
				<updated>2021-03-02T10:26:09Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Software and computing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the internal wiki page of the Super charm-tau factory detector!&lt;br /&gt;
&lt;br /&gt;
[[CREMLINplus]]&lt;br /&gt;
&lt;br /&gt;
= General Information =&lt;br /&gt;
* [[SCT Collaboration structure]]&lt;br /&gt;
* [[SCT detector road map]]&lt;br /&gt;
* [[SCT mailing lists]]&lt;br /&gt;
* [[Upcoming events 2018]]&lt;br /&gt;
* [[The SCT Detector Naming Challenge]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration Meetings ==&lt;br /&gt;
* [[SCT General meetings]]&lt;br /&gt;
* [[SCT project office meetings]]&lt;br /&gt;
* [[SCT working groups meetings]]&lt;br /&gt;
&lt;br /&gt;
= Hardware =&lt;br /&gt;
* [[:Category:Hardware|All pages in the Hardware category]]&lt;br /&gt;
&lt;br /&gt;
== Subdetectors ==&lt;br /&gt;
* [[Inner tracker]]&lt;br /&gt;
* [[Drift chamber]]&lt;br /&gt;
* [[PID]]&lt;br /&gt;
* [[Magnet]]&lt;br /&gt;
* [[Electromagnetic calorimeter]]&lt;br /&gt;
* [[Muon system]]&lt;br /&gt;
&lt;br /&gt;
= Software and computing =&lt;br /&gt;
* [[Software and simulation task list]]&lt;br /&gt;
* [[Tutorials &amp;amp; how-to's]]&lt;br /&gt;
* [[Software_publications|Publications]]&lt;br /&gt;
* [[:Category:Software|All pages in the Software category]]&lt;br /&gt;
&lt;br /&gt;
== Software basis ==&lt;br /&gt;
* [[Software git workflow]]&lt;br /&gt;
* [[Workflow quick reference]]&lt;br /&gt;
* [[C++ coding guidelines]]&lt;br /&gt;
* [[How-to: implement subdetector model]]&lt;br /&gt;
* [[Geometry validation scripts]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
* [[Event generators]]&lt;br /&gt;
* [[SCT software releases]]&lt;br /&gt;
* [[Event data model]]&lt;br /&gt;
* [[Parametric simulation]]&lt;br /&gt;
* [[Full simulation]]&lt;br /&gt;
* [[Detector geometry description]]&lt;br /&gt;
** [[Inner tracker geometry]]&lt;br /&gt;
** [[DC geometry]]&lt;br /&gt;
** [[FARICH geometry]]&lt;br /&gt;
** [[Calorimeter geometry]]&lt;br /&gt;
** [[Muon system geometry]]&lt;br /&gt;
** [[Magnet geometry]]&lt;br /&gt;
&lt;br /&gt;
== Data analysis ==&lt;br /&gt;
* [[How-to for parametric simulation data analysis]]&lt;br /&gt;
* [[MC Data Sets|Available MC samples]]&lt;br /&gt;
* [[Event selection framework]]&lt;br /&gt;
&lt;br /&gt;
= Physics Case =&lt;br /&gt;
* [[Top-10 topics for feasibility studies]]&lt;br /&gt;
* [[Inclusive particle momentum spectra]]&lt;br /&gt;
* [[Tau physics with polarization]]&lt;br /&gt;
** [[Tau EDM and g-2]]&lt;br /&gt;
&lt;br /&gt;
= Misc =&lt;br /&gt;
* [[SCT_talks|List of Talks]]&lt;br /&gt;
* [[Documents]]&lt;br /&gt;
* [[Plots]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/X2go</id>
		<title>X2go</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/X2go"/>
				<updated>2020-11-05T11:28:11Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;= How to run remote graphical applications using x2go =  [https://wiki.x2go.org/doku.php/start X2go] is generally a program to run X applications via slow network channels. Th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to run remote graphical applications using x2go =&lt;br /&gt;
&lt;br /&gt;
[https://wiki.x2go.org/doku.php/start X2go] is generally a program to run X applications via slow network channels.&lt;br /&gt;
There is straitforward installation instruction for various systems on the site.&lt;br /&gt;
&lt;br /&gt;
First you need to start x2goclient and set up new session there.&lt;br /&gt;
For example, host could be proxima.inp.nsk.su, session type &amp;quot;Single application&amp;quot; with &amp;quot;Terminal&amp;quot; selected from drop-down menu at the right.&lt;br /&gt;
&lt;br /&gt;
Then each time you run x2goclient you may select the session, and it should open an x-terminal from the remote host.&lt;br /&gt;
&lt;br /&gt;
To run sctau software you need to&lt;br /&gt;
 export LIBGL_ALWAYS_INDIRECT=1&lt;br /&gt;
in the terminal and then do all sctau setup stuff (setupSCTAU, asetup, source whatever_path/x86_64-slc7-gcc8-opt/setup.sh) listed in the [[Workflow quick reference]].&lt;br /&gt;
Then you should be able to start, for instance, GeoDisplay from the terminal via x2go client.&lt;br /&gt;
&lt;br /&gt;
[[category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2020-11-05T11:20:06Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup SCTauSim,master,latest&lt;br /&gt;
The latter one selects the build to use.&lt;br /&gt;
&lt;br /&gt;
 ''Ask software coordinators if you're unsure which build to use''&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc8-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run primary generators:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run ull simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
== Running graphical applications remotely ==&lt;br /&gt;
If your connection does not allow you to run X applications directly, please try [[x2go]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Detector_and_event_visualization</id>
		<title>Detector and event visualization</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Detector_and_event_visualization"/>
				<updated>2020-05-18T04:27:05Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Detector Geometry Visualization ==&lt;br /&gt;
&lt;br /&gt;
== Event Visualization ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Not_public]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Detector_and_event_visualization</id>
		<title>Detector and event visualization</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Detector_and_event_visualization"/>
				<updated>2020-05-18T04:25:47Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;== Detector Geometry Visualization ==  == Event Visualization ==  Category:Software&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Detector Geometry Visualization ==&lt;br /&gt;
&lt;br /&gt;
== Event Visualization ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Using_batch_system_at_BINP/GCF</id>
		<title>Using batch system at BINP/GCF</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Using_batch_system_at_BINP/GCF"/>
				<updated>2019-12-02T14:17:10Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Batch system usage simplified ==&lt;br /&gt;
&lt;br /&gt;
The BINP/GCF batch system is Sun Grid Engine.&lt;br /&gt;
&lt;br /&gt;
To submit a job, do:&lt;br /&gt;
&lt;br /&gt;
# After login set up your working environment (setupSCTAU, asetup, source build/x86..)&lt;br /&gt;
# Change to the job working directory&lt;br /&gt;
# Submit the job using&lt;br /&gt;
&lt;br /&gt;
 qsub -cwd -V -b y -shell n progam_name program_parameters&lt;br /&gt;
&lt;br /&gt;
For instance,&lt;br /&gt;
&lt;br /&gt;
 qsub -cwd -V -b y -shell n ctaurun.py test_calor_clusters.py&lt;br /&gt;
&lt;br /&gt;
Where &lt;br /&gt;
* &amp;lt;tt&amp;gt;qsub&amp;lt;/tt&amp;gt; - submit a job&lt;br /&gt;
* &amp;lt;tt&amp;gt;-cwd&amp;lt;/tt&amp;gt; - work in the current directory, also put job' stdout and stderr there (the files will be program_name.oNUMBER and program_name.eNUBMER)&lt;br /&gt;
* &amp;lt;tt&amp;gt;-V&amp;lt;/tt&amp;gt; - transmit environment variables (they were set up at the step 1) into the job&lt;br /&gt;
* &amp;lt;tt&amp;gt;-b y -shell n&amp;lt;/tt&amp;gt; - run program_name as an executable file, do not spawn an extra shell&lt;br /&gt;
&lt;br /&gt;
To check job status, issue&lt;br /&gt;
 qstat&lt;br /&gt;
&lt;br /&gt;
For details please refer to &amp;lt;tt&amp;gt;man qsub&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;man qstat&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Using_batch_system_at_BINP/GCF</id>
		<title>Using batch system at BINP/GCF</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Using_batch_system_at_BINP/GCF"/>
				<updated>2019-10-15T12:58:48Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;== Batch system usage simplified ==  The BINP/GCF batch system is Sun Grid Engine.  To submit a job, do:  # After login set up your working environment (setupSCTAU, asetup, so...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Batch system usage simplified ==&lt;br /&gt;
&lt;br /&gt;
The BINP/GCF batch system is Sun Grid Engine.&lt;br /&gt;
&lt;br /&gt;
To submit a job, do:&lt;br /&gt;
&lt;br /&gt;
# After login set up your working environment (setupSCTAU, asetup, source build/x86..)&lt;br /&gt;
# Change to the job working directory&lt;br /&gt;
# Submit the job using&lt;br /&gt;
&lt;br /&gt;
 qsub -cwd -V -b y -shell n progam_name program_parameters&lt;br /&gt;
&lt;br /&gt;
For instance,&lt;br /&gt;
&lt;br /&gt;
 qsub -cwd -V -b y -shell n ctaurun.py test_calor_clusters.py&lt;br /&gt;
&lt;br /&gt;
Where &lt;br /&gt;
* &amp;lt;tt&amp;gt;qsub&amp;lt;/tt&amp;gt; - submit a job&lt;br /&gt;
* &amp;lt;tt&amp;gt;-cwd&amp;lt;/tt&amp;gt; - work in the current directory, also put job' stdout and stderr there (the files will be program_name.oNUMBER and program_name.eNUBMER)&lt;br /&gt;
* &amp;lt;tt&amp;gt;-V&amp;lt;/tt&amp;gt; - transmit environment variables (they were set up at the step 1) into the job&lt;br /&gt;
* &amp;lt;tt&amp;gt;-b y -shell n&amp;lt;/tt&amp;gt; - run program_name as an executable file, do not spawn an extra shell&lt;br /&gt;
&lt;br /&gt;
To check job status, issue&lt;br /&gt;
 qstat&lt;br /&gt;
&lt;br /&gt;
For details please refer to &amp;lt;tt&amp;gt;man qsub&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;man qstat&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2019-10-04T10:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Register and prepare account ==&lt;br /&gt;
* Register at BINP/GCF cluster. Address to [[User:A.M.Suharev|Andrey Sukharev]] or [[User:D.A.Maksimov‏|Dmitry Maximov]]&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;stark.inp.nsk.su&amp;lt;/code&amp;gt; (BINP local access only) or &amp;lt;code&amp;gt;proxima.inp.nsk.su&amp;lt;/code&amp;gt; (accessible from the Internet, pubkey authentication only)&lt;br /&gt;
&lt;br /&gt;
The login servers have similar configuration and share common &amp;lt;code&amp;gt;/home&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; is accessible using &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; protocol with key authorization.&lt;br /&gt;
&lt;br /&gt;
* If necessary, create &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; key using&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Agree to everything, passwordless keys are allowed.&lt;br /&gt;
&lt;br /&gt;
Then you'll have in your &amp;lt;code&amp;gt;~/.ssh/&amp;lt;/code&amp;gt; two files &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id_rsa.pub&amp;lt;/code&amp;gt; - these are your private and public keys.&lt;br /&gt;
Full paths to the files are displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
* Log in to &amp;lt;code&amp;gt;gitlab&amp;lt;/code&amp;gt; server https://git.inp.nsk.su/ using the same name/password as for &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;&lt;br /&gt;
* Register your public key for your account: i. e add ~/.ssh/id_rsa.pub contents to a from at the following link&lt;br /&gt;
 https://git.inp.nsk.su/profile/keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Create working repository (fork) ==&lt;br /&gt;
Open central repository&lt;br /&gt;
 https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
and make fork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tune working environment ==&lt;br /&gt;
Each time you log in to a server &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;, you need to&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup SCTauSim,master,latest&lt;br /&gt;
The latter one selects the build to use.&lt;br /&gt;
&lt;br /&gt;
 ''Ask software coordinators if you're unsure which build to use''&lt;br /&gt;
&lt;br /&gt;
To tune git do once:&lt;br /&gt;
&lt;br /&gt;
First, do:&lt;br /&gt;
 git sctau init-config&lt;br /&gt;
&lt;br /&gt;
Check if the settings are correct. But the defaults should be fine.&lt;br /&gt;
&lt;br /&gt;
Then apply the settings:&lt;br /&gt;
 git sctau init-config --apply&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== tune working directory ==&lt;br /&gt;
To develop new code or to modify existing one, do:&lt;br /&gt;
&lt;br /&gt;
create workare in your home directory (at &amp;lt;code&amp;gt;stark&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;proxima&amp;lt;/code&amp;gt;)&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
create directories for build and run:&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
workarea preparation (just once):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
&lt;br /&gt;
Go to working directory&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Fetch updates from head repository (must be done before '''creating a branch''' when the workarea exists for a long time)&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Create a working branch. Give it a sensible name:&lt;br /&gt;
 git checkout -b &amp;lt;TopicDevelopmentBranch&amp;gt; upstream/&amp;lt;target_branch&amp;gt; --no-track&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The line above will not work if you simply copy-paste it. It is intentional. It is important to choose correct target branch. If unsure ask software coordinators.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To modify an existing package check it out:&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
&lt;br /&gt;
To create new package, one should create its whole directory structure, provide CMakeLists.txt and everything.&lt;br /&gt;
&lt;br /&gt;
 ''Before creating new package ask software coordinators how to name and where to place it''&lt;br /&gt;
&lt;br /&gt;
Useful commands to manage packages in you working area:&lt;br /&gt;
&lt;br /&gt;
List local packages&lt;br /&gt;
 git sctau listpkg&lt;br /&gt;
&lt;br /&gt;
List packages in the whole repository&lt;br /&gt;
 git sctau listpkg --all&lt;br /&gt;
or with regexp filter&lt;br /&gt;
 git sctau listpkg --all 'Det'&lt;br /&gt;
 git sctau listpkg --all '/G4.*U'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove local package (the repository left intact)&lt;br /&gt;
 git sctau rmpkg &amp;lt;PackageName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to keep locally only the packages under active development.&lt;br /&gt;
&lt;br /&gt;
== Build and run ==&lt;br /&gt;
To build:&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
To setup local environment (to use locally built packages instead of default versions):&lt;br /&gt;
 source x86_64-slc7-gcc7-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
To run&lt;br /&gt;
 cd ../run&lt;br /&gt;
&lt;br /&gt;
Run primary generators:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Run ull simulation:&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
== Commit changes ==&lt;br /&gt;
In the 'aurora' directory:&lt;br /&gt;
&lt;br /&gt;
Add changed files&lt;br /&gt;
 git add &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove unnecessary files&lt;br /&gt;
 git rm &amp;lt;list of files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Commit changes in the local repository:&lt;br /&gt;
 git commit -m 'Meaningful message concerning the introduced changes'&lt;br /&gt;
&lt;br /&gt;
Each commit should contain a minimal set of logically interconnected changes.&lt;br /&gt;
You may (and will) have many commits when developing a package.&lt;br /&gt;
&lt;br /&gt;
Put the changes to the server:&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Wheh doing push for the first time, it is necessary to do it like&lt;br /&gt;
 git push --set-upstream origin &amp;lt;TopicDevelopmentBranch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the push, &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; displays a link to be followed for a &amp;lt;code&amp;gt;Merge Request&amp;lt;/code&amp;gt; (adding your contributions to common repository).&lt;br /&gt;
&lt;br /&gt;
When doing a merge request, make sure:&lt;br /&gt;
* the branch is correct&lt;br /&gt;
* changes are well described&lt;br /&gt;
** reasons for the changes are demonstrated&lt;br /&gt;
** the changes are described&lt;br /&gt;
** influence on the other software and possible side effects are indicated&lt;br /&gt;
** there are links to related issues, if any&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/How-to:_implement_subdetector_model</id>
		<title>How-to: implement subdetector model</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/How-to:_implement_subdetector_model"/>
				<updated>2018-10-30T07:46:54Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: /* Detector Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Set up the AURORA work area =&lt;br /&gt;
== Directories structure ==&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
 mkdir build run&lt;br /&gt;
&lt;br /&gt;
== Setup AURORA environment ==&lt;br /&gt;
The environment setup should be done every time:&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
 asetup SCTauSim,master,latest&lt;br /&gt;
&lt;br /&gt;
Aurora is available now&lt;br /&gt;
 ctaurun &amp;lt;script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make next steps described in [[Workflow quick reference]]&lt;br /&gt;
&lt;br /&gt;
= Detector Description =&lt;br /&gt;
 cd aurora&lt;br /&gt;
 mkdir DetectorDescription&lt;br /&gt;
 cd DetectorDescription&lt;br /&gt;
 mkdir MyBrandNewSubsystem&lt;br /&gt;
 cd MyBrandNewSubsystem&lt;br /&gt;
 mkdir xml src python jobOptions&lt;br /&gt;
&lt;br /&gt;
Create file &amp;lt;CMakeLists.txt&amp;gt; containing something like this&lt;br /&gt;
  sctau_subdir(MyBrandNewSubsystem)&lt;br /&gt;
  sctau_depends_on_subdirs(PUBLIC External/DD4hep External/Geant4 External/ROOT)&lt;br /&gt;
  sctau_add_dd4hep_component(MyBrandNewSubsystem&lt;br /&gt;
            src/*.cpp&lt;br /&gt;
            NO_PUBLIC_HEADERS&lt;br /&gt;
            LINK_LIBRARIES GaudiKernel DD4hep ROOT Geant4)&lt;br /&gt;
  sctau_install_joboptions(jobOptions/*)&lt;br /&gt;
  sctau_install_python_modules(python/*)&lt;br /&gt;
  sctau_install_xmls(xml/*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2018-10-15T08:28:54Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: форматирование, уточнение&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;0. Зарегистрироваться на BINP/GCF кластере&lt;br /&gt;
&lt;br /&gt;
зайти на stark или proxima&lt;br /&gt;
Если ещё нет создать ssh ключ.&lt;br /&gt;
&lt;br /&gt;
зайти в gitlab https://git.inp.nsk.su/ &lt;br /&gt;
зарегистрировать этот ключ в своём аккаунте&lt;br /&gt;
&lt;br /&gt;
этот шаг у вас должен быть уже пройден.&lt;br /&gt;
&lt;br /&gt;
1. Открыть центральный репозиторий&lt;br /&gt;
https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
и сделать форк к себе.&lt;br /&gt;
&lt;br /&gt;
2. Настройка рабочей среды.&lt;br /&gt;
&lt;br /&gt;
создадим рабочую директорию&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
Директории для сборки и запуска&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Настройка самой базовой среды,&lt;br /&gt;
данную команду необходимо выполнять каждый раз при входе&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
&lt;br /&gt;
Выберем релиз и его версию, в которой будем работать.&lt;br /&gt;
Для работы, требующей стабильности окружения, например, физического анализа, &lt;br /&gt;
нужно использовать этот вариант&lt;br /&gt;
 asetup SСTauSim,0.1.0&lt;br /&gt;
&lt;br /&gt;
Для работ по разработке программных компонент этот&lt;br /&gt;
 asetup SCTauSim,master,latest&lt;br /&gt;
&lt;br /&gt;
Для простого запуска готовых примеров этих шагов достаточно. Далее:&lt;br /&gt;
&lt;br /&gt;
 cd run&lt;br /&gt;
&lt;br /&gt;
Запуск первичных генераторов моделирования:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Запуск полного моделирования:&lt;br /&gt;
&lt;br /&gt;
Перед запуском полного моделирования в текущей директории надо положить файл&lt;br /&gt;
taumugamma.root, с входными данными - частицы из первичного генератора &lt;br /&gt;
&lt;br /&gt;
Этот файл можно взять, например, у Виталия: /home/vvorob/public/tuples/fccedm/taumugamma.root&lt;br /&gt;
&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.  Для разработки нового или модификации существующего кода нужны следующие &lt;br /&gt;
действия:&lt;br /&gt;
&lt;br /&gt;
Возвращаемся в workarea.&lt;br /&gt;
&lt;br /&gt;
Подготовка рабочей директории (делается один раз):&lt;br /&gt;
 git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
 cd aurora&lt;br /&gt;
&lt;br /&gt;
Получение обновлений с головного репозитория нужно делать периодически при длительном существовании рабочей директории и &lt;br /&gt;
существенных изменениях в головном&lt;br /&gt;
 git fetch upstream&lt;br /&gt;
&lt;br /&gt;
Подготовка рабочей тематической ветки, эта ветка будет видна другим людям, поэтому название стоит выбирать говорящим и осмысленным&lt;br /&gt;
 git checkout -b MyDevelopmentBranch upstream/0.1 --no-track&lt;br /&gt;
&lt;br /&gt;
Если хотим модифицировать существующий пакет, то&lt;br /&gt;
&lt;br /&gt;
Добавим пакеты из репозитория&lt;br /&gt;
 git sctau addpkg GenExamples&lt;br /&gt;
и/или&lt;br /&gt;
 git sctau addpkg G4SimExamples&lt;br /&gt;
&lt;br /&gt;
Если создаётся новый пакет, то надо создать всю структуру директорий, где он должен лежать, написать CMakeLists.txt и всё остальное, что нужно для нового &lt;br /&gt;
пакета.&lt;br /&gt;
&lt;br /&gt;
Сборка&lt;br /&gt;
 cd ../build/&lt;br /&gt;
 cmake ../aurora/Projects/WorkDir&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Настройка локального окружения&lt;br /&gt;
&lt;br /&gt;
эта строчка принципиально важна, чтобы использовались локально собранные пакеты вместо тех, что в релизе:&lt;br /&gt;
 source x86_64-slc7-gcc7-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
Запуск&lt;br /&gt;
 cd ../run&lt;br /&gt;
 ctaurun GenExamples/evtgen.py&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]][[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference</id>
		<title>Workflow quick reference</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Workflow_quick_reference"/>
				<updated>2018-10-15T06:16:41Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: форматирование, уточнение&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;0. Зарегистрироваться на BINP/GCF кластере&lt;br /&gt;
&lt;br /&gt;
зайти на stark или proxima&lt;br /&gt;
Если ещё нет создать ssh ключ.&lt;br /&gt;
&lt;br /&gt;
зайти в gitlab https://git.inp.nsk.su/ &lt;br /&gt;
зарегистрировать этот ключ в своём аккаунте&lt;br /&gt;
&lt;br /&gt;
этот шаг у вас должен быть уже пройден.&lt;br /&gt;
&lt;br /&gt;
1. Открыть центральный репозиторий&lt;br /&gt;
https://git.inp.nsk.su/sctau/aurora&lt;br /&gt;
&lt;br /&gt;
и сделать форк к себе.&lt;br /&gt;
&lt;br /&gt;
2. Настройка рабочей среды.&lt;br /&gt;
&lt;br /&gt;
создадим рабочую директорию&lt;br /&gt;
 mkdir workarea&lt;br /&gt;
 cd workarea&lt;br /&gt;
&lt;br /&gt;
Директории для сборки и запуска&lt;br /&gt;
 mkdir build  run&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Настройка самой базовой среды,&lt;br /&gt;
данную команду необходимо выполнять каждый раз при входе&lt;br /&gt;
 setupSCTAU&lt;br /&gt;
&lt;br /&gt;
Выберем релиз и его версию, в которой будем работать.&lt;br /&gt;
Для работы, требующей стабильности окружения, например, физического анализа, &lt;br /&gt;
нужно использовать этот вариант&lt;br /&gt;
 asetup SСTauSim,0.1.0&lt;br /&gt;
&lt;br /&gt;
Для работ по разработке программных компонент этот&lt;br /&gt;
 asetup SCTauSim,master,latest&lt;br /&gt;
&lt;br /&gt;
Для простого запуска готовых примеров этих шагов достаточно. Далее:&lt;br /&gt;
&lt;br /&gt;
 cd run&lt;br /&gt;
&lt;br /&gt;
Запуск первичных генераторов моделирования:&lt;br /&gt;
 ctaurun GenExamples/evtgen.py &lt;br /&gt;
&lt;br /&gt;
Запуск полного моделирования:&lt;br /&gt;
&lt;br /&gt;
Перед запуском полного моделирования в текущей директории надо положить файл&lt;br /&gt;
taumugamma.root, с входными данными - частицы из первичного генератора &lt;br /&gt;
&lt;br /&gt;
Этот файл можно взять, например, у Виталия: /home/vvorob/public/tuples/fccedm/taumugamma.root&lt;br /&gt;
&lt;br /&gt;
 ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.  Для разработки нового или модификации существующего кода нужны следующие &lt;br /&gt;
действия&lt;br /&gt;
возвращаемся в workarea&lt;br /&gt;
# Подготовка рабочей директории (делается один раз)&lt;br /&gt;
git sctau init-workdir ssh://git@git.inp.nsk.su/sctau/aurora.git&lt;br /&gt;
cd aurora&lt;br /&gt;
&lt;br /&gt;
# Получение обновлений с головного репозитория&lt;br /&gt;
# нужно делать периодически при длительном существовании рабочей директории и &lt;br /&gt;
# существенных изменениях в головном&lt;br /&gt;
git fetch upstream&lt;br /&gt;
&lt;br /&gt;
# Подготовка рабочей тематической ветки, эта ветка будет видна другим людям,&lt;br /&gt;
# поэтому название стоит выбирать говорящим и осмысленным&lt;br /&gt;
git checkout -b MyDevelopmentBranch upstream/0.1 --no-track&lt;br /&gt;
&lt;br /&gt;
# Если хотим модифицировать существующий пакет, то&lt;br /&gt;
# Добавим пакеты из репозитория&lt;br /&gt;
git sctau addpkg GenExamples&lt;br /&gt;
и/или&lt;br /&gt;
git sctau addpkg G4SimExamples&lt;br /&gt;
&lt;br /&gt;
# Если надо создать новый пакет,  то надо создать всю структуру директорий где &lt;br /&gt;
он должен лежать, написать CMakeLists.txt и всё остальное что нужно для нового &lt;br /&gt;
пакета.&lt;br /&gt;
&lt;br /&gt;
# Сборка&lt;br /&gt;
cd ../build/&lt;br /&gt;
cmake ../aurora/Projects/WorkDir&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
# Настройка локального окружения&lt;br /&gt;
# эта строчка принципиально важна, чтобы использовались локально собранные&lt;br /&gt;
# пакеты вместо тех, что в релизе&lt;br /&gt;
source x86_64-slc7-gcc7-opt/setup.sh&lt;br /&gt;
&lt;br /&gt;
# Запуск&lt;br /&gt;
cd ../run&lt;br /&gt;
ctaurun GenExamples/evtgen.py&lt;br /&gt;
ctaurun G4SimExamples/fullsim_example.py&lt;br /&gt;
&lt;br /&gt;
[[Category:Not_public]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/X_server_settings</id>
		<title>X server settings</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/X_server_settings"/>
				<updated>2018-09-10T06:35:00Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To allow GL applications run from a remote server via X protocol, one might need to add the following to the local X server configuration:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;ServerFlags&amp;quot;  &lt;br /&gt;
     Option &amp;quot;IndirectGLX&amp;quot; &amp;quot;on&amp;quot;  &lt;br /&gt;
 EndSection  &lt;br /&gt;
&lt;br /&gt;
On the modern Linux systems the appropriate place for these lines would be some file in the /etc/X11/xorg.conf.d/ directory, for instance, /etc/X11/xorg.conf.d/glxsettings.conf.&lt;br /&gt;
&lt;br /&gt;
The receipt seems to help sometimes for proprietary NVidia drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another workaround is to use x2go. Run a terminal at remote server using x2goclient. Then, set a variable:&lt;br /&gt;
&lt;br /&gt;
 export LIBGL_ALWAYS_INDIRECT=1&lt;br /&gt;
&lt;br /&gt;
Run your GL application from the terminal.&lt;br /&gt;
&lt;br /&gt;
[[Category:Known issues]]&lt;br /&gt;
[[Category:Sacred knowledge]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/X_server_settings</id>
		<title>X server settings</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/X_server_settings"/>
				<updated>2018-09-10T06:34:43Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To allow GL applications run from a remote server via X protocol, one might need to add the following to the local X server configuration:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;ServerFlags&amp;quot;  &lt;br /&gt;
     Option &amp;quot;IndirectGLX&amp;quot; &amp;quot;on&amp;quot;  &lt;br /&gt;
 EndSection  &lt;br /&gt;
&lt;br /&gt;
On the modern Linux systems the appropriate place for these lines would be some file in the /etc/X11/xorg.conf.d/ directory, for instance, /etc/X11/xorg.conf.d/glxsettings.conf.&lt;br /&gt;
&lt;br /&gt;
The receipt seems to help sometimes for proprietary NVidia drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another workaround is to use x2go. Run a terminal at remote server using x2goclient. Then, set a variable:&lt;br /&gt;
&lt;br /&gt;
export  LIBGL_ALWAYS_INDIRECT=1&lt;br /&gt;
&lt;br /&gt;
Run your GL application from the terminal.&lt;br /&gt;
&lt;br /&gt;
[[Category:Known issues]]&lt;br /&gt;
[[Category:Sacred knowledge]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/X_server_settings</id>
		<title>X server settings</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/X_server_settings"/>
				<updated>2018-03-30T11:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;To allow GL applications run from a remote server via X protocol, one might need to add the following to the local X server configuration:   Section &amp;quot;ServerFlags&amp;quot;        Optio...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To allow GL applications run from a remote server via X protocol, one might need to add the following to the local X server configuration:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;ServerFlags&amp;quot;  &lt;br /&gt;
     Option &amp;quot;IndirectGLX&amp;quot; &amp;quot;on&amp;quot;  &lt;br /&gt;
 EndSection  &lt;br /&gt;
&lt;br /&gt;
On the modern Linux systems the appropriate place for these lines would be some file in the /etc/X11/xorg.conf.d/ directory, for instance, /etc/X11/xorg.conf.d/glxsettings.conf.&lt;br /&gt;
&lt;br /&gt;
The receipt seems to help for proprietary NVidia drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Known issues]]&lt;br /&gt;
[[Category:Sacred knowledge]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/Category:Software</id>
		<title>Category:Software</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/Category:Software"/>
				<updated>2017-11-27T10:45:13Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;Software-related topics&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Software-related topics&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B5%D0%B5_%D0%9F%D0%9E</id>
		<title>Внешнее ПО</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B5%D0%B5_%D0%9F%D0%9E"/>
				<updated>2017-11-27T10:44:41Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Для установки внешнего ПО создан каталог /ceph/groups/sctau/software/external&lt;br /&gt;
&lt;br /&gt;
Установлены компиляторы gcc 6.4.0 и gcc 7.2.0.&lt;br /&gt;
&lt;br /&gt;
Для активации конкретной версии можно использовать скрипт&lt;br /&gt;
/ceph/groups/sctau/software/scripts/setup.sh с параметрами gcc6 или gcc7, например:&lt;br /&gt;
&lt;br /&gt;
 source /ceph/groups/sctau/software/scripts/setup.sh gcc7&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	<entry>
		<id>https://ctd.inp.nsk.su/wiki/index.php/%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B5%D0%B5_%D0%9F%D0%9E</id>
		<title>Внешнее ПО</title>
		<link rel="alternate" type="text/html" href="https://ctd.inp.nsk.su/wiki/index.php/%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B5%D0%B5_%D0%9F%D0%9E"/>
				<updated>2017-11-27T10:42:56Z</updated>
		
		<summary type="html">&lt;p&gt;A.M.Suharev: Created page with &amp;quot;Для установки внешнего ПО создан каталог /ceph/groups/sctau/software/external  Установлены компиляторы gcc 6.4.0 и gc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Для установки внешнего ПО создан каталог /ceph/groups/sctau/software/external&lt;br /&gt;
&lt;br /&gt;
Установлены компиляторы gcc 6.4.0 и gcc 7.2.0.&lt;br /&gt;
&lt;br /&gt;
Для активации конкретной версии можно использовать скрипт&lt;br /&gt;
/ceph/groups/sctau/software/scripts/setup.sh с параметрами gcc6 или gcc7, например:&lt;br /&gt;
&lt;br /&gt;
 source /ceph/groups/sctau/software/scripts/setup.sh gcc7&lt;br /&gt;
&lt;br /&gt;
[[Категория:software]]&lt;/div&gt;</summary>
		<author><name>A.M.Suharev</name></author>	</entry>

	</feed>