<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zhiwen</id>
		<title>EIC-eRD14 - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://phynp6.phy-astr.gsu.edu/eRD14/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zhiwen"/>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php/Special:Contributions/Zhiwen"/>
		<updated>2026-05-21T17:50:47Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=318</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=318"/>
				<updated>2019-05-31T22:21:21Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
check job status &amp;quot;jobstat -u $USER&amp;quot; and log ~/.farm_out/&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab computing &lt;br /&gt;
 &lt;br /&gt;
 /mss/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 tape location which can't be access directly.&lt;br /&gt;
&lt;br /&gt;
 /lustre/expphy/cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH &lt;br /&gt;
 disk location which can be accessed directly, &lt;br /&gt;
 files are gone back to tape if not used for a while, can get back from tape by &amp;quot;jcache get file_fullpath_on_mss&amp;quot;, refer to https://scicomp.jlab.org/docs/%20&lt;br /&gt;
 &lt;br /&gt;
 dir structure as follows&lt;br /&gt;
 output_flat_geo1gen1/yesfield&lt;br /&gt;
 output_flat_geo1gen1/nofield&lt;br /&gt;
 output_pythia6_geo1gen1/yesfield&lt;br /&gt;
 output_pythia6_geo1gen1/nofield&lt;br /&gt;
 &lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size, &lt;br /&gt;
 about 1000 files or 1TB are done for pythia6 file with and without field as of 2018/06&lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 about 100 files or 100GB are done for flat file with and without field as of 2018/06&lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using &amp;quot;scp your_jlab_username@ftp.jlab.org:file_or_dir_fullpath&amp;quot; or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= version info =&lt;br /&gt;
&lt;br /&gt;
geo1 means geometry version 1, gen means generator version 1&lt;br /&gt;
&lt;br /&gt;
 detailed version info are in the readme files&lt;br /&gt;
 /cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/output_pythia6_geo1gen1/readme&lt;br /&gt;
 /cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/output_flat_geo1gen1/readme&lt;br /&gt;
 also here&lt;br /&gt;
 https://github.com/EIC-eRD11/det1_rich_modular_eleside   665a5c5 &lt;br /&gt;
 https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6   27e97ec&lt;br /&gt;
 https://jlabsvn.jlab.org/svnroot/eic/eic_gemc/field/det1_solenoid_hybrid_v1  437&lt;br /&gt;
 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0 529&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=317</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=317"/>
				<updated>2019-05-30T19:58:10Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
check job status &amp;quot;jobstat -u $USER&amp;quot; and log ~/.farm_out/&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab computing &lt;br /&gt;
 &lt;br /&gt;
 /mss/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 tape location which can't be access directly.&lt;br /&gt;
&lt;br /&gt;
 /cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH, &lt;br /&gt;
 disk location which can be accessed directly, &lt;br /&gt;
 files are gone if not used for a while, can get back from tape by &amp;quot;jcache get file_full_on_mss&amp;quot;, refer to https://scicomp.jlab.org/docs/%20&lt;br /&gt;
 &lt;br /&gt;
 dir structure as follows&lt;br /&gt;
 output_flat_geo1gen1/yesfield&lt;br /&gt;
 output_flat_geo1gen1/nofield&lt;br /&gt;
 output_pythia6_geo1gen1/yesfield&lt;br /&gt;
 output_pythia6_geo1gen1/nofield&lt;br /&gt;
 &lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size, &lt;br /&gt;
 about 1000 files or 1TB are done for pythia6 file with and without field as of 2018/06&lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 about 100 files or 100GB are done for flat file with and without field as of 2018/06&lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using &amp;quot;scp your_jlab_username@ftp.jlab.org:file_or_dir_fullpath&amp;quot; or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= version info =&lt;br /&gt;
&lt;br /&gt;
geo1 means geometry version 1, gen means generator version 1&lt;br /&gt;
&lt;br /&gt;
 detailed version info are in the readme files&lt;br /&gt;
 /cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/output_pythia6_geo1gen1/readme&lt;br /&gt;
 /cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/output_flat_geo1gen1/readme&lt;br /&gt;
 also here&lt;br /&gt;
 https://github.com/EIC-eRD11/det1_rich_modular_eleside   665a5c5 &lt;br /&gt;
 https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6   27e97ec&lt;br /&gt;
 https://jlabsvn.jlab.org/svnroot/eic/eic_gemc/field/det1_solenoid_hybrid_v1  437&lt;br /&gt;
 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0 529&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=316</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=316"/>
				<updated>2018-06-04T03:20:25Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
check job status &amp;quot;jobstat -u $USER&amp;quot; and log ~/.farm_out/&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
 &lt;br /&gt;
 /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 /cache/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
 &lt;br /&gt;
 with dir as follows&lt;br /&gt;
 output_flat_geo1gen1&lt;br /&gt;
 output_pythia6_geo1gen1&lt;br /&gt;
 &lt;br /&gt;
 geo1 means geometry version 1, gen means generator version 1&lt;br /&gt;
 see readme in each to see detailed version info&lt;br /&gt;
 each version has a nofield and yesfield subdir for turning solenoid field off and on cases&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=310</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=310"/>
				<updated>2018-05-15T18:31:57Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
check job status &amp;quot;jobstat -u $USER&amp;quot; and log ~/.farm_out/&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
 &lt;br /&gt;
 /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 &lt;br /&gt;
 with dir as follows&lt;br /&gt;
 output_flat_geo1gen1&lt;br /&gt;
 output_pythia6_geo1gen1&lt;br /&gt;
 &lt;br /&gt;
 geo1 means geometry version 1, gen means generator version 1&lt;br /&gt;
 see readme in each to see detailed version info&lt;br /&gt;
 each version has a nofield and yesfield subdir for turning solenoid field off and on cases&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=309</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=309"/>
				<updated>2018-05-15T18:27:34Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
check job status &amp;quot;jobstat -u $USER&amp;quot; and log ~/.farm_out/&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 &lt;br /&gt;
 with dir as follows&lt;br /&gt;
 output_flat_geo1gen1&lt;br /&gt;
 output_pythia6_geo1gen1&lt;br /&gt;
 &lt;br /&gt;
 geo1 means geometry version 1, gen means generator version 1&lt;br /&gt;
 see readme in each to see detailed version info&lt;br /&gt;
 each version has a nofield and yesfield subdir for turning solenoid field off and on cases&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=308</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=308"/>
				<updated>2018-04-30T20:28:12Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
check job status &amp;quot;jobstat -u $USER&amp;quot; and log ~/.farm_out/&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
          output3/  (3rd try, pythia fix negative particles, put weight at var8)&lt;br /&gt;
          output4/  (4rd try, pythia add scattered electron and proton in output, weight is fixed to have correct normalization)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=307</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=307"/>
				<updated>2018-04-30T14:23:37Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: /* running simulation and analysis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;LongRun_sim&amp;quot; calls &amp;quot;exec_sim&amp;quot; to create farm job submission script and submit them. Each job runs the main code &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
refer to jlab farm https://scicomp.jlab.org&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
          output3/  (3rd try, pythia fix negative particles, put weight at var8)&lt;br /&gt;
          output4/  (4rd try, pythia add scattered electron and proton in output, weight is fixed to have correct normalization)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=306</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=306"/>
				<updated>2018-04-16T17:11:19Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 docker container&lt;br /&gt;
https://github.com/eictool/container/blob/master/log_evgen_pythia6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
          output3/  (3rd try, pythia fix negative particles, put weight at var8)&lt;br /&gt;
          output4/  (4rd try, pythia add scattered electron and proton in output, weight is fixed to have correct normalization)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=305</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=305"/>
				<updated>2018-03-28T03:14:19Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
          output3/  (3rd try, pythia fix negative particles, put weight at var8)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=304</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=304"/>
				<updated>2018-03-14T19:47:31Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: /* simulation data location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e4 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=303</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=303"/>
				<updated>2018-03-14T19:47:16Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
 simulation files have both RICH&lt;br /&gt;
 each pythia6 file has 1e3 events and about 1GB size &lt;br /&gt;
 each flat file has 1e3 events and about 1GB size &lt;br /&gt;
 pythia6 events has no selection of channels&lt;br /&gt;
 flat events include pi,kaon,proton in each events&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=302</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=302"/>
				<updated>2018-03-12T22:29:40Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
run code in graphic mode on ifarm https://hallaweb.jlab.org/wiki/index.php/Ifarm_graphic_mode&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
flat distributed pi,kaon,proton events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=301</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=301"/>
				<updated>2018-03-12T18:23:45Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=300</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=300"/>
				<updated>2018-03-12T18:17:28Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 dir  /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 subdir   output1/  (1st try)&lt;br /&gt;
          output2/  (2nd try, no solenoid field, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
 subsubdir  pythia6_nofield/out.*.root&lt;br /&gt;
            pythia6_yesfield/out.*.root&lt;br /&gt;
            flat_nofield/out.*.root&lt;br /&gt;
            flat_yesfield/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=299</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=299"/>
				<updated>2018-03-12T17:23:03Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 output1/out.*.root  (1st try, no solenoid field)&lt;br /&gt;
 output2/out.*.root  (2nd try, no solenoid field, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=298</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=298"/>
				<updated>2018-03-07T22:35:00Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location &lt;br /&gt;
&lt;br /&gt;
 /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
 output1/out.*.root  (1st try)&lt;br /&gt;
 output2/out.*.root  (2nd try, dRICH refraction index change,mRICH has no change)&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=297</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=297"/>
				<updated>2018-03-07T22:34:16Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
&lt;br /&gt;
output1/out.*.root  (1st try)&lt;br /&gt;
output2/out.*.root  (2nd try, dRICH refraction index changed,mRICH has no change)&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by using scp from ftp.jlab.org with your jlab account or via [https://scicomp.jlab.org/docs/node/11 globus] (about 2x faster with some setup effort)&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=296</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=296"/>
				<updated>2018-03-07T22:32:34Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= running simulation and analysis =&lt;br /&gt;
&lt;br /&gt;
general instruction running GEMC on ifarm at https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
The code to run farm jobs are at /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH&lt;br /&gt;
&lt;br /&gt;
run &amp;quot;./LongRun_sim&amp;quot; and Give the start run number as 1, then Give the end  run number 100.  100 jobs will be launched. &lt;br /&gt;
&lt;br /&gt;
The main code is in &amp;quot;do_it_all.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are at jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/&lt;br /&gt;
&lt;br /&gt;
output1/out.*.root  (1st try)&lt;br /&gt;
output2/out.*.root  (2nd try, dRICH refraction index changed,mRICH has no change)&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by&lt;br /&gt;
 1. using scp from ftp.jlab.org with your jlab account.&lt;br /&gt;
 2. about 2x faster with some setup effort via https://scicomp.jlab.org/docs/node/11&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=295</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=295"/>
				<updated>2018-03-07T22:08:51Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= general instruction =&lt;br /&gt;
&lt;br /&gt;
running GEMC on ifarm&lt;br /&gt;
https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
= source code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by&lt;br /&gt;
 1. using scp from ftp.jlab.org with your jlab account.&lt;br /&gt;
 2. about 2x faster with some setup effort via https://scicomp.jlab.org/docs/node/11&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=294</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=294"/>
				<updated>2018-03-03T00:02:18Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: /* code location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= general instruction =&lt;br /&gt;
&lt;br /&gt;
running GEMC on ifarm&lt;br /&gt;
https://eic.jlab.org/wiki/index.php/EIC_Software#on_ifarm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by&lt;br /&gt;
 1. using scp from ftp.jlab.org with your jlab account.&lt;br /&gt;
 2. about 2x faster with some setup effort via https://scicomp.jlab.org/docs/node/11&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=293</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=293"/>
				<updated>2018-02-26T18:10:03Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by&lt;br /&gt;
 1. using scp from ftp.jlab.org with your jlab account.&lt;br /&gt;
 2. about 2x faster with some setup effort via https://scicomp.jlab.org/docs/node/11&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh -X your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh -X ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic  (this set up env for simulation including a root)&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=292</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=292"/>
				<updated>2018-02-26T17:50:01Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by&lt;br /&gt;
 1. using scp from ftp.jlab.org with your jlab account.&lt;br /&gt;
 2. about 2x faster with some setup effort via https://scicomp.jlab.org/docs/node/11&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=291</id>
		<title>RICH software and analysis</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=RICH_software_and_analysis&amp;diff=291"/>
				<updated>2018-02-26T17:49:35Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: Created page with &amp;quot;= code location =  pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/  mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside  dRICH in...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= code location =&lt;br /&gt;
&lt;br /&gt;
pythia6 https://jlabsvn.jlab.org/svnroot/eic/evgen/pythiaeRHIC/1.0.0/&lt;br /&gt;
&lt;br /&gt;
mRICH in JLEIC det1  https://github.com/EIC-eRD11/det1_rich_modular_eleside&lt;br /&gt;
&lt;br /&gt;
dRICH in JLEIC det1  https://github.com/EIC-eRD11/dualRICH_inMEIC/tree/master/gemc_drich/aerogel_c2f6&lt;br /&gt;
&lt;br /&gt;
= simulation data location =&lt;br /&gt;
pythia6 events with both RICH simulation file&lt;br /&gt;
&lt;br /&gt;
each file have 1e3 events and about 1GB size &lt;br /&gt;
&lt;br /&gt;
They are jlab disk location /work/eic/sim/eic_gemc/JLAB_VERSION_1.3/RICH/out.*.root&lt;br /&gt;
&lt;br /&gt;
The easiest way would be running your analysis script at jlab ifarm to process the data&lt;br /&gt;
Or you have to download them by&lt;br /&gt;
1. using scp from ftp.jlab.org with your jlab account.&lt;br /&gt;
2. about 2x faster with some setup effort via https://scicomp.jlab.org/docs/node/11&lt;br /&gt;
&lt;br /&gt;
= working at jlab ifarm =&lt;br /&gt;
&lt;br /&gt;
ssh your_jlab_username@login.jlab.org&lt;br /&gt;
&lt;br /&gt;
ssh ifarm&lt;br /&gt;
&lt;br /&gt;
source /group/eic/eic_svn/set_eic&lt;br /&gt;
&lt;br /&gt;
cd /work/eic/(your_jlab_username)&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=Main_Page&amp;diff=290</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=Main_Page&amp;diff=290"/>
				<updated>2018-02-26T17:37:57Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: /* People and Institutions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;--&amp;gt;&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&amp;lt;!--* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [[How to change your password]]&lt;br /&gt;
&lt;br /&gt;
== eRD14 Consortium: An integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector ==&lt;br /&gt;
The EIC PID consortium (eRD14) has been formed to develop an integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector, for which excellent particle identification is an essential requirement. For instance, identification of the hadrons in the final state is needed for understanding how different quark flavors contribute to the properties of hadrons, and reliable identification of the scattered electron is important for covering kinematics where pion backgrounds are large. The PID systems also have the greatest overall impact on the layout of the central detector, and put important constraints on the magnetic field. It is thus essential to conduct the relevant R&amp;amp;D at an early stage of the development of a complete EIC detector. In addition to providing solutions addressing the broader EIC requirements, the PID consortium has worked closely with BNL and JLab to ensure that the specific R&amp;amp;D projects are compatible with the detector concepts that are being pursued there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To address the different requirement associated with the three different parts of the detector (ion-beam direction, electron-beam direction, and central region), the consortium is pursuing R&amp;amp;D on (and requesting funding for) three different technologies for imaging Cherenkov detectors: a dual-radiator (gas/aerogel) RICH for the hadron endcap, a high-performance DIRC for the barrel region, a modular aerogel RICH (mRICH) for the electron endcap (which could also be used in the hadron endcap in conjunction with a single-radiator gas RICH such as the one developed by eRD6). A 4π time-of-flight (TOF) coverage is also needed for PID in the momentum range below the Cherenkov threshold and for bunch identification (which is important for ring-ring colliders with a high repetition rate), for which the consortium has performed R&amp;amp;D on mRPC and MCP-PMT based TOF systems.&lt;br /&gt;
&lt;br /&gt;
=== Central Barrel===&lt;br /&gt;
==== [[High-Performance Detection of Internally Reflected Cherenkov Light (DIRC)]] ====&lt;br /&gt;
=== Outgoing Hadron-Side Endcap ===&lt;br /&gt;
==== [[Dual Radiator Ring Imaging Cherenkov Detector (dRICH)]] ====&lt;br /&gt;
&lt;br /&gt;
=== Outgoing Electron-Side Endcap ===&lt;br /&gt;
==== [[Modular Ring Imaging Cherenkov Detector (mRICH)]]====&lt;br /&gt;
==== [[e/π Cherenkov Detector for Lepton Identification]]====&lt;br /&gt;
&lt;br /&gt;
=== Timing and Slow-Particle PID===&lt;br /&gt;
====[[Time of Flight Detector (TOF)]]====&lt;br /&gt;
&lt;br /&gt;
===Photosensors and Electronics===&lt;br /&gt;
====Sensor Requirements====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! DIRC&lt;br /&gt;
! mRICH&lt;br /&gt;
! dRICH&lt;br /&gt;
|-&lt;br /&gt;
| Gain&lt;br /&gt;
| ~10^6&lt;br /&gt;
| ~10^6&lt;br /&gt;
| ~10^6&lt;br /&gt;
|-&lt;br /&gt;
| Timing Resolution&lt;br /&gt;
| ≤ 100 ps&lt;br /&gt;
| ≤ 800 ps&lt;br /&gt;
| ≤ 800 ps&lt;br /&gt;
|-&lt;br /&gt;
| Pixel Size&lt;br /&gt;
| 2-3 mm&lt;br /&gt;
| ≤3 mm&lt;br /&gt;
| ≤ 3 mm &lt;br /&gt;
|-&lt;br /&gt;
| Dark Noise&lt;br /&gt;
| ≤ 1kHz/cm2&lt;br /&gt;
| ≤ 5MHz/cm2&lt;br /&gt;
| ≤ 5MHz/cm2&lt;br /&gt;
|-&lt;br /&gt;
| Radiation Hardness&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Single-photon mode operation?&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic-field immunity?&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
|-&lt;br /&gt;
| Photon Detection Efficiency&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
|}&lt;br /&gt;
Note: The EIC radiation levels are expected to be comparable to the levels at current operations of RHIC. The exact level will vary depending on the exact readout location of each PID detector’s readout.&lt;br /&gt;
&lt;br /&gt;
====[[Photosensors]]====&lt;br /&gt;
====[[Electronics]]====&lt;br /&gt;
&lt;br /&gt;
== [[RICH software and analysis]] ==&lt;br /&gt;
&lt;br /&gt;
== [[People and Institutions]] ==&lt;br /&gt;
&lt;br /&gt;
== eRD14 Reports ==&lt;br /&gt;
In this section, a collection of the eRD14 related documents which includes proposal, report, and presentation, are listed.&lt;br /&gt;
&lt;br /&gt;
=== 2016 ===&lt;br /&gt;
*[[Media:eRD14_FY17_proposal.pdf | EIC PID (eRD14) Proposal FY17]]&lt;br /&gt;
*[[Media:eRD14_progress_report_Dec_2016.pdf | EIC PID Progress Report Dec. 2016]]&lt;br /&gt;
*[https://wiki.bnl.gov/conferences/index.php/Reports-July2016 All eRD FY17 Proposal/Reports and Committee  Comments]&lt;br /&gt;
&lt;br /&gt;
=== [[2015]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[2014]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Prior to 2014]] ===&lt;br /&gt;
&lt;br /&gt;
== eRD14 Presentations ==&lt;br /&gt;
===[[2017]]===&lt;br /&gt;
===[[2016]]===&lt;br /&gt;
&lt;br /&gt;
===[[2015]]===&lt;br /&gt;
&lt;br /&gt;
===[[2014]]===&lt;br /&gt;
&lt;br /&gt;
===[[Prior to 2014]]===&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=Main_Page&amp;diff=289</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=Main_Page&amp;diff=289"/>
				<updated>2018-02-26T17:37:02Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: /* *Time of Flight Detector (TOF) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;--&amp;gt;&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&amp;lt;!--* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [[How to change your password]]&lt;br /&gt;
&lt;br /&gt;
== eRD14 Consortium: An integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector ==&lt;br /&gt;
The EIC PID consortium (eRD14) has been formed to develop an integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector, for which excellent particle identification is an essential requirement. For instance, identification of the hadrons in the final state is needed for understanding how different quark flavors contribute to the properties of hadrons, and reliable identification of the scattered electron is important for covering kinematics where pion backgrounds are large. The PID systems also have the greatest overall impact on the layout of the central detector, and put important constraints on the magnetic field. It is thus essential to conduct the relevant R&amp;amp;D at an early stage of the development of a complete EIC detector. In addition to providing solutions addressing the broader EIC requirements, the PID consortium has worked closely with BNL and JLab to ensure that the specific R&amp;amp;D projects are compatible with the detector concepts that are being pursued there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To address the different requirement associated with the three different parts of the detector (ion-beam direction, electron-beam direction, and central region), the consortium is pursuing R&amp;amp;D on (and requesting funding for) three different technologies for imaging Cherenkov detectors: a dual-radiator (gas/aerogel) RICH for the hadron endcap, a high-performance DIRC for the barrel region, a modular aerogel RICH (mRICH) for the electron endcap (which could also be used in the hadron endcap in conjunction with a single-radiator gas RICH such as the one developed by eRD6). A 4π time-of-flight (TOF) coverage is also needed for PID in the momentum range below the Cherenkov threshold and for bunch identification (which is important for ring-ring colliders with a high repetition rate), for which the consortium has performed R&amp;amp;D on mRPC and MCP-PMT based TOF systems.&lt;br /&gt;
&lt;br /&gt;
=== Central Barrel===&lt;br /&gt;
==== [[High-Performance Detection of Internally Reflected Cherenkov Light (DIRC)]] ====&lt;br /&gt;
=== Outgoing Hadron-Side Endcap ===&lt;br /&gt;
==== [[Dual Radiator Ring Imaging Cherenkov Detector (dRICH)]] ====&lt;br /&gt;
&lt;br /&gt;
=== Outgoing Electron-Side Endcap ===&lt;br /&gt;
==== [[Modular Ring Imaging Cherenkov Detector (mRICH)]]====&lt;br /&gt;
==== [[e/π Cherenkov Detector for Lepton Identification]]====&lt;br /&gt;
&lt;br /&gt;
=== Timing and Slow-Particle PID===&lt;br /&gt;
====[[Time of Flight Detector (TOF)]]====&lt;br /&gt;
&lt;br /&gt;
===Photosensors and Electronics===&lt;br /&gt;
====Sensor Requirements====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! DIRC&lt;br /&gt;
! mRICH&lt;br /&gt;
! dRICH&lt;br /&gt;
|-&lt;br /&gt;
| Gain&lt;br /&gt;
| ~10^6&lt;br /&gt;
| ~10^6&lt;br /&gt;
| ~10^6&lt;br /&gt;
|-&lt;br /&gt;
| Timing Resolution&lt;br /&gt;
| ≤ 100 ps&lt;br /&gt;
| ≤ 800 ps&lt;br /&gt;
| ≤ 800 ps&lt;br /&gt;
|-&lt;br /&gt;
| Pixel Size&lt;br /&gt;
| 2-3 mm&lt;br /&gt;
| ≤3 mm&lt;br /&gt;
| ≤ 3 mm &lt;br /&gt;
|-&lt;br /&gt;
| Dark Noise&lt;br /&gt;
| ≤ 1kHz/cm2&lt;br /&gt;
| ≤ 5MHz/cm2&lt;br /&gt;
| ≤ 5MHz/cm2&lt;br /&gt;
|-&lt;br /&gt;
| Radiation Hardness&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Single-photon mode operation?&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic-field immunity?&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
|-&lt;br /&gt;
| Photon Detection Efficiency&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
|}&lt;br /&gt;
Note: The EIC radiation levels are expected to be comparable to the levels at current operations of RHIC. The exact level will vary depending on the exact readout location of each PID detector’s readout.&lt;br /&gt;
&lt;br /&gt;
====[[Photosensors]]====&lt;br /&gt;
====[[Electronics]]====&lt;br /&gt;
&lt;br /&gt;
== [[People and Institutions]] ==&lt;br /&gt;
&lt;br /&gt;
== eRD14 Reports ==&lt;br /&gt;
In this section, a collection of the eRD14 related documents which includes proposal, report, and presentation, are listed.&lt;br /&gt;
&lt;br /&gt;
=== 2016 ===&lt;br /&gt;
*[[Media:eRD14_FY17_proposal.pdf | EIC PID (eRD14) Proposal FY17]]&lt;br /&gt;
*[[Media:eRD14_progress_report_Dec_2016.pdf | EIC PID Progress Report Dec. 2016]]&lt;br /&gt;
*[https://wiki.bnl.gov/conferences/index.php/Reports-July2016 All eRD FY17 Proposal/Reports and Committee  Comments]&lt;br /&gt;
&lt;br /&gt;
=== [[2015]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[2014]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Prior to 2014]] ===&lt;br /&gt;
&lt;br /&gt;
== eRD14 Presentations ==&lt;br /&gt;
===[[2017]]===&lt;br /&gt;
===[[2016]]===&lt;br /&gt;
&lt;br /&gt;
===[[2015]]===&lt;br /&gt;
&lt;br /&gt;
===[[2014]]===&lt;br /&gt;
&lt;br /&gt;
===[[Prior to 2014]]===&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	<entry>
		<id>http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=Main_Page&amp;diff=288</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://phynp6.phy-astr.gsu.edu/eRD14/index.php?title=Main_Page&amp;diff=288"/>
				<updated>2018-02-26T17:36:44Z</updated>
		
		<summary type="html">&lt;p&gt;Zhiwen: /* eRD14 Consortium: An integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;--&amp;gt;&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&amp;lt;!--* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [[How to change your password]]&lt;br /&gt;
&lt;br /&gt;
== eRD14 Consortium: An integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector ==&lt;br /&gt;
The EIC PID consortium (eRD14) has been formed to develop an integrated program for particle identification (PID) for a future Electron-Ion Collider (EIC) detector, for which excellent particle identification is an essential requirement. For instance, identification of the hadrons in the final state is needed for understanding how different quark flavors contribute to the properties of hadrons, and reliable identification of the scattered electron is important for covering kinematics where pion backgrounds are large. The PID systems also have the greatest overall impact on the layout of the central detector, and put important constraints on the magnetic field. It is thus essential to conduct the relevant R&amp;amp;D at an early stage of the development of a complete EIC detector. In addition to providing solutions addressing the broader EIC requirements, the PID consortium has worked closely with BNL and JLab to ensure that the specific R&amp;amp;D projects are compatible with the detector concepts that are being pursued there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To address the different requirement associated with the three different parts of the detector (ion-beam direction, electron-beam direction, and central region), the consortium is pursuing R&amp;amp;D on (and requesting funding for) three different technologies for imaging Cherenkov detectors: a dual-radiator (gas/aerogel) RICH for the hadron endcap, a high-performance DIRC for the barrel region, a modular aerogel RICH (mRICH) for the electron endcap (which could also be used in the hadron endcap in conjunction with a single-radiator gas RICH such as the one developed by eRD6). A 4π time-of-flight (TOF) coverage is also needed for PID in the momentum range below the Cherenkov threshold and for bunch identification (which is important for ring-ring colliders with a high repetition rate), for which the consortium has performed R&amp;amp;D on mRPC and MCP-PMT based TOF systems.&lt;br /&gt;
&lt;br /&gt;
=== Central Barrel===&lt;br /&gt;
==== [[High-Performance Detection of Internally Reflected Cherenkov Light (DIRC)]] ====&lt;br /&gt;
=== Outgoing Hadron-Side Endcap ===&lt;br /&gt;
==== [[Dual Radiator Ring Imaging Cherenkov Detector (dRICH)]] ====&lt;br /&gt;
&lt;br /&gt;
=== Outgoing Electron-Side Endcap ===&lt;br /&gt;
==== [[Modular Ring Imaging Cherenkov Detector (mRICH)]]====&lt;br /&gt;
==== [[e/π Cherenkov Detector for Lepton Identification]]====&lt;br /&gt;
&lt;br /&gt;
=== Timing and Slow-Particle PID===&lt;br /&gt;
====*[[Time of Flight Detector (TOF)]]====&lt;br /&gt;
===Photosensors and Electronics===&lt;br /&gt;
====Sensor Requirements====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! DIRC&lt;br /&gt;
! mRICH&lt;br /&gt;
! dRICH&lt;br /&gt;
|-&lt;br /&gt;
| Gain&lt;br /&gt;
| ~10^6&lt;br /&gt;
| ~10^6&lt;br /&gt;
| ~10^6&lt;br /&gt;
|-&lt;br /&gt;
| Timing Resolution&lt;br /&gt;
| ≤ 100 ps&lt;br /&gt;
| ≤ 800 ps&lt;br /&gt;
| ≤ 800 ps&lt;br /&gt;
|-&lt;br /&gt;
| Pixel Size&lt;br /&gt;
| 2-3 mm&lt;br /&gt;
| ≤3 mm&lt;br /&gt;
| ≤ 3 mm &lt;br /&gt;
|-&lt;br /&gt;
| Dark Noise&lt;br /&gt;
| ≤ 1kHz/cm2&lt;br /&gt;
| ≤ 5MHz/cm2&lt;br /&gt;
| ≤ 5MHz/cm2&lt;br /&gt;
|-&lt;br /&gt;
| Radiation Hardness&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Single-photon mode operation?&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic-field immunity?&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
| Yes (1.5–3 T)&lt;br /&gt;
|-&lt;br /&gt;
| Photon Detection Efficiency&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
| ≥ 20%&lt;br /&gt;
|}&lt;br /&gt;
Note: The EIC radiation levels are expected to be comparable to the levels at current operations of RHIC. The exact level will vary depending on the exact readout location of each PID detector’s readout.&lt;br /&gt;
&lt;br /&gt;
====[[Photosensors]]====&lt;br /&gt;
====[[Electronics]]====&lt;br /&gt;
&lt;br /&gt;
== [[People and Institutions]] ==&lt;br /&gt;
&lt;br /&gt;
== eRD14 Reports ==&lt;br /&gt;
In this section, a collection of the eRD14 related documents which includes proposal, report, and presentation, are listed.&lt;br /&gt;
&lt;br /&gt;
=== 2016 ===&lt;br /&gt;
*[[Media:eRD14_FY17_proposal.pdf | EIC PID (eRD14) Proposal FY17]]&lt;br /&gt;
*[[Media:eRD14_progress_report_Dec_2016.pdf | EIC PID Progress Report Dec. 2016]]&lt;br /&gt;
*[https://wiki.bnl.gov/conferences/index.php/Reports-July2016 All eRD FY17 Proposal/Reports and Committee  Comments]&lt;br /&gt;
&lt;br /&gt;
=== [[2015]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[2014]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Prior to 2014]] ===&lt;br /&gt;
&lt;br /&gt;
== eRD14 Presentations ==&lt;br /&gt;
===[[2017]]===&lt;br /&gt;
===[[2016]]===&lt;br /&gt;
&lt;br /&gt;
===[[2015]]===&lt;br /&gt;
&lt;br /&gt;
===[[2014]]===&lt;br /&gt;
&lt;br /&gt;
===[[Prior to 2014]]===&lt;/div&gt;</summary>
		<author><name>Zhiwen</name></author>	</entry>

	</feed>