Difference between revisions of "Hits with Changing Torus Field and 0T Solenoid"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 43: | Line 43: | ||
! Shield IN (Off) | ! Shield IN (Off) | ||
|- | |- | ||
− | | [[ | + | | [[File: In_MolEThetaLabLUND.gif]] |
+ | | [[File:In_MolEThetaLabHITS.gif]] | ||
+ | |- | ||
+ | | [[File: In_MolEThetaLabLUNDWeighted.gif]] | ||
+ | | [[File:In_MolEThetaLabHITSWeighted.gif]] | ||
+ | |- | ||
+ | | [[File: In_MolEPhiLabLUND.gif]] | ||
+ | | [[File:In_MolEPhiLabHITS.gif]] | ||
+ | |- | ||
+ | | [[File: In_MolEPhiLabLUNDWeighted.gif]] | ||
+ | | [[File: In_MolEPhiLabHITSWeighted.gif]] | ||
|} | |} |
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.
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
Shield OUT | Shield OUT Weighted |
---|---|
Shield IN (Off) | |