Difference between revisions of "Hits with Changing Torus Field and 0T Solenoid"

From New IAC Wiki
Jump to navigation Jump to search
(Created page with "=Changing Torus Field and 0T Solenoid= {| class="wikitable" style='text-align: center;' style="margin-left: auto; margin-right: auto; border: none;" |+ -1 to 1 times Torus F...")
 
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Each directory should have 106 evio files.  Check in directory by using
 +
<pre>
 +
find . -mindepth 1 -type f -name "*.evio" -printf x | wc -c
 +
</pre>
 +
 +
 +
A sorted list can be found using
 +
<pre>
 +
find . -mindepth 1 -type f -name "*.evio" | sort
 +
</pre>
 +
 +
 +
PNG images of histograms created using root2evioDV.cc can be created and stored in separate unique directories/folders based on Shield status(IN/OUT).  When the shield is in, the FT is OFF to save memory space from large number of DC hits.
 +
 +
[[plotter_IN.C]]
 +
 +
[[plotter_OUT.C]]
 +
 +
 +
 +
Gifs can be created from png images stored under sequential titles in the same directory with
 +
<pre>
 +
sudo apt-get install imagemagick                      (if needed)
 +
mogrify -resize 640x480 *.png                          (same size)
 +
convert -delay 20 -loop 0 *.png myimage.gif    (20 s time/0 for infinite)
 +
</pre>
 +
 +
 
=Changing Torus Field and 0T Solenoid=
 
=Changing Torus Field and 0T Solenoid=
 +
 +
 +
 
{| class="wikitable" style='text-align: center;' style="margin-left: auto; margin-right: auto; border: none;"
 
{| class="wikitable" style='text-align: center;' style="margin-left: auto; margin-right: auto; border: none;"
   |+ -1 to 1 times Torus Field Strength with NO solenoid
+
   |+ -1 to 1 times (5T) Torus Field Strength with NO solenoid
 +
|+ -1 implies e- inbending
 
|-
 
|-
  ! Version 2.4
+
! Shield OUT
  ! Version 2.6
+
! Shield OUT Weighted
 
|-
 
|-
| [[GEMC V2.4 Trial Setup Conditions]]
+
| [[File:ThetaE_0Sol.gif]]
| [[GEMC V2.6 Trial Setup Conditions]]
+
| [[File:ThetaEWeighted_0Sol.gif]]
 
|-
 
|-
| [[GEMC V2.4 JLAB 1.3 Banks]]
+
! Shield IN (Off)
|border-style: solid solid none solid;' valign="center" rowspan=3 |  [[GEMC V2.6 clas12Tags Banks]]<br />
 
 
|-
 
|-
| [[GEMC V2.4 clas12Tags Banks]]
+
| [[File: In_MolEThetaLabLUND.gif]]
 +
| [[File:In_MolEThetaLabHITS.gif]]
 
|-
 
|-
 +
| [[File: In_MolEThetaLabLUNDWeighted.gif]]
 +
| [[File:In_MolEThetaLabHITSWeighted.gif]]
 
|-
 
|-
| [[GEMC V2.4 Bank Comparison]]
+
| [[File: In_MolEPhiLabLUND.gif]]
 +
| [[File:In_MolEPhiLabHITS.gif]]
 
|-
 
|-
| [[GEMC V2.4 Angle Change]]
+
| [[File: In_MolEPhiLabLUNDWeighted.gif]]
| [[GEMC V2.6 Angle Change]]
+
| [[File: In_MolEPhiLabHITSWeighted.gif]]
|-
 
| [[File:DeltaTheta_v2_4.png]]
 
| [[File:DeltaTheta_v2_6.png]]
 
|-
 
|border-style: solid solid none solid;' halign="center" colspan=2; style="text-align:center;" |  [[GEMC V2.4 vs V2.6]]<br />
 
 
|}
 
|}

Latest revision as of 03:05, 13 January 2018

Each directory should have 106 evio files. Check in directory by using

find . -mindepth 1 -type f -name "*.evio" -printf x | wc -c


A sorted list can be found using

find . -mindepth 1 -type f -name "*.evio" | sort


PNG images of histograms created using root2evioDV.cc can be created and stored in separate unique directories/folders based on Shield status(IN/OUT). When the shield is in, the FT is OFF to save memory space from large number of DC hits.

plotter_IN.C

plotter_OUT.C


Gifs can be created from png images stored under sequential titles in the same directory with

sudo apt-get install imagemagick                      (if needed)
mogrify -resize 640x480 *.png                          (same size)
convert -delay 20 -loop 0 *.png myimage.gif    (20 s time/0 for infinite)


Changing Torus Field and 0T Solenoid

-1 to 1 times (5T) Torus Field Strength with NO solenoid -1 implies e- inbending
Shield OUT Shield OUT Weighted
ThetaE 0Sol.gif ThetaEWeighted 0Sol.gif
Shield IN (Off)
In MolEThetaLabLUND.gif In MolEThetaLabHITS.gif
In MolEThetaLabLUNDWeighted.gif In MolEThetaLabHITSWeighted.gif
In MolEPhiLabLUND.gif In MolEPhiLabHITS.gif
In MolEPhiLabLUNDWeighted.gif In MolEPhiLabHITSWeighted.gif