Skip to content

Instantly share code, notes, and snippets.

@artfisica
Last active June 2, 2017 00:11
Show Gist options
  • Save artfisica/bb66947e4bdf44841bb774fa54e0fb58 to your computer and use it in GitHub Desktop.
Save artfisica/bb66947e4bdf44841bb774fa54e0fb58 to your computer and use it in GitHub Desktop.
ATLAS OpenData
// The ATLAS OpenData Project
// http://opendata.atlas.cern
#include "ATLAS_public_datasets.h"
#include "ATLAS_public_analysis_tools.h"
#include "ATLAS_members_hard_work.h"
#include "hundreds_of_hours.h"
void main() {
bool ATLAS_Experiment = false;
if (current_year<2050) ATLAS_Experiment = true;
while (ATLAS_Experiment) {
if (work_hard && public_resources) {
cout<<"Good Job!"<<endl;
return 0;
}
else {
cout<<"...let's try again!"<<endl;
return 1;
}
}
cout<<"all done"<<endl;
}
@artfisica
Copy link
Author

Hi!
Not a real code, but a way to talk about our http://opendata.atlas.cern project
May, 2017.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment