Ntuple Plots

distributions

Muons Occupancy

Occupancy dei Muons sui dati 50908Global
OccupancyMuons.gif

Riempimento dentro il ciclo sui muoni:
OccupancyMuons.Fill(treeVars.muonTkAtEcalPhi[MUindex], treeVars.muonTkAtEcalEta[MUindex]);


Occupancy dei Muons sui dati 50908Cosmic in arrivo

Come sono riempite eta e phi per i muoni

nel codice di produzione delle ntuple (EcalCosmicTree.cc)

dentro al ciclo sulla collezione di tracce
for(reco::TrackCollection::const_iterator recoTrack = recoTracks->begin(); recoTrack = recoTracks->end(); ++recoTrack)

TrackDetMatchInfo info = trackAssociator_.associate(iEvent, iSetup, *recoTrack, trackParameters_);
myTreeVariables_.muonTkAtEcalEta[numberOfRecoMuons] = (float)info.trkGlobPosAtEcal.eta();
myTreeVariables_.muonTkAtEcalPhi[numberOfRecoMuons] = (float)info.trkGlobPosAtEcal.phi();


Muons on Inner Ecal Barrel function ect::EtaPhiMuonAtEcal.


Analytical intersection between muon track and Ecal Inner Barrel

No intersections in Ecal Inner Barrel
HIts.gif

Two intersections in Ecal Inner Barrel
HIts.gif

One intersection in Ecal Inner Barrel: Barrel border
HIts.gif

Inner vs outer Hits


HIts.gif

Muon Phi intersection with ECAL before and after the use of the appropriate TrackAssociator tag


cosmic_TagNoTag.png globalCosmic_TagNoTag.png

Distributions refer to cosmic (first plot) and global(second plot) muon reconstruction, without (in red) and with (in black) the use of the TrackAssociator tag V03-01-03-01.

Asymmetry in ECAL intersections (as returned by the TrackAssociator) with the use of globalCosmicMuons still to be understood.

maps

muon length in single crystals


PLOTaveLenghtWithoutZero.gif

muon length in ECAL

distances most energetic - mostly traversed


PLOTaveIeta.gif PLOTaveIphi.gif

PLOTdiffEta.gif PLOTdiffPhi.gif

(Total Tk in Ecal - SUM over Xtals Tks) / Total Tk in Ecal


PLOTTkComparison.gif

Energy vs Length


PLOTxtalEvsL.gif


number of muons and superclusters

The number of recoMuons il plotted against the number of SuperClusters, both in the case of the cosmic muons and of the global muons, for the run number 50908, from data in /castor/cern.ch/user/m/mattia/50908Global and /castor/cern.ch/user/m/mattia/50908Cosmic respectively.

The values superimposed correspond to the number of events and the fraction of events, respectively.

cosmic50908.gif cosmicEff50908.gif global50908.gif globalEff50908.gif

The macro to create the plots:

TFile *_file0 = TFile::Open("testGlobal50908.root")
SCMuons->SetTitle ("global muons run 50908")
SCMuons->GetXaxis ()->SetTitle ("nSuperClusters")
SCMuons->GetYaxis ()->SetTitle ("nRecoMuons")
SCMuons->DrawCopy ("COLZ")
SCMuons->DrawNormalized("textsame")
/* oppure SCMuons->Draw("textsame") */

superclusters distribution map

The number of superclusters found in the (phi,eta) ECAL surface, both for the Cosmic and Global reconstruction respectively, data from run 50908. Plots should change only because of different statistiscs in the two cases.

SCdistrCosmic50908.gif SCdistrGlobal50908.gif

muons distribution map

The number of muons found in the (phi,eta) ECAL surface, both for the Cosmic and Global reconstruction respectively, data from run 50908. ECAL surface defined by means of EtaPhiMuonAtEcal

MUdistrCosmic50908.gif MUdistrGlobal50908.gif

matching between superclusters and muons

matched superclusters and muons distribution map

The number of superclusters found in the (phi,eta) ECAL surface, both for the Cosmic and Global reconstruction respectively, data from run 50908. Only superclusters that match with muons, within a cone 0.3, are plotted.

matchSCdistrCosmic50908.gif matchSCdistrGlobal50908.gif

The same plot for the muons inrtersection at ECAL, calculated by means of:

          const GlobalPoint muonInnerHit (treeVars.muonInnerHitX[MUindex],
                                          treeVars.muonInnerHitY[MUindex],
                                          treeVars.muonInnerHitZ[MUindex]);
          const GlobalPoint muonOuterHit (treeVars.muonOuterHitX[MUindex],
                                          treeVars.muonOuterHitY[MUindex],
                                          treeVars.muonOuterHitZ[MUindex]);
    
          std::pair<GlobalPoint, GlobalPoint> muonTkAtEcal = 
                ect::EtaPhiMuonAtEcal(muonInnerHit, muonOuterHit) ;

          if (muonTkAtEcal.first.perp () < 0.001) continue ;
          matchMUdistr.Fill (muonTkAtEcal.first.phi (),
                             muonTkAtEcal.first.eta ()) ;

matchMUdistrCosmic50908.gif matchMUdistrGlobal50908.gif

matching efficiency

with the same conditions as above, distribution as a function of the muons number:

matchMUEffCosmic50908.gif matchMUEffGlobal50908.gif

with the same conditions as above, distribution as a function of the superclusters number:

matchSCEffCosmic50908.gif matchSCEffGlobal50908.gif

matching distance

with the same conditions as above, DeltaR for cosmics and global:

deltaRCosmics50908.gif deltaRMapCosmics50908.gif deltaRGlobal50908.gif deltaRMapGlobal50908.gif

matching distance



ECALlengthMapCosmic50908.gif ECALlengthMapGlobal50908.gif

matching distance vs Eta, vs Phi

matchDRvsPhi.gifmatchDRvsEta.gif

matchDEtavsEta.gif

dE/dx Approx vs Detail


differenceVSeta.gifdEdxvsEta.gif

Differenza relativa 2* (dE/dx(Detailed)-dE/dx(Approx)) / (dE/dx(Detailed) + dE/dx(Approx) )
duomo.gif

Selections

Angle between muon direction and supercluster axis for matched muon-SC

Angle.gif

dEdx with variation of the cut on Angle


cuts on 1 rad, 0.8 rad 0.6 rad 0.4 rad 0.2 rad

dEdxCutAngle.gif

Occupancy Xtals

Occupancy all Xtals in matched SC: all events , events angle(MUON-SC) < pi/8
OccupancyXtals.gifOccupancyXtals0-22.5.gif

Average Energy vs Eta, Ave Energy vs Phi

All events , events events angle(MUON-SC) < pi/8

aveEnergyMapVsEta.gifaveEnergyMapVsEta0-22.5.gif

aveEnergyMapVsPhi.gifaveEnergyMapVsPhi0-22.5.gif

Correlation between Angles and SC Energies

AngleVsSCEnergy.gif

Nel grafico seguente in bianco Energia dei SC su tutti gli eventi, in giallo energia dei SC con angolo minore di pi/8. Le statistiche si riferiscono al sample su tutti gli eventi (qualcuno sa come mettere due box di statistiche sullo stesso canvas?).

SuperClusterEnergyVSCut.gif

Nel grafico seguente in bianco Angoli su tutti gli eventi matchati, in verde angoli con cut su 0.2<E<0.5 GeV

AngleVSCut.gif

CUT su Xtal MAX, runs 51047, 51087, 51020

Correlazione con Angolo Muone-SCDirection

Nero: Tutti eventi dei run 51047, 51087, 51020

CUTS su cristallo pił energetico Rosso: 50Mev Blu: 75 Mev Viola: 100 Mev Verde: 125 Mev Azzurro 150 Mev

AngleCUTOnMaxEnergy.gif

Occupancy

Totale 50MeV

75Mev 100MeV

125Mev 150MeV


Occupancy0.gifOccupancy50.gif

Occupancy75.gifOccupancy100.gif



Occupancy125.gifOccupancy150.gif

CUTS on Angle: runs 51057, 51087, 51020, 50908, 50911


allevents.gif
40degrees.gif30degrees.gif
20degrees.gif15degrees.gif
10degrees.gif5degrees.gif

-- PietroGovoni - 22 Aug 2008

Topic attachments
I Attachment History Action Size Date Who Comment
GIFgif 10degrees.gif r1 manage 23.4 K 2008-09-08 - 18:41 MattiaFumagalli  
GIFgif 15degrees.gif r1 manage 25.9 K 2008-09-08 - 18:40 MattiaFumagalli  
GIFgif 20degrees.gif r1 manage 30.0 K 2008-09-08 - 18:40 MattiaFumagalli  
GIFgif 30degrees.gif r1 manage 29.9 K 2008-09-08 - 19:01 MattiaFumagalli  
GIFgif 40degrees.gif r1 manage 31.8 K 2008-09-08 - 19:01 MattiaFumagalli  
GIFgif 5degrees.gif r1 manage 16.9 K 2008-09-08 - 18:41 MattiaFumagalli  
GIFgif Angle.gif r1 manage 6.5 K 2008-09-05 - 11:34 MattiaFumagalli  
GIFgif AngleCUTOnMaxEnergy.gif r1 manage 14.9 K 2008-09-08 - 16:37 MattiaFumagalli  
GIFgif AngleVSCut.gif r1 manage 6.9 K 2008-09-05 - 17:18 MattiaFumagalli  
GIFgif AngleVsSCEnergy.gif r1 manage 13.2 K 2008-09-05 - 16:36 MattiaFumagalli  
PNGpng BarrelBorder.png r1 manage 12.2 K 2008-08-26 - 11:37 AndreaMassironi Barrel border
GIFgif ECALlengthMapCosmic50908.gif r1 manage 63.1 K 2008-09-04 - 16:14 PietroGovoni  
GIFgif ECALlengthMapGlobal50908.gif r1 manage 44.6 K 2008-09-04 - 16:14 PietroGovoni  
GIFgif HIts.gif r1 manage 12.8 K 2008-08-25 - 11:31 AndreaBenaglia  
PNGpng InBarrel.png r1 manage 15.0 K 2008-08-26 - 11:38 AndreaMassironi In Barrel
GIFgif MUdistrCosmic50908.gif r1 manage 72.3 K 2008-09-04 - 14:51 PietroGovoni  
GIFgif MUdistrGlobal50908.gif r1 manage 46.5 K 2008-09-04 - 14:52 PietroGovoni  
GIFgif Occupancy0.gif r1 manage 38.6 K 2008-09-08 - 16:39 MattiaFumagalli  
GIFgif Occupancy100.gif r1 manage 33.4 K 2008-09-08 - 17:43 MattiaFumagalli  
GIFgif Occupancy125.gif r1 manage 32.5 K 2008-09-08 - 16:45 MattiaFumagalli  
GIFgif Occupancy150.gif r1 manage 29.0 K 2008-09-08 - 16:45 MattiaFumagalli  
GIFgif Occupancy50.gif r1 manage 37.9 K 2008-09-08 - 16:40 MattiaFumagalli  
GIFgif Occupancy75.gif r1 manage 34.7 K 2008-09-08 - 16:40 MattiaFumagalli  
GIFgif OccupancyMuons.gif r1 manage 30.5 K 2008-09-04 - 11:12 MattiaFumagalli  
GIFgif OccupancyXtals.gif r1 manage 34.9 K 2008-09-05 - 11:32 MattiaFumagalli  
GIFgif OccupancyXtals0-22.5.gif r1 manage 31.7 K 2008-09-05 - 11:33 MattiaFumagalli  
PNGpng OutBarrel.png r1 manage 23.7 K 2008-08-26 - 11:38 AndreaMassironi Out Barrel
GIFgif PLOTTkComparison.gif r1 manage 7.4 K 2008-08-22 - 12:31 MattiaFumagalli  
GIFgif PLOTaveIeta.gif r1 manage 41.5 K 2008-08-22 - 12:26 MattiaFumagalli  
GIFgif PLOTaveIphi.gif r1 manage 45.4 K 2008-08-22 - 12:26 MattiaFumagalli  
GIFgif PLOTaveLenghtWithoutZero.gif r1 manage 46.1 K 2008-08-22 - 12:33 MattiaFumagalli  
GIFgif PLOTdiffEta.gif r1 manage 6.0 K 2008-08-22 - 12:27 MattiaFumagalli  
GIFgif PLOTdiffPhi.gif r1 manage 6.2 K 2008-08-22 - 12:29 MattiaFumagalli  
GIFgif PLOTxtalEvsL.gif r1 manage 16.0 K 2008-08-22 - 12:34 MattiaFumagalli  
GIFgif SCdistrCosmic50908.gif r1 manage 68.8 K 2008-09-04 - 11:36 PietroGovoni  
GIFgif SCdistrGlobal50908.gif r1 manage 71.6 K 2008-09-04 - 11:37 PietroGovoni  
GIFgif SuperClusterEnergyVSCut.gif r1 manage 6.7 K 2008-09-05 - 16:38 MattiaFumagalli  
GIFgif allevents.gif r1 manage 34.3 K 2008-09-08 - 18:40 MattiaFumagalli  
GIFgif aveEnergyMapVsEta.gif r1 manage 9.3 K 2008-09-05 - 11:39 MattiaFumagalli  
GIFgif aveEnergyMapVsEta0-22.5.gif r1 manage 10.3 K 2008-09-05 - 11:41 MattiaFumagalli  
GIFgif aveEnergyMapVsPhi.gif r1 manage 8.0 K 2008-09-05 - 11:42 MattiaFumagalli  
GIFgif aveEnergyMapVsPhi0-22.5.gif r1 manage 10.7 K 2008-09-05 - 11:42 MattiaFumagalli  
GIFgif cosmic50908.gif r1 manage 15.2 K 2008-09-04 - 10:26 PietroGovoni  
GIFgif cosmicEff50908.gif r1 manage 21.3 K 2008-09-04 - 10:27 PietroGovoni  
PNGpng cosmic_TagNoTag.png r1 manage 7.2 K 2008-09-02 - 09:55 AndreaBenaglia  
GIFgif dEdxCutAngle.gif r1 manage 19.0 K 2008-09-11 - 11:23 MattiaFumagalli  
GIFgif dEdxvsEta.gif r1 manage 13.8 K 2008-09-11 - 20:29 MattiaFumagalli  
GIFgif deltaRCosmics50908.gif r1 manage 8.0 K 2008-09-04 - 14:31 PietroGovoni  
GIFgif deltaRGlobal50908.gif r1 manage 7.9 K 2008-09-04 - 14:32 PietroGovoni  
GIFgif deltaRMapCosmics50908.gif r1 manage 87.8 K 2008-09-04 - 14:56 PietroGovoni  
GIFgif deltaRMapGlobal50908.gif r1 manage 37.4 K 2008-09-04 - 14:57 PietroGovoni  
GIFgif differenceVSeta.gif r1 manage 7.7 K 2008-09-11 - 20:16 MattiaFumagalli  
GIFgif duomo.gif r1 manage 6.7 K 2008-09-12 - 09:18 MattiaFumagalli  
GIFgif global50908.gif r1 manage 15.2 K 2008-09-04 - 10:27 PietroGovoni  
PNGpng globalCosmic_TagNoTag.png r1 manage 8.0 K 2008-09-02 - 09:56 AndreaBenaglia  
GIFgif globalEff50908.gif r1 manage 20.1 K 2008-09-04 - 10:27 PietroGovoni  
GIFgif matchDEtavsEta.gif r1 manage 11.7 K 2008-09-10 - 18:28 MattiaFumagalli  
GIFgif matchDRvsEta.gif r2 r1 manage 10.5 K 2008-09-10 - 18:14 MattiaFumagalli  
GIFgif matchDRvsPhi.gif r1 manage 8.2 K 2008-09-10 - 18:05 MattiaFumagalli  
GIFgif matchMUEffCosmic50908.gif r1 manage 15.4 K 2008-09-04 - 13:12 PietroGovoni  
GIFgif matchMUEffGlobal50908.gif r1 manage 15.1 K 2008-09-04 - 13:12 PietroGovoni  
GIFgif matchMUdistrCosmic50908.gif r1 manage 69.6 K 2008-09-04 - 12:45 PietroGovoni  
GIFgif matchMUdistrGlobal50908.gif r1 manage 38.4 K 2008-09-04 - 12:45 PietroGovoni  
GIFgif matchSCEffCosmic50908.gif r1 manage 15.9 K 2008-09-04 - 13:10 PietroGovoni  
GIFgif matchSCEffGlobal50908.gif r1 manage 15.0 K 2008-09-04 - 13:11 PietroGovoni  
GIFgif matchSCdistrCosmic50908.gif r1 manage 68.5 K 2008-09-04 - 12:03 PietroGovoni  
GIFgif matchSCdistrGlobal50908.gif r1 manage 37.2 K 2008-09-04 - 12:04 PietroGovoni  
Edit | Attach | Watch | Print version | History: r25 < r24 < r23 < r22 < r21 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r25 - 2009-02-06 - AndreaBenaglia
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback