First steps in data visualisation with CERN-Root Software

Slides:



Advertisements
Similar presentations
Mathematics Algebra 1 Trigonometry Geometry The Meaning of Numbers Choosing the Correct Equation(s) Trig and Geometry Mathematics is a language. It is.
Advertisements

Calibration for different trigger sources (DT,CSC,RPC) S.Bolognesi for the Torino group (with a big help from M. Dalla Valle) DT Cosmic Analysis meeting.
PROGRESS ON WATER PROPERTIES ON TRACKS RECONSTRUCTION Harold Yepes-Ramirez 17/11/2011.
PROGRESS ON WATER PROPERTIES ON TRACKS RECONSTRUCTION Harold Yepes-Ramirez 09/11/2011.
Vladimir Frolov for Torino group. Experimental activities: The system for testing the MRPC in the Torino INFN laboratory has been fully mounted and checked;
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
Similar Figures You will need two different colored highlighters Not all slides are used in the notes.
Update on the new reconstruction software F. Noferini E. Fermi center INFN CNAF EEE Analysis Meeting - 14/09/20151.
First detection of extensive air showers with the EEE experiment CRIS 2010, Catania, September  Introduction to EEE project  The MRPC detector.
Update on the new reconstruction software F. Noferini E. Fermi center INFN CNAF EEE Analysis Meeting - 15/06/20151.
Ronald Bruijn – 10 th APP Symposium Antares results and status Ronald Bruijn.
K. Harrison CERN, 3rd March 2004 GANGA CONTRIBUTIONS TO ADA RELEASE IN MAY - Outline of Ganga project - Python support for AJDL - LCG analysis service.
1. Last measurement of the distances between schools gave following results: G.Ferraris – A.Volta 1.41 km A.Volta – M.D’Azeglio 1.15 km G.Ferraris – M.D’Azeglio.
March 2004 At A Glance ITPS is a flexible and complete trending and plotting solution which provides user access to an entire mission full-resolution spacecraft.
Evaluation of the discovery potential of an underwater Mediterranean neutrino telescope taking into account the estimated directional resolution and energy.
Vladimir Frolov (Centro Fermi) On behalf EEE-TO group.
Similar Figures. The rectangle on the left is similar in shape to the rectangle on the right. Find the width of the right rectangle. 3 cm 6 cm 12 cm Let.
Authors: Dmitrii Pereima, ITEP; Dmitry Golubkov, ITEP; Iouri Gouz, IHEP; Victor Egorychev, ITEP. Visualization of HCAL 137 Cs calibration data 1 CALO +
Preliminary results from the attenuation scans in BGO crystal. 1 F.Lacava CERN
The Population of Near-Earth Asteroids and Current Survey Completion Alan W. Harris MoreData! : The Golden Age of Solar System Exploration Rome,
Update on the new reconstruction software F. Noferini E. Fermi center INFN CNAF EEE Analysis Meeting - 28/09/20151.
I.I.S. A. Volta LODI Extreme Energy Events project 1 1.
First Day in Lab Making a C++ program
Maria Paola Panetta on behalf The EEE Collaboration
Update on the analysis of muon angular distributions in equatorial coordinates F.Riggi Dept. of Physics and INFN, Catania.
Run 3 Statistics EEE Run coordination meeting esteso alle scuole
A collaborative experience
WORKSHOP 2 VALVETRAIN MECHANISM
WORKSHOP 2 VALVETRAIN MECHANISM
Golubev Alexandr, MAGIC project 2016
"Cosmic pi vs. EEE: different tools for the same goal"
Requesting Courses in myMCPS Scheduler
How to install VisualWorks?
Navigating the Yellowstone Conference
Plots for the performance paper
Data taking An exceptional month of March!.
News Reconstruction with Analyzer v 2.0 going on
SMALL UPDATE, BIG TEXT ROBERT CHIRCO
Mathematics is a language.
Instructor’s Guide to Teaching SolidWorks Software Lesson 1
Liceo Scientifico Statale
Slice Test: Preliminary Data Analysis The Ohio State University
Multigap Resistive Plate Chambers for EAS study in the EEE Project
Right-angled triangles A right-angled triangle contains a right angle. The longest side opposite the right angle is called the hypotenuse. Teacher.
Section 2: Centripetal Force
Distance, Displacement, Speed, and Velocity. Distance Distance (d) – how far an object travels. Distance (d) – how far an object travels. Does not depend.
Do you know this browser?...
Z-Test Dr. Kalman J. Andrassy.
First and Third Angle Projection.
on behalf of the NEMO Collaboration
QCD DiJets Variable definitions For LO QCD this looks like
Liceo S.G. Calasanzio of Carcare
Talk general structure
Measure of muon velocity in EEE data
I.I.S. Alessandro Volta, Lodi
Muon's speed determination using DQM database
Taking data efficiently in RUN 5
Calibration of DT-MTCC data
Cartoon Similarity Using cartoons to draw similar figures
Prof.ssa Antonella Azzone Prof. Francesco Cirrottola
Search for anomalous EEE
Unit 9. Day 17..
an intercultural opportunity exchange
Status report on CATA-01/POLA-01 coincidence measurements
THE BEGINNING DUCA DEGLI ABRUZZI (TREVISO) 2014 : ANNUS MIRABILIS
EN Software Carpentry Python – A Crash Course Esoteric Sections Compiled Languages.
Update on POLA-01 measurements in Catania
Bellwork Sept 30 – Oct 4 Solve
RUN 5 Fabrizio Coccetti Run Coordinator
Scale Drawings – Card Match
Presentation transcript:

First steps in data visualisation with CERN-Root Software The daily angular distribution of muons at the Vicenza MRPC Telescope Torino, 6-8 March 2019 Annachiara Campesan Chiara Passuello

EEE Project at Liceo Quadri - Vicenza March 2015: mission to CERN and building of the telescope Spring 2017: starting tests September 2017: beginning of data acquisition and insertion of the telescope in the national project for RUN4 7 March 2018: official inauguration To date at Liceo “Quadri” there is a little group of students and teachers at work to ensure the telescope proper operation and logbook daily compilation. Many thanks to Dr. Fabrizio Coccetti - Centro Fermi - for his invaluable support

Here is located our telescope

Very important people at the inauguration!

Root is... A multiplatform, modular scientific software toolkit. It provides all the functionalities needed to deal with big data processing, statistical analysis, visualisation and storage. It is mainly written in C++ but integrated with other languages such as Python. Root is available under the LGPL V. 2.1 license

Opening screen

Command to create a browser and display the file tree root[0] new TBrowser(); Command to create a browser and display the file tree

22/02/2019 Vicenza MRPC Data

Right Fit

Left Fit

Comparing the coefficients of the two fitted parabola, we found a good match, showing that the two curves are very similar. Left side P0 = 2623 ± 82 P1 = 305 ± 1 P2 = 1.69 ± 0.01 Rigth side P0 = 2514 ± 79 P1 = -307 ± 2 P2 = 1.71 ± 0.01

root [0] TFile *_file0 = TFile::Open("quadri/VICE-01from2019-02-22to2019-02-22.root"); root [1] .ls root [2] eee->Print(); root [3] eee->Draw(); root [4] eee->Draw(“TrackLength”); root [5] eee->Draw("TrackLength","ChiSquare<10",”SAME”);

All tracks Tracks with ChiSquare<10

ns

TrackLength (cm) and TimeOfFlight (ns) may be employed to estimate the light velocity. Considering the given mean and the standard deviation value, we found: v = (3.06 ± 1.16) x 108 m/s

θ θ MRPC Scheme Zenithal angle Theta 100 cm Front view

Tracklength (cm): Data vs function 100/cos(θ) root [0] TF1 f1(“f1”,”100/cos(3.1415*x/180)”,0.,55.); root [1] f1.Draw(); For pure geometrical reasons, the “TrackLength vs Theta“ data should follow the function … and it did exactly !