centrofermi / e3pipe

Analysis pipeline for the EEE expriment
http://eee.centrofermi.it/
GNU General Public License v3.0
4 stars 1 forks source link

Define a good run #68

Open lucabaldini opened 9 years ago

lucabaldini commented 9 years ago

This should have two flavors---on the ROOT and mysql sides.

lucabaldini commented 9 years ago

Livello commestibile: num_events > 1000 AND (run_stop - run_start) > 60. (run_stop - run_start) < 28800. AND num_track_events/num_events > 0.4 AND num_track_events/(run_stop - run_start) > 4. AND num_track_events/(run_stop - run_start) < 100.

Livello buono da mangiare: num_events > 1000 AND (run_stop - run_start) > 60. (run_stop - run_start) < 28800. AND num_track_events/num_events > 0.8 AND num_track_events/(run_stop - run_start) > 8. AND num_track_events/(run_stop - run_start) < 80.

We should implemente these two things in the merging script as well.

lucabaldini commented 9 years ago

See also #73