11/07/2012
Plots to make
/Users/guofengyuan/Desktop/ADST_backup/prog2012/Data_Plot/prog0215_method_comparison_Epos
10/31/2012
Why do we select proton or iron as our UHECR candidates?
- Proton and Iron are very common in our universe.
- Iron has the highest binding energy among heavier nuclei, in other words, they are hard to break up in the GZK process.
- There might be some other elements blow GZK threshold, but these two are kind of the limit.
10/28/2012
Root set thstack axis title
First, do this
stack->Draw("nostack");
Then this
stack->GetXaxis()->SetTitle("Timebins");
stack->GetYaxis()->SetTitle("Signal(VEM)");
If you do not follow this order, you get error, stupid root!
stack->Draw("nostack");
Then this
stack->GetXaxis()->SetTitle("Timebins");
stack->GetYaxis()->SetTitle("Signal(VEM)");
If you do not follow this order, you get error, stupid root!
10/25/2012
Red line in root canvas
#include "TStyle.h"
gStyle->SetFillColor(kWhite);
gStyle->SetCanvasBorderMode(0);
gStyle->SetFrameBorderMode(0);
gStyle->SetFillColor(kWhite);
gStyle->SetCanvasBorderMode(0);
gStyle->SetFrameBorderMode(0);
10/23/2012
candidate events data path
/nfs/data/ADST_DATA/double_shell_candidates/Interesting_2006
Program path
prog2009/Oct/prog1028/
Program path
prog2009/Oct/prog1028/
10/09/2012
Root set canvas white
c1 = new TCanvas("c1","Dynamic Filling Example",200,10,700,500);
c1->SetFillColor(kWhite);
Put histogram white
gStyle->SetFillColor(kWhite);
Put histogram white
gStyle->SetFillColor(kWhite);
9/09/2012
9/07/2012
9/05/2012
9/04/2012
8/24/2012
8/19/2012
8/15/2012
8/12/2012
8/06/2012
7/29/2012
Remove icons from top bar in mac os
If your Mac menu bar is starting to resemble an icon farm, remember that you can remove items from the menu bar by holding down the Command key and dragging items out of the menu.
http://osxdaily.com/2012/01/05/remove-icons-menu-bar-mac-os-x/
http://osxdaily.com/2012/01/05/remove-icons-menu-bar-mac-os-x/
7/27/2012
Research 07/27/2012
Find the time residual relations with the GPS ns.
For the stations close to the core, the peaks timing may not be important.
For the stations close to the core, the peaks timing may not be important.
7/25/2012
7/20/2012
7/19/2012
Tcanvas Draw Frame of histogram
TCanvas *can_core= new TCanvas("can_core","Distribution of Shower Core locations",200,10,700,500);
//can_core->SetFillColor(42);
//can_core->SetGrid();
TH1F * hr_core=can_core->DrawFrame(0,0,100,100,"Distribution of Shower Core locations");
hr_core->SetXTitle("X(km)");
hr_core->SetYTitle("Y(km)");
7/17/2012
7/15/2012
7/12/2012
Research 07/12/2012
把两个simulation的文件FD xmax不一样的,叠加在一起看看,能否通过SD来分辨二者.
仔细考虑一下overlay 是否有效。
Now the problem is how to stack them.
是否可以把time residual作为time delay 给加进去,然后试一试。
仔细考虑一下overlay 是否有效。
Now the problem is how to stack them.
是否可以把time residual作为time delay 给加进去,然后试一试。
7/11/2012
Research July 11, 2012
Go back and find the program for double shell fit, use it on the hybrid simulation files.
7/10/2012
6/24/2012
6/20/2012
World’s Top 10 Biggest oilfield services companies list
World’s Top 10 Biggest oilfield services companies list-Collection By GN Solids Control
First publishing from :http://www.arabianoilandgas.com/article-5728-worlds_10_largest_oilfield_services_companies/
As an oilfield solids control equipment company,here we collect World’s Top10 biggest oilfield services companies list
As an oilfield solids control equipment company,here we collect World’s Top10 biggest oilfield services companies list
1. Schlumberger(http://www.slb.com)
2. Halliburton(http://www.halliburton.com)
3. Saipem (http://www.saipem.it)
4. Transocean(http://www.deepwater.com)
5. Baker Hughes(www.bakerhughes.com)
6. Fluor(http://www.fluor.com)
7. Weatherford International(http://www.weatherford.com)
8. BJ Services Company(www.bjservices.com)
9. Petrofac(http://www.petrofac.com/)
10. China Oilfield Services Ltd.(http://www.cnoocs.com)
2. Halliburton(http://www.halliburton.com)
3. Saipem (http://www.saipem.it)
4. Transocean(http://www.deepwater.com)
5. Baker Hughes(www.bakerhughes.com)
6. Fluor(http://www.fluor.com)
7. Weatherford International(http://www.weatherford.com)
8. BJ Services Company(www.bjservices.com)
9. Petrofac(http://www.petrofac.com/)
10. China Oilfield Services Ltd.(http://www.cnoocs.com)
Linked from here
6/13/2012
Data Summary
Old data(Epos_Proton_v2r5p5_SRB)
19.0 45 600-800m not obvious
20.0 45 600-800 not obvious
New data(Epos_2_Proton_v2r6p4_SRB)
19.0 45 600-800m obvious
20.0 45 600-800m obvious
19.0 45 600-800m not obvious
20.0 45 600-800 not obvious
New data(Epos_2_Proton_v2r6p4_SRB)
19.0 45 600-800m obvious
20.0 45 600-800m obvious
6/10/2012
Research 6/10/2012
None of these five methods works well with 45 degrees, should try smaller zenith angle to check.
Find out it is not the zenith angle problem, the distance problem. My methods works better for the the muon number further away from the core(1.2km-1.6km) than 0.6-0.8km.
It also only happens for the new data. Epos2
Find out it is not the zenith angle problem, the distance problem. My methods works better for the the muon number further away from the core(1.2km-1.6km) than 0.6-0.8km.
It also only happens for the new data. Epos2
5/31/2012
Research 06/01/2012
- Set the first peak at time zero and see what other peaks distributions looks like
- add weight to peaks with the size of the peaks
- find out Num muon true meaning in Garrido's GAP Notes
5/28/2012
Research 05/28/2012
The way to ignore the biggest peak in fitting is set it to average of the previous and following bins
p(n)=0.5*(p(n-1)+p(n+1))
p(n)=0.5*(p(n-1)+p(n+1))
5/21/2012
Research 5/21/2012
- Try a fourth factor on X in the second fit to see if it improves
- log y
- write it up and Jim will help you fit it in
5/20/2012
5/18/2012
ubuntu ubufox error
just remove it ,everything will be fine
$ sudo apt-get remove ubufox
then do the normal update
$ sudo apt-get update && sudo apt-get upgrade
The error will disappear!
$ sudo apt-get remove ubufox
then do the normal update
$ sudo apt-get update && sudo apt-get upgrade
The error will disappear!
5/10/2012
5/08/2012
Research 05/08/2012
get the time distribution of first peak of the shower, to looks at its shape.
Describe Garrido's Method in the gap notes, high lighting the difference between the original method and my method.
Describe Garrido's Method in the gap notes, high lighting the difference between the original method and my method.
4/20/2012
Different Methods example from prog2012
location:
/home/gyuan/Desktop/ADST_backup/prog2012/Mar/Different_Method_Example
/home/gyuan/Desktop/ADST_backup/prog2012/Mar/Different_Method_Example
4/18/2012
Latex numbered/unnumbered list
LaTeX provides the following list environments:
enumeratefor numbered lists,itemizefor un-numbered lists,descriptionfor description lists
Numbered lists are produced using
\begin{enumerate} ... \end{enumerate}
4/17/2012
Save a picture directly from word
right click, then save as a picture.
直接右键单击就可以,选择保存为图片就行
http://office.microsoft.com/en-us/word-help/save-a-picture-as-a-jpg-gif-or-png-HA010354818.aspx
直接右键单击就可以,选择保存为图片就行
http://office.microsoft.com/en-us/word-help/save-a-picture-as-a-jpg-gif-or-png-HA010354818.aspx
4/15/2012
3/25/2012
3/19/2012
3/13/2012
Vim Search and Replace
:%s/search/replace/g
Find "Search" and replace with "replace"
:%s/search/replace/gc
Asked for your confirmation before replace
3/11/2012
3/08/2012
3/05/2012
2/27/2012
Align text in html
Left text
Centre text
Right text
You need to see the html source for the source code
2/22/2012
2/02/2012
ubuntu touch pad not working after login
Try this
$gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
Worked for me
$gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
Worked for me
2/01/2012
1/31/2012
Changes need to be made
Muon Correlation talk
- Group Epos data to see how much it improves
- Conect the doted lines in SD
Job website
http://jobs.phds.org/
http://www.myvisajobs.com/
indeed.com,
APS jobs
http://www.simplyhired.com/
LSU Career Services
monster.com,
careerbuilder.com
Physics Today
US Jobbank
Houston Geophysics
SEG jobs
http://jobs.ziprecruiter.com/
American Geophysical Union
http://www.dice.com/
http://www.physicsjobs.com
http://www.higheredjobs.com
http://careers.aapm.org/jobs
Interview Preparation
Brain Teasers
Career Cup
http://www.myvisajobs.com/
indeed.com,
APS jobs
http://www.simplyhired.com/
LSU Career Services
monster.com,
careerbuilder.com
Physics Today
US Jobbank
Houston Geophysics
SEG jobs
http://jobs.ziprecruiter.com/
American Geophysical Union
http://www.dice.com/
http://www.physicsjobs.com
http://www.higheredjobs.com
http://careers.aapm.org/jobs
Interview Preparation
Brain Teasers
Career Cup
1/30/2012
Selection Made
1. Zenith 0~30
2. Distance from the core 1.2-1.6km
3. Energy >3 EeV
Epos(Fe):
Energy 19.0 zenith 0,18,26
QGSJETII(Fe):
Energy:18.0~19.6
Peaks: larger than 0.5 Vem and larger than 3 bins before and after it.
Jump:0.4 Vem
Drop:0.4 Vem
2. Distance from the core 1.2-1.6km
3. Energy >3 EeV
Epos(Fe):
Energy 19.0 zenith 0,18,26
QGSJETII(Fe):
Energy:18.0~19.6
Peaks: larger than 0.5 Vem and larger than 3 bins before and after it.
Jump:0.4 Vem
Drop:0.4 Vem
1/29/2012
1/25/2012
1/24/2012
g++生成a.out以外的执行文件
To compile a C or C++ program:
% gcc file.cor
% g++ file.cThis compiles file.c into an executable binary named a.out.
Here are a few options to gcc and g++:
- -o outputfile
- To specify the name of the output file. The executable will be named a.out unless you use this option.
- % g++ file.c -o test
- -g
- To compile with debugging flags, for use with gdb.
- -L dir
- To specify directories for the linker to search for the library files.
- -l library
- This specifies a library to link with.
- -I dir
- This specifies a directories for the compile to search for when looking for include files.
1/15/2012
1/06/2012
订阅:
评论 (Atom)
