Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena by lemouth

View this thread on steempeak.com
· @lemouth · (edited)
$157.59
Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena
<div class="text-justify">

The first chapter (spread over six posts) of my detailed notes on how to contribute to state-of-the-art research in particle physics with Utopian.io and Steem is about to be finalized, this post being the last building block of my introduction to the [**MadAnalysis 5 framework**](https://github.com/BFuks/madanalysis-utopian). 

Note that everything beyond the first paragraph may be obscure to anyone who did not read the first 5 posts ;)

<div class="pull-left">

<center> <img src="https://s18.postimg.org/vv5sb3w6x/lep.jpg">
<sub>[image credits: <a href="https://commons.wikimedia.org/wiki/File:LEP_radiofrequency_cavity.JPG">Geni</a> (CC BY-SA 4.0)]</sub> </center> 
</div>

This project runs on Steem for a couple of months and aims to **offer a chance to developers lying around to help particle physicists** in the study of **theories extending the Standard Model of particle physics**. 

All those potential new theories are largely motivated [**by various important reasons**](https://steemit.com/science/@lemouth/why-going-beyond-the-standard-model-of-particle-physics). However, determining how current data from the  [**Large Hadron Collider**](https://home.cern/topics/large-hadron-collider) (the LHC) at [**CERN**](https://home.cern/) constrains this or that model is by far not trivial.

This often requires the **simulation of LHC collisions** in which signals from given theoretical contexts are generated. One next reanalyzes the LHC results to **evaluate data compatibility with those signals**. As no hint for any new phenomena has been observed so far, it is clear that one must ensure that any signal stays stealthy.

The above-mentioned tasks require to mimic LHC analysis strategies, and this is where **externals developers can enter the game**. In this project, I have introduced the [**MadAnalysis 5 framework**](https://github.com/BFuks/madanalysis-utopian), in which **C++ implementations of given search LHC strategies have to be achieved**. 

#### Providing these C++ codes is where anyone can help! ####

Of course, there is still a need to detail how to validate those contributions, but this topic is left for after the summer break.
___

## THE MADANALYSIS 5 DATA FORMAT: 5 CLASSES OF OBJECTS ##

Let me first quickly recapitulate the post important pieces of information provided in the earlier posts, after recalling that installation information can be found in this [**first post**](https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started).

In the next two posts ([**here**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer) and [**there**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-implementing-an-lhc-analysis-on-a-computer-the-physics-objects)), I introduced the **four of the five different classes of objects that could be reconstructed** from the information stored in a detector:
 - Electrons, that can be accessed through ```event.rec()->electrons()``` in MadAnalysis 5. This consists in a vector of ```RecLeptonFormat``` objects.
 - Muons, that can be accessed through ```event.rec()->muons()``` in MadAnalysis 5. This consists in a vector of ```RecLeptonFormat``` objects.
 - Photons, that can be accessed through ```event.rec()->photons()``` in MadAnalysis 5. This consists in a vector of ```RecPhotonFormat``` objects.
 - Jets, that can be accessed through ```event.rec()->jets()``` in MadAnalysis 5. This consists in sa vector of ```RecJetFormat``` objects.

<div class="pull-right">

<center> <img src="https://s22.postimg.cc/kh5xkl301/analysis.jpg">
<sub>[image credits: <a href="https://pixabay.com/en/desk-work-business-office-finance-3139127/">rawpixel</a> (CC0)]</sub> </center> 
</div>

Surprize surprize: **taus are there as well**, *i.e.*, the big brothers of the electrons and the muons. It is never to late to introduce them! 

They can be accessed as any other guy, through ```event.rec()->taus()```which returns a vector of ```RecTauFormat``` objects.

All these different objects have a bunch of properties than can be used when designing an analysis. Those properties are often connected to the tracks left, transversely to the collision axis, by the object in a detector.

One has for instance the object transverse momentum (```object.pt()```), transverse energy (```object.et()```) and pseudorapidity (```object.eta()``` or ```object.abseta()``` for its absolute value) that somehow describe **the motion of the object in the detector**.

Finally, analyses are often making use of the **energy carried away by some invisible particles**. This is in particular crucial for what concerns dark matter, as dark matter is invisible. This ‘**missing energy**’ can be accessed through 
```
  MALorentzVector pTmiss = event.rec()->MET().momentum();
  double MET = pTmiss.Pt();
```
that respectively returns a four-vector and a double-precision number.
___

## THE MADANALYSIS 5 DATA FORMAT: OBJECT ISOLATION ##

<div class="pull-left">

<center> <img src="https://s33.postimg.cc/586r3pqfz/collhc.jpg">
<sub> [image credits: <a href="https://www.flickr.com/photos/ronin691/4285125507">Todd Barnard</a> (CC BY-SA 2.0)]</sub> </center> 
</div>

Object separation is something primordial to **ensure a clean reconstruction in which two specific objects do not leave an overlapping signature in the detector**. 

The command ```object1.dr(object2)``` allows us to evaluate the angular distance between two objects, which is then often imposed to be rather large for quality reasons. 

MadAnalysis 5 moreover allows to **automatically handle the overlap between jets and electrons** through the command  ```PHYSICS->Isol->JetCleaning(MyJets,  MyElectrons, 0.2)```. This returns a cleaned jet collection.

In my [**last post**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request), I detailed how the CMS  experiment was dealing with **object isolation**. The **detector activity within a given angular distance around an object** is this time evaluated through 
```
  PHYSICS->Isol->eflow->sumIsolation(obj,event.rec(),DR,0.,IsolationEFlow::COMPONENT)
```
and then constrained. ```DR``` indicates here the angular distance around the object ```obj``` to consider in the calculations, and ```COMPONENT``` has to be ```TRACK_COMPONENT``` (charged particles), ```NEUTRAL_COMPONENT``` (neutral hadronic particles), ```PHOTON_COMPONENT``` (photons) or ```ALL_COMPONENTS``` (everything).
___

## SIGNAL REGIONS (ANDMORE WORDS ABOUT HISTOGRAMS) ##

<div class="pull-right">

<center> <img src="https://s17.postimg.cc/86el2c3fj/boom.jpg">
<sub>[image credits: <a href="https://pixabay.com/en/fractal-light-light-fractal-1759271/">Pixabay</a> (CC0)]</sub> </center> 
</div>

A specific experimental analysis usually focuses on the search for a single signal. 

However, it may be possible that **such a signal could be probed by several similar analyses**, all **sharing a common ground and featuring small differences**.  

One often gather all these ‘*sub-analyses*’  as **a collection of ‘signal regions’ of a single analysis**.

As already briefly mentioned in the previous episode, signal regions can easily be declared in the ```Initialize``` method of the analysis code by including
```
  Manager()->AddRegionSelection(“region1”);
  Manager()->AddRegionSelection(“region2”);
  Manager()->AddRegionSelection(“region3”);
  …
```

Once regions are defined, histograms, introduced in the [**previous post**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request) in the context of a single existing region, can be attached to one or more regions through the commands
```
  Manager()->AddHisto("histo1",15,0,1200);
  Manager()->AddHisto("histo2",15,0,1200,”region1”);

  std::string reglist[ ] = { "region1", “region2”};
  Manager()->AddHisto("histo3",15,0,1200,reglist);
```
that must also be included in the ```Initialize``` method. The first command attaches a histogram (named ```histo1```) to all existing regions, the second one defines a histogram (named ```histo2```) attached to the region ```region1```, and the third command finally links a third histogram ```histo3``` to the two regions ```region1``` and ```region2```. All histograms are, in this example, made of 15 bins ranging from 0 to 1200. 

They are then filled at the level of the ```Execute``` method of the analysis code, 
```
  Manager()->FillHisto(“histo1”,value)
```
where ```value``` is the weight to be filled in the histogram. This weight is appropriately handled when adding
```Manager()->InitializeForNewEvent(event.mc()->weight());```
at the beginning of the ```Execute method```.

The digitized version of the histograms can be found in the ```Output/tth/test_analysis_X/Histograms/histos.saf``` saf file, where one assumes that the code has been executed on a signal n event named ```tth.list```. 

Figures can then be generated by using either the code of [**@crokkon**](https://steemit.com/utopian-io/@crokkon/visualizing-particle-physics-histograms-plotting-madanalysis5-saf-files-as-pngs), of [**@irelandscape**](https://steemit.com/utopian-io/@irelandscape/particle-physics-exercise-1c-solution) or of **@effofex** ([**on GitHub**](https://github.com/effofex/ma5-histo)).
___

## IMPLEMENTING A SELECTION STRATEGY ##

<div class="pull-left">

<center> <img src="https://s33.postimg.cc/uui98f78f/mower.jpg">
<sub> [image credits: <a href="https://pixabay.com/en/lawn-mower-hand-lawn-mower-938555/">Counselling</a> (CC0)]</sub> </center> 
</div>

It is now time to jump with the description of the last ingredients necessary for reimplementing an analysis: **cuts** (connection with the mower ;) ).

An event selection strategy can be seen as a sequence of criteria (or cuts) deciding whether a given event has to be selected or rejected, the aim being **killing the background as much as possible and leaving the signal as untouched as possible**.

A cut can hence be seen as a condition which, if realized, leads to the selection of an event. Cuts must first be declared in the  ```Initialize``` method, in a similar way as for histograms,
```
 Manager()->AddCut("cutname1”);
 Manager()->AddCut("cutname2","region1");
 Manager()->AddCut("cutname3”,reglist);
```
The first line introduces a common cut (named ```cutname1```) that is applied to all regions. The second line declares a cut specific to the region ```region1``` and the third line introduces a cut that is common to the two regions ```region1``` and ```region2```. 

At the level of the ```Execute``` function, the application of a cut has to be implemented as
```
   if(!Manager()->ApplyCut(mycondition, "cutname1")) return true;
```
where ```mycondition``` is a boolean that is true when the event has to be selected. The second argument is simply the name of the cut under consideration. Moreover, cuts have to be applied in the order they have been declared.

<div class="pull-right">

<center> <img src="https://s33.postimg.cc/yplnaqavz/cutflow.png">
<sub>[image credits: <a href="https://arxiv.org/abs/1806.02537">arXiv</a>]</sub> </center> 
</div>

The **evolution of the number of events surviving the different cuts** is what we call a cutflow, an example being shown with the image on the right.

The corresponding information can be found in the ```Output/tth/test_cms_46/Cutflows``` directory, ```tth.list``` being once again the input file.

In this directory, one SAF file per region is available. For each cut, the line ```sum of weights``` is the relevant one to look at for getting the number of events surviving a given cut.

___

## THE EXERCISE ##

The exercise of the day is pretty simple. We will focus on the earlier [**CMS search for dark matter**](https://arxiv.org/abs/1706.03794) and implement the full analysis. We will restart from the piece of codes of the last time and implement the cuts provided in the Section 3 of the CMS article.  We will then apply the code to our usual even sample and get a cutflow.

Hint: the azimuthal angle between the missing energy and any object can be computed as ```object->dphi_0_pi(pTmiss))``` with ```pTmiss``` being introduced above.

Don’t hesitate to write a post presenting and detailing your code. 
 - If tagged with *utopian-io* and *blog* as the first two tags (and steemstem as a third), the post will be reviewed independently by steemstem and utopian-io. 
 - If only the steemstem tag is used, the post will be reviewed by steemstem and get utopian-io upvotes through the steemstem trail.

The deadline is Tuesday July 31st, 16:00 UTC.
___

### MORE INFORMATION ON THIS PROJECT ###

1. [**The idea**](https://steemit.com/utopian/@lemouth/can-the-potential-of-utopian-advance-cutting-edge-science)
2. [**The project roadmap**](https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started)
3. Step 1a: [**implementing electrons, muons and photons**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer)
4. Step 1b: [**jets and object properties**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-implementing-an-lhc-analysis-on-a-computer-the-physics-objects)
5. Step 1c: [**isolation and histograms**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request)
6. Step 1d: **cuts and signal regions** (this post)

Participant posts (alphabetical order):

* **@crokkon**: [**histogramming**](https://steemit.com/utopian-io/@crokkon/visualizing-particle-physics-histograms-plotting-madanalysis5-saf-files-as-pngs).

* **@effofex**: [**histogramming**](https://github.com/effofex/ma5-histo), [**exercise 1b**](https://steemit.com/utopian-io/@effofex/particle-physics-exercise-1b-reconstructed-event-filtering-remembering-c-and-vim), [**madanalysis 5 on windows 10**](https://steemit.com/utopian-io/@effofex/installing-and-testing-the-madanalysis-5-particle-physics-platform-on-win10-using-the-windows-subsystem-for-linux-wsl).

* **@irelandscape**: journey through particle physics ([**1**](https://steemit.com/utopian-io/@irelandscape/journey-through-the-understanding-of-particle-physics-one), [**2**](https://steemit.com/steemstem/@irelandscape/journey-through-the-understanding-of-particle-physics-two), [**2b**](https://steemit.com/steemstem/@irelandscape/journey-through-the-understanding-of-particle-physics-two-bis), [**3**](https://steemit.com/steemstem/@irelandscape/journey-through-the-understanding-of-particle-physics-three), [**4**](https://steemit.com/steemstem/@irelandscape/journey-through-the-understanding-of-particle-physics-four), [**5**](https://steemit.com/steemstem/@irelandscape/journey-through-the-understanding-of-particle-physics-five)), [**exercise 1c**](https://steemit.com/utopian-io/@irelandscape/particle-physics-exercise-1c-solution) and [**its correction**](https://steemit.com/utopian-io/@irelandscape/particle-physics-exercise-1c-solution-corrected), [**exercise 1b**](https://steemit.com/utopian-io/@irelandscape/particle-physics-lemouth-exercise-1b), [**exercise 1a**](https://steemit.com/utopian-io/@irelandscape/particle-physics-lemouth-exercise-1a).

* **@mactro**: [**exercise 1c**](https://steemit.com/utopian-io/@mactro/particle-physics-utopian-io-exercise-1c-solution), [**exercise 1b**](https://steemit.com/utopian-io/@mactro/particle-physics-exercise-1b-solution), [**exercise 1a**](https://steemit.com/utopian-io/@mactro/particle-physics-utopian-project-first-exercise).
___

### STEEMSTEM ###

SteemSTEM is a community-driven project that now runs on Steem for almost 2 years. We seek to build a community of science lovers and to make Steem a better place for Science Technology Engineering and Mathematics (STEM). In particular, we are now actively working in developing a science communication platform on Steem.

More information can be found on the **@steemstem** blog, in our [**discord server**](https://discord.gg/Ph2beq) and in our last [**project report**](https://steemit.com/steemstem/@steemstem/steemstem-summer-2018-project-update).

</div>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 778 others
👎  , , , , , , , , , , , , ,
properties (23)
post_id56,297,519
authorlemouth
permlinkparticle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena
categoryutopian-io
json_metadata{"format":"markdown","links":["https:\/\/github.com\/BFuks\/madanalysis-utopian","https:\/\/commons.wikimedia.org\/wiki\/File:LEP_radiofrequency_cavity.JPG","https:\/\/steemit.com\/science\/@lemouth\/why-going-beyond-the-standard-model-of-particle-physics","https:\/\/home.cern\/topics\/large-hadron-collider","https:\/\/home.cern\/","https:\/\/steemit.com\/utopian-io\/@lemouth\/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started","https:\/\/steemit.com\/utopian-io\/@lemouth\/particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer","https:\/\/steemit.com\/utopian-io\/@lemouth\/particle-physics-utopian-implementing-an-lhc-analysis-on-a-computer-the-physics-objects","https:\/\/pixabay.com\/en\/desk-work-business-office-finance-3139127\/","https:\/\/www.flickr.com\/photos\/ronin691\/4285125507","https:\/\/steemit.com\/utopian-io\/@lemouth\/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request","https:\/\/pixabay.com\/en\/fractal-light-light-fractal-1759271\/","https:\/\/steemit.com\/utopian-io\/@crokkon\/visualizing-particle-physics-histograms-plotting-madanalysis5-saf-files-as-pngs","https:\/\/steemit.com\/utopian-io\/@irelandscape\/particle-physics-exercise-1c-solution","https:\/\/github.com\/effofex\/ma5-histo","https:\/\/pixabay.com\/en\/lawn-mower-hand-lawn-mower-938555\/","https:\/\/arxiv.org\/abs\/1806.02537","https:\/\/arxiv.org\/abs\/1706.03794","https:\/\/steemit.com\/utopian\/@lemouth\/can-the-potential-of-utopian-advance-cutting-edge-science","https:\/\/steemit.com\/utopian-io\/@effofex\/particle-physics-exercise-1b-reconstructed-event-filtering-remembering-c-and-vim","https:\/\/steemit.com\/utopian-io\/@effofex\/installing-and-testing-the-madanalysis-5-particle-physics-platform-on-win10-using-the-windows-subsystem-for-linux-wsl","https:\/\/steemit.com\/utopian-io\/@irelandscape\/journey-through-the-understanding-of-particle-physics-one","https:\/\/steemit.com\/steemstem\/@irelandscape\/journey-through-the-understanding-of-particle-physics-two","https:\/\/steemit.com\/steemstem\/@irelandscape\/journey-through-the-understanding-of-particle-physics-two-bis","https:\/\/steemit.com\/steemstem\/@irelandscape\/journey-through-the-understanding-of-particle-physics-three","https:\/\/steemit.com\/steemstem\/@irelandscape\/journey-through-the-understanding-of-particle-physics-four","https:\/\/steemit.com\/steemstem\/@irelandscape\/journey-through-the-understanding-of-particle-physics-five","https:\/\/steemit.com\/utopian-io\/@irelandscape\/particle-physics-exercise-1c-solution-corrected","https:\/\/steemit.com\/utopian-io\/@irelandscape\/particle-physics-lemouth-exercise-1b","https:\/\/steemit.com\/utopian-io\/@irelandscape\/particle-physics-lemouth-exercise-1a","https:\/\/steemit.com\/utopian-io\/@mactro\/particle-physics-utopian-io-exercise-1c-solution","https:\/\/steemit.com\/utopian-io\/@mactro\/particle-physics-exercise-1b-solution","https:\/\/steemit.com\/utopian-io\/@mactro\/particle-physics-utopian-project-first-exercise","https:\/\/discord.gg\/Ph2beq","https:\/\/steemit.com\/steemstem\/@steemstem\/steemstem-summer-2018-project-update"],"app":"steemit\/0.1","tags":["utopian-io","blog","steemstem","physics","science"],"users":["crokkon","irelandscape","effofex","mactro","steemstem"],"image":["https:\/\/s18.postimg.org\/vv5sb3w6x\/lep.jpg"]}
created2018-07-12 11:58:00
last_update2018-07-12 13:35:21
depth0
children68
net_rshares68,786,097,585,659
last_payout2018-07-19 11:58:00
cashout_time1969-12-31 23:59:59
total_payout_value123.767 SBD
curator_payout_value33.819 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16,364
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (856)
@ausharya ·
wow.It' so amazing.how did you do that?
seriously it's awesome.keep going
properties (22)
post_id56,299,560
authorausharya
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t122320993z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 12:23:24
last_update2018-07-12 12:23:24
depth1
children5
net_rshares0
last_payout2018-07-19 12:23:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length73
author_reputation87,096,358,995
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
How did I do what exactly?
👍  
properties (23)
post_id56,299,813
authorlemouth
permlinkre-ausharya-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t122607068z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 12:26:06
last_update2018-07-12 12:26:06
depth2
children4
net_rshares4,888,073,881
last_payout2018-07-19 12:26:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length26
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@alexdory · (edited)
"headline reading and commenting 101" :)
properties (22)
post_id56,302,476
authoralexdory
permlinkre-lemouth-re-ausharya-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t125701429z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 12:57:03
last_update2018-07-12 12:57:24
depth3
children1
net_rshares0
last_payout2018-07-19 12:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length40
author_reputation6,865,412,978,224
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@veleje ·
Generic post, probably from bot trying to fish for upvotes. 
Spam...
properties (22)
post_id56,304,001
authorveleje
permlinkre-lemouth-re-ausharya-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t131318726z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-12 13:13:18
last_update2018-07-12 13:13:18
depth3
children1
net_rshares0
last_payout2018-07-19 13:13:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length68
author_reputation489,778,819,368
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tking77798 ·
$0.33
Everytime I read a post from @lemouth I know I'll read it twice and understand less than half of it.  

Still, its good to read up on fields completely different than that one I've been trained in and this is about as far away from molecular biology as I can think of.  

Would the term "simulated theoretical physics" be appropriate for what you're doing here?
👍  , , ,
properties (23)
post_id56,300,504
authortking77798
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t123417735z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","users":["lemouth"],"tags":["utopian-io"]}
created2018-07-12 12:34:18
last_update2018-07-12 12:34:18
depth1
children3
net_rshares144,932,137,814
last_payout2018-07-19 12:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.252 SBD
curator_payout_value0.078 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length361
author_reputation14,491,425,587,942
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@veleje · (edited)
$0.05
Same thing, don't understand that much, but love to read his writings nevertheless. ;-)
👍  ,
properties (23)
post_id56,303,835
authorveleje
permlinkre-tking77798-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t131116931z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-12 13:11:18
last_update2018-07-12 13:12:24
depth2
children1
net_rshares21,331,716,586
last_payout2018-07-19 13:11:18
cashout_time1969-12-31 23:59:59
total_payout_value0.039 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length87
author_reputation489,778,819,368
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@lemouth ·
Please check my answer to @tking77798 :)
properties (22)
post_id56,305,744
authorlemouth
permlinkre-veleje-re-tking77798-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t133152340z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["tking77798"],"app":"steemit\/0.1"}
created2018-07-12 13:31:51
last_update2018-07-12 13:31:51
depth3
children0
net_rshares0
last_payout2018-07-19 13:31:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length40
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
$0.04
The problem is that here, if you are not "into the project" (i.e. having read the 5-6 preceding posts and having their content in mind), anything beyond the first paragraph is probably obscure. I cannot summarized the previous episode in more details for the simple reason of the post becoming just too huge.

For this project, simulations matter but they will come later. What we aim, at the end of the day, is to simulate any signal for any theory and check how well (or how bad) the LHC could find them.


Does it make things clearer? :)
👍  
properties (23)
post_id56,305,717
authorlemouth
permlinkre-tking77798-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t133130809z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-12 13:31:30
last_update2018-07-12 13:31:30
depth2
children0
net_rshares16,694,413,228
last_payout2018-07-19 13:31:30
cashout_time1969-12-31 23:59:59
total_payout_value0.027 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length540
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@farhan.sidiqui ·
$0.02
Do I need a professor to understand all this? A humble request is if you can add what happened and going to happen as a conclusion or use common word while writing the post, lay man like me would be able to digest more of this info.
👍  
properties (23)
post_id56,303,451
authorfarhan.sidiqui
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t130639230z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 13:07:21
last_update2018-07-12 13:07:21
depth1
children7
net_rshares10,658,599,523
last_payout2018-07-19 13:07:21
cashout_time1969-12-31 23:59:59
total_payout_value0.019 SBD
curator_payout_value0.003 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length232
author_reputation42,767,228,902,684
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (1)
@lemouth ·
You probably need to read the first 5 posts of the series. Otherwise, there is little chance to get anything going beyond the first paragraph. By the way, what you asked has been already provided in the first posts of this series (I just don't want to repeat here, as the post is already long enough).
properties (22)
post_id56,305,956
authorlemouth
permlinkre-farhansidiqui-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t133416401z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-12 13:34:15
last_update2018-07-12 13:34:15
depth2
children6
net_rshares0
last_payout2018-07-19 13:34:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length301
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@farhan.sidiqui ·
Thanks for help ... I tried again and failed again, never been a good pupil. I think this is hazardous for my health :p
properties (22)
post_id56,310,651
authorfarhan.sidiqui
permlinkre-lemouth-re-farhansidiqui-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t142140259z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 14:22:24
last_update2018-07-12 14:22:24
depth3
children5
net_rshares0
last_payout2018-07-19 14:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length119
author_reputation42,767,228,902,684
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
@alexdory ·
$0.03
As usual, all of your initiatives are nice and insightful for all the particle physics community and not only as I get to see. 
Too bad there are not too many like you. Have you thought of teaming up with other "you's" from the multiverse? :)
How could you signal them to get them to cooperate? 

I will check the participant posts now, I still need to concentrate a bit to understand but this keeps me open to what you keep saying.
👍  ,
properties (23)
post_id56,305,945
authoralexdory
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t133409159z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-12 13:34:09
last_update2018-07-12 13:34:09
depth1
children3
net_rshares13,642,806,352
last_payout2018-07-19 13:34:09
cashout_time1969-12-31 23:59:59
total_payout_value0.023 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length432
author_reputation6,865,412,978,224
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@samminator ·
Like Dr Harrison Wells from the movie "Flash".. S.T.A.R Labs, Earth 2 :)
properties (22)
post_id56,335,227
authorsamminator
permlinkre-alexdory-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t190025013z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 18:51:00
last_update2018-07-12 18:51:00
depth2
children1
net_rshares0
last_payout2018-07-19 18:51:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length72
author_reputation354,813,389,233,576
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
Earth 81 in my case ;)
properties (22)
post_id56,425,135
authorlemouth
permlinkre-samminator-re-alexdory-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t144741980z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 14:47:42
last_update2018-07-13 14:47:42
depth3
children0
net_rshares0
last_payout2018-07-20 14:47:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length22
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
I would actually need a lot of mini-me's :D

Please check the participant posts. They are great :)
properties (22)
post_id56,425,074
authorlemouth
permlinkre-alexdory-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t144708511z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 14:47:09
last_update2018-07-13 14:47:09
depth2
children0
net_rshares0
last_payout2018-07-20 14:47:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length98
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sciencetech ·
So painful I cannot make any meaning not of this rich article cuz I have zero knowledge of anything relating to particle physics.

However, I wanna appreciate you for engaging the community through your exercise assignment. Thanks for the support to the community sir. 

@sciencetech
 STEM contributor
👍  
properties (23)
post_id56,323,830
authorsciencetech
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t163238525z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","users":["sciencetech"],"tags":["utopian-io"]}
created2018-07-12 16:32:45
last_update2018-07-12 16:32:45
depth1
children1
net_rshares5,329,299,761
last_payout2018-07-19 16:32:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length301
author_reputation17,113,283,041,617
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@lemouth ·
As I said to others, this is the part 5 of a series. I would recommend to read the other posts first. This will help to understand where we are heading to. The table of contents is provided at the end of the post.
properties (22)
post_id56,426,054
authorlemouth
permlinkre-sciencetech-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t145638335z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 14:56:39
last_update2018-07-13 14:56:39
depth2
children0
net_rshares0
last_payout2018-07-20 14:56:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length213
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@irelandscape ·
$0.02
Hi looking forward to work on this before a short break for the summer holiday.
Will be away from the end of next week so this is perfect timing.
Cheers!
👍  
properties (23)
post_id56,333,729
authorirelandscape
permlinkre-lemouth-2018712t19313691z
categoryutopian-io
json_metadata{"format":"markdown+html","app":"esteem\/1.6.0","community":"esteem","tags":["utopian-io","blog","steemstem","physics","science"]}
created2018-07-12 18:31:36
last_update2018-07-12 18:31:36
depth1
children1
net_rshares10,658,599,523
last_payout2018-07-19 18:31:36
cashout_time1969-12-31 23:59:59
total_payout_value0.016 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length153
author_reputation15,369,745,159,352
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries
0.
weight1,000
accountesteemapp
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@lemouth ·
I am looking to read your contribution, as usual ;)
properties (22)
post_id56,426,761
authorlemouth
permlinkre-irelandscape-re-lemouth-2018712t19313691z-20180713t150319298z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 15:03:21
last_update2018-07-13 15:03:21
depth2
children0
net_rshares0
last_payout2018-07-20 15:03:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length51
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@samminator ·
$0.05
>as dark matter is invisible

I guess that's one of the reasons it is called "dark" matter.

There's something I've been thinking; though not directly related to the post - or maybe remotely. How close are scientists to discover dark matter? (I mean, to observe dark matter directly). Does it actually exist in reality?

I stumbled on a publication that talked about the discovery of some high energy "ghost particle". Does that account for the discovery of dark matter?
👍  
properties (23)
post_id56,335,061
authorsamminator
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t185830741z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 18:49:06
last_update2018-07-12 18:49:06
depth1
children5
net_rshares21,317,199,046
last_payout2018-07-19 18:49:06
cashout_time1969-12-31 23:59:59
total_payout_value0.036 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length470
author_reputation354,813,389,233,576
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@lemouth ·
> I guess that's one of the reasons it is called "dark" matter.

Yes: it does not interact electromagnetically. Since electromagnetism is connected to light, it is called dark :)

> There's something I've been thinking; though not directly related to the post - or maybe remotely. How close are scientists to discover dark matter? (I mean, to observe dark matter directly). Does it actually exist in reality?

There is a bunch of indirect evidence for dark matter, and they are very strong. The only missing point is a direct observation. However, the results have not ruled out all dark matter options (we are even far from there).

But I cannot really answer the question. I hope we will now as soon as possible :)

> I stumbled on a publication that talked about the discovery of some high energy "ghost particle". Does that account for the discovery of dark matter?

I have no idea on what you are talking about. Can you please provide me a reference?
properties (22)
post_id56,427,171
authorlemouth
permlinkre-samminator-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t150743188z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 15:07:42
last_update2018-07-13 15:07:42
depth2
children4
net_rshares0
last_payout2018-07-20 15:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length955
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@samminator ·
Thanks a lot for the kind reply sir.
>Can you please provide me a reference?

I found one of the articles, but I can't locate the rest. I should have bookmarked them; but maybe because I didn't show much interest in them.
Here's the [link](https://futurism.com/neutrino-source-blazar/) to the one I found:
properties (22)
post_id56,433,486
authorsamminator
permlinkre-lemouth-re-samminator-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t161756381z
categoryutopian-io
json_metadata{"links":["https:\/\/futurism.com\/neutrino-source-blazar\/"],"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-13 16:08:27
last_update2018-07-13 16:08:27
depth3
children3
net_rshares0
last_payout2018-07-20 16:08:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length305
author_reputation354,813,389,233,576
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lordneroo ·
$0.03
Hello hello!

>Finally, analyses are often making use of the energy carried away by some invisible particles. This is in particular crucial for what concerns dark matter, as dark matter is invisible.

So I get that all energy missing in the transverse plane is obviously measured and then linked to the existence of dark matter, providing scientists with the ability to create a dark matter model of some sort? 

I admire your efforts, this is such an incredible initiative!

Have a good day!
👍  
properties (23)
post_id56,353,362
authorlordneroo
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180712t225933222z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-12 22:59:36
last_update2018-07-12 22:59:36
depth1
children1
net_rshares13,323,249,403
last_payout2018-07-19 22:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.022 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length492
author_reputation213,796,208,950,223
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@lemouth ·
$0.04
> So I get that all energy missing in the transverse plane is obviously measured and then linked to the existence of dark matter, providing scientists with the ability to create a dark matter model of some sort?

Not necessarily. Neutrinos are also invisible. Also, mismeasurements induce fake missing energy too. 

To summarize, a large amount of missing energy could be related to dark matter, but the Standard Model and experimental effects contribute too (they make the background).
👍  
properties (23)
post_id56,428,969
authorlemouth
permlinkre-lordneroo-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t152449947z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 15:24:48
last_update2018-07-13 15:24:48
depth2
children0
net_rshares19,730,216,807
last_payout2018-07-20 15:24:48
cashout_time1969-12-31 23:59:59
total_payout_value0.033 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length486
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@procrastilearner ·
$0.03
> This is in particular crucial for what concerns dark matter, as dark matter is invisible.

Do we know that dark matter is 100.00000% invisible?

Could it be 99.9999% invisible? That is, the electromagnetic coupling constant is small but still there? (I have such a shit memory, I may have already asked you this).
👍  
properties (23)
post_id56,369,427
authorprocrastilearner
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t025906667z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-13 02:59:06
last_update2018-07-13 02:59:06
depth1
children1
net_rshares13,323,249,403
last_payout2018-07-20 02:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.023 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length315
author_reputation10,660,504,989,847
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (1)
@lemouth ·
> Do we know that dark matter is 100.00000% invisible?

It depends on the definition of *invisible*. Dark matter  is invisible at the level of an LHC detector. It will leave no track in it. We will just 'see' something missing (deduced from energy conservation). Dark matter is also not electromagnetically interacting. In this way, it could be seen as invisible as electromagnetism is connected to light.

I assume I more or less answered the second question too, didn't I? :)
properties (22)
post_id56,429,212
authorlemouth
permlinkre-procrastilearner-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t152710461z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 15:27:09
last_update2018-07-13 15:27:09
depth2
children0
net_rshares0
last_payout2018-07-20 15:27:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length477
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@effofex ·
$0.05
My hat is off to @crokkon in particular, excellent work on the histogramming.
👍  ,
properties (23)
post_id56,376,620
authoreffofex
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t044743838z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1","users":["crokkon"]}
created2018-07-13 04:47:42
last_update2018-07-13 04:47:42
depth1
children3
net_rshares20,421,669,252
last_payout2018-07-20 04:47:42
cashout_time1969-12-31 23:59:59
total_payout_value0.036 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length77
author_reputation14,417,464,439,057
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@lemouth · (edited)
Yours was good too. Do you plan to write a post on it? :)
properties (22)
post_id56,430,977
authorlemouth
permlinkre-effofex-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t154355916z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-13 15:43:57
last_update2018-07-13 15:44:09
depth2
children2
net_rshares0
last_payout2018-07-20 15:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length57
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@effofex ·
@lemouth I am thinking of it - I'm not sure if I'll do a utopian #developer style post, as I really think @crokkon's should take center stage. I may do a steemstem post about it or a utopian #blog post focusing more on approaching matplotlib as a ggplot2 person.<br/><div class="pull-right"><sub><a href="https://steemit.com/utopian-io/@roxane/fast-reply-v0-1-never-miss-to-answer-a-comment-again-and-do-it-faster-than-ever">Sent with Fast-Reply</a></sub></div>
properties (22)
post_id56,460,563
authoreffofex
permlinkre-effofex-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t154355916z-1531518263557
categoryutopian-io
json_metadata{"version":0.2,"app":"fast-reply"}
created2018-07-13 21:44:36
last_update2018-07-13 21:44:36
depth3
children1
net_rshares0
last_payout2018-07-20 21:44:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length461
author_reputation14,417,464,439,057
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@irelandscape ·
$0.02
Hi, trying to work on this early as I'm soon on holiday.
I have a bit of an issue because at the moment none of the events in the sample file seems to meet the Ptmiss > 170 requirement.

As per your instruction the code is as follows:
```console
  if(!Manager()->ApplyCut(
    event.rec()->MET().momentum().Pt() > 170,
    "pTmiss"))
  {
    return true;
  }
```

Am I being wrong about the check?

Thanks!
👍  
properties (23)
post_id56,457,259
authorirelandscape
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t204741159z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-13 20:47:42
last_update2018-07-13 20:47:42
depth1
children7
net_rshares10,700,009,562
last_payout2018-07-20 20:47:42
cashout_time1969-12-31 23:59:59
total_payout_value0.018 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length406
author_reputation15,369,745,159,352
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@lemouth ·
No, the sample is not very appropriate for this analysis. It consists in the production of a pair of top quarks with a Higgs boson. This is miles away from dark matter ;)
properties (22)
post_id56,459,583
authorlemouth
permlinkre-irelandscape-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180713t212804730z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-13 21:28:03
last_update2018-07-13 21:28:03
depth2
children6
net_rshares0
last_payout2018-07-20 21:28:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length170
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@irelandscape ·
Ok that makes sense.
So do you have any sample to run the code against or should we just provide code that compiles?
properties (22)
post_id56,494,094
authorirelandscape
permlinkre-lemouth-2018714t81751917z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"esteem\/1.6.0","format":"markdown+html","community":"esteem"}
created2018-07-14 07:17:57
last_update2018-07-14 07:17:57
depth3
children5
net_rshares0
last_payout2018-07-21 07:17:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length116
author_reputation15,369,745,159,352
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries
0.
weight1,000
accountesteemapp
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@kit.andres ·
Thank you for the contribution. It's really interesting to see the big community and interest around the project and the series.

 Keep up the good work!

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/1/23111214).

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
👍  
properties (23)
post_id56,549,002
authorkit.andres
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t191835871z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https:\/\/join.utopian.io\/guidelines","https:\/\/review.utopian.io\/result\/1\/23111214","https:\/\/support.utopian.io\/","https:\/\/discord.gg\/uTyJkNm","https:\/\/join.utopian.io\/"],"app":"steemit\/0.1"}
created2018-07-14 19:18:36
last_update2018-07-14 19:18:36
depth1
children3
net_rshares5,254,553,552
last_payout2018-07-21 19:18:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length645
author_reputation29,892,040,056,464
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@lemouth · (edited)
Thanks for the report! Do you mind providing more information regarding "room for improvement"? This is very unclear to me. 

I don't know if this is connected to this, but  as I answered to many comments, a few things may sound obscure, but there are extra posts to read before this one which I took the decision not to repeat.

But please let me know. If there is room for improvement, I want to improve :)
properties (22)
post_id56,556,739
authorlemouth
permlinkre-kitandres-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t210931852z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-14 21:09:30
last_update2018-07-14 21:29:18
depth2
children2
net_rshares0
last_payout2018-07-21 21:09:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length408
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@kit.andres · (edited)
$0.04
Hi lemouth.
The "room for improvement" comment is related to your post format; although, the used language is clear and the format is consistent, there are some portions in the presentation that could look better:

***

* Writing commands outside the general text can make reading even easier.

> 1. The command object1.dr(object2) allows us to evaluate....
> 2. through the command PHYSICS->Isol->JetCleaning(MyJets, MyElectrons, 0.2). This ...

These are some examples in which the commands have been including into the general text. I think that write commands in independent lines will let your post to looks much better.

***

* Attached images can be used to separate big lots of text. This will make reading easier and allow the contribution to look more orderly. I think that two columns structure is not meeting this goal. Images look small and surrounded by a lot of text, and, in some cases, the text in the another column looks a little messy.

***

These are small observations that can make your contributions look much better. I apologize for not having been sufficiently descriptive in my first comment. Your series is of quite quality and we are happy to support your project in Utopian.
👍  
properties (23)
post_id56,564,298
authorkit.andres
permlinkre-lemouth-re-kitandres-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t231903588z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-14 23:19:03
last_update2018-07-14 23:19:33
depth3
children1
net_rshares18,728,698,923
last_payout2018-07-21 23:19:03
cashout_time1969-12-31 23:59:59
total_payout_value0.031 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,204
author_reputation29,892,040,056,464
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@utopian-io ·
Hey @lemouth
**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
👍  ,
properties (23)
post_id56,557,379
authorutopian-io
permlinkre-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t212009z
categoryutopian-io
json_metadata{"app":"beem\/0.19.42"}
created2018-07-14 21:20:09
last_update2018-07-14 21:20:09
depth1
children0
net_rshares5,888,477,895
last_payout2018-07-21 21:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length299
author_reputation152,913,012,544,965
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@alexbeyman · (edited)
I have two questions.

1. How come you make hundreds of SBD per post, but have about the same amount in your wallet that I do? It doesn't seem to be due to vote bot services. What am I missing here? 

2. Are you familiar with the [MINOS underground neutrino detection facility](https://steemit.com/science/@alexbeyman/touring-the-minos-subterranean-neutrino-detection-facility)?  Link goes to photos I took while touring it. I've never been to the sister facility that actually shoots the neutrinos at the collector though.
properties (22)
post_id56,560,421
authoralexbeyman
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t221131608z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","links":["https:\/\/steemit.com\/science\/@alexbeyman\/touring-the-minos-subterranean-neutrino-detection-facility"],"tags":["utopian-io"]}
created2018-07-14 22:11:33
last_update2018-07-14 22:12:36
depth1
children9
net_rshares0
last_payout2018-07-21 22:11:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length523
author_reputation307,452,322,299,597
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
$1.02
Here are the answers: 

1. I am not too sure on how to understand the question. I only post 1-2 posts per week (more 1 than 2 at the moment), so that my account cannot really grow that fast. I don't use bots, and I power up a good chunk of anything I get.

2. I know some details about MINOS, even if I have never been there. I also remember your post (I even commented it ;) )
👍  , ,
properties (23)
post_id56,563,125
authorlemouth
permlinkre-alexbeyman-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t225642411z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-14 22:56:42
last_update2018-07-14 22:56:42
depth2
children8
net_rshares457,008,994,573
last_payout2018-07-21 22:56:42
cashout_time1969-12-31 23:59:59
total_payout_value0.854 SBD
curator_payout_value0.163 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length377
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@alexbeyman · (edited)
It's mostly that your payouts appear to be enormous, and it's unclear where that SBD is going if not into your on-site wallet. I see no evidence of withdrawls in your wallet history either.

With MINOS behind me, the Ice Cube facility in Antarctica is next up on my bucket list. It's another neutrino detection facility but it detects ambient neutrinos coming from space rather than another facility. I have no idea how a civilian can get access, but I dearly wish to.
properties (22)
post_id56,563,398
authoralexbeyman
permlinkre-lemouth-re-alexbeyman-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180714t230135248z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-14 23:01:36
last_update2018-07-14 23:02:00
depth3
children7
net_rshares0
last_payout2018-07-21 23:01:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length468
author_reputation307,452,322,299,597
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@timewarp ·
thanks for sharing this post👌👌👌👌
please  see and upvote my last post
👎  
properties (23)
post_id56,680,084
authortimewarp
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180716t050027382z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-16 05:00:27
last_update2018-07-16 05:00:27
depth1
children0
net_rshares-69,563,738,858
last_payout2018-07-23 05:00:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length68
author_reputation1,689,576,178,660
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemalsace ·
**Félicitations @lemouth** , even if I don't usually comment in English, I'll try this time :). Thanks for sharing with us your knowledge and the projects actually running within the LHC.

Ce post a attiré l'attention de @louishugo et a été upvoté à 100% par @steemalsace et son trail de curation comportant actuellement **28** upvotes .
De plus votre post apparaîtra cette semaine dans notre article de sélection hebdomadaire des meilleurs post francophones.

Vous pouvez suivre @steemalsace pour en savoir plus sur le projet de soutien à la communauté fr et voir d'autres articles qualitatifs francophones ! **Nous visons la clarté et la transparence**.

*Rejoignez le Discord [SteemAlsace]( https://discord.gg/jQUqtnn)*

**Pour nous soutenir par vos votes : rejoignez notre Fanbase et notre Curation Tail sur Steemauto.com. C'est important pour soutenir nos membres, les steemians et Witness francophones** [ICI](https://steemauto.com/)! 
---
**@louishugo**
properties (22)
post_id56,960,410
authorsteemalsace
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180718t170247783z
categoryutopian-io
json_metadata{"app":"busy\/2.5.3","users":["lemouth","louishugo","steemalsace"],"format":"markdown","links":["\/@lemouth","\/@louishugo","\/@steemalsace","\/@steemalsace","https:\/\/discord.gg\/jQUqtnn","https:\/\/steemauto.com\/","\/@louishugo"],"tags":["utopian-io"],"image":[],"community":"busy"}
created2018-07-18 17:02:51
last_update2018-07-18 17:02:51
depth1
children1
net_rshares0
last_payout2018-07-25 17:02:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length961
author_reputation842,472,154,758
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
Merci les amis! On va vous soutenir, ne vous inquietez pas ;)
properties (22)
post_id56,988,292
authorlemouth
permlinkre-steemalsace-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180718t231346463z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-07-18 23:13:45
last_update2018-07-18 23:13:45
depth2
children0
net_rshares0
last_payout2018-07-25 23:13:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length61
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@effofex ·
I'm going to take a crack at getting back in the saddle with this. It looks like this exercise start off from the code resulting from [exercise 1c](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request), does that sound correct?
properties (22)
post_id57,600,340
authoreffofex
permlinkre-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180724t201401633z
categoryutopian-io
json_metadata{"links":["https:\/\/steemit.com\/utopian-io\/@lemouth\/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request"],"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-24 20:14:00
last_update2018-07-24 20:14:00
depth1
children1
net_rshares0
last_payout2018-07-31 20:14:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length299
author_reputation14,417,464,439,057
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemouth ·
That is correct :)
properties (22)
post_id57,608,638
authorlemouth
permlinkre-effofex-re-lemouth-particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena-20180724t221519758z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-07-24 22:15:21
last_update2018-07-24 22:15:21
depth2
children0
net_rshares0
last_payout2018-07-31 22:15:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation178,283,483,453,967
root_title"Particle physics @ Utopian-io - Designing an LHC search strategy for unraveling new phenomena"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000