The Life of an ATLAS Physicist At CERN
An anonymous reader writes: Anyone with even a passing interest in the sciences must have wondered what it's like to work at the European Organization for Nuclear Research, better known as CERN. What's it like working in the midst of such concentrated brain power? South African physicist Claire Lee, who works right on ATLAS – one of the two elements of the LHC project that confirmed the existence of the Higgs boson in 2012 — explains what a day in the life of a CERN worker entails. She says, "My standard day is usually comprised of some mix of coding and attending meetings ... There are many different types of work one can do, since I am mostly on analysis this means coding, in C++ or Python — for example, to select a particular subset of events that I am interested in from the full set of data. This usually takes a couple of iterations, where we slim down the dataset at each step and calculate extra quantities we may want to use for our selections.
The amount of data we have is huge – petabytes of data per year stored around the world at various high performance computing centers and clusters. It’s impossible to have anything but the smallest subset available locally – hence the iterations – and so we use the LHC Computing Grid (a specialized worldwide computer network) to send our analysis code to where the data is, and the code runs at these different clusters worldwide (most often in a number of different places, for different datasets and depending on which clusters are the least busy at the time)."
The amount of data we have is huge – petabytes of data per year stored around the world at various high performance computing centers and clusters. It’s impossible to have anything but the smallest subset available locally – hence the iterations – and so we use the LHC Computing Grid (a specialized worldwide computer network) to send our analysis code to where the data is, and the code runs at these different clusters worldwide (most often in a number of different places, for different datasets and depending on which clusters are the least busy at the time)."
1) Thank you for not using the term "Big Data" in the summary.
2) How do you permanently disable the crappy "Slashdot Deelz" ad that always appears now, even if you click its "Fuck Off" link?
> 2) How do you permanently disable the crappy "Slashdot Deelz" ad that always appe2) How do you permanently disable the crappy
Just disable Javascript: I don't even know what you're talking about (and I probably don't know many other things I don't care about :-)
This is probably one of the best posts you've made, bennet.
Why is the category Python while the researcher says that coding is done in both C++ and Python?
Not really been wondering, we already got to witness it first-person in HalfLife! Just watch out when you notice any resonance cascade...
"Only one thing is impossible for God: To find any sense in any copyright law on the planet." - Mark Twain
please ban this spammar account, BlackPignouf. Clearly it is involved in peddling illegal spam. That is all.
A documentary was made recently:
"Particle Fever is a 2013 documentary film tracking the first round of experiments at the Large Hadron Collider near Geneva, Switzerland. The film follows the experimental physicists at CERN who run the experiments, as well as the theoretical physicists who attempt to provide a conceptual framework for the LHC's results. The film begins in 2008 with the first firing of the LHC and concludes in 2012 with the successful identification of the Higgs boson."
http://en.wikipedia.org/wiki/Particle_Fever
Now anyone can help to analyze the data: http://www.higgshunters.org/
Can we do the same for ITER scientists?
First, how a Nobel winner (in another article here on Slashdot) who has made racist (against Africans) and sexist public remarks thinks he's going to successfully auction off his award for more than $5.00 is beyond comprehension in light of THIS article about a SOUTH AFRICAN WOMAN who is a SCIENTIST.
Thank you, /., for posting an article about a woman in STEM that (for once) contains no clickbaiting headline, libel about entire groups committing discrimination & misogyny & harassment, nor the usual thinly veiled, anvilicious feminist agenda. It really is refreshing.
I had a friend who was a PhD student in Experimental Physics in the late 90s.
As part of his lab's obligations, he had to do some grunt/shift work at CERN about a week every month.
He said unless your life is Physics 24/7, it gets boring pretty quickly. A lot of people there only talk about physics, they have no other hobbies.
There was not much to do besides the Physics aspect.
This seems to have changed though judging from the article, there seems to be social clubs which is certainly an improvement. Still, she (the woman in the interview) says the turn-over rate is huge, people are send there at the beginning of their PhD and get back to their home labs after a while. Looks like that aspect hasn't changed but that's probably true for most University Labs in the world.
Possibly because it often isn't coding in real C++. In ATLAS, and particle physics in general, we use this awful data analysis package called ROOT which is about the worst example of C++ code you can possibly imagine (although it has significantly improved over the years). This package uses a C++ interpreter so that you can write C++ scripts. Sadly this interpreter cannot implement the full set of C++ so major bits of functionality are missing like virtual functions so it's hard to really call this C++.
Unfortunately, while there are many issues with ROOT, it is incredibly fast at I/O and has lots of features which do what we need (if you can navigate past the bugs, memory leaks and dodgy documentation). One way to do help with this is to use the Python interface so many of us use the Python interface as a shield from the full horror of ROOT. The other alternative is to write compiled C++ code which gives you the complete C++ functionality but still leaves you with the minefield of linking to ROOT. To give an example of how bad this can be a few years ago they had a bug which made you code dependent on the comments i.e. by adding a comment line the code generated a duplicate symbol error when linked. After a day of tracking this down to a pre-processor macro I was told by the root development team that they already knew about this bug but could not fix it...that was also the day I switched to using the Python interface!
Um...you're aware that apartheid ended 20 years ago, right?
My wife is a physicist at FermiLab here in Illinois. This post pretty much describes her workday as well...