ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::HitPlots Struct Reference

hit plots More...

#include <MuonInsideOutAnalysisPlots.h>

Collaboration diagram for Muon::HitPlots:

Public Member Functions

void book (TDirectory *dir, const TString &prefix)
void fill (const MuonValidationHitBlock &hits, int index, float p_)
void fill (int chIndex_, float res_, float pull_, float exerr_, float p_)

Public Attributes

ResPlots all
ResPlotsPt all_p
ChamberResPlots chamber

Detailed Description

hit plots

Definition at line 49 of file MuonInsideOutAnalysisPlots.h.

Member Function Documentation

◆ book()

void Muon::HitPlots::book ( TDirectory * dir,
const TString & prefix )

Definition at line 62 of file MuonInsideOutAnalysisPlots.cxx.

62 {
63 all.book(prefix);
64 all_p.book(prefix);
65 chamber.book(dir,prefix);
66 }

◆ fill() [1/2]

void Muon::HitPlots::fill ( const MuonValidationHitBlock & hits,
int index,
float p_ )

Definition at line 68 of file MuonInsideOutAnalysisPlots.cxx.

68 {
69 fill( (*hits.id.chIndex)[index], (*hits.residuals.residual)[index],
70 (*hits.residuals.pull)[index], (*hits.residuals.expos_err)[index], p_);
71 }
void fill(const MuonValidationHitBlock &hits, int index, float p_)

◆ fill() [2/2]

void Muon::HitPlots::fill ( int chIndex_,
float res_,
float pull_,
float exerr_,
float p_ )

Definition at line 74 of file MuonInsideOutAnalysisPlots.cxx.

74 {
75 all.fill(res_,pull_,exerr_);
76 all_p.fill(res_,pull_,exerr_,p_);
77 chamber.fill(chIndex_,res_,pull_,exerr_,p_);
78 }

Member Data Documentation

◆ all

ResPlots Muon::HitPlots::all

Definition at line 50 of file MuonInsideOutAnalysisPlots.h.

◆ all_p

ResPlotsPt Muon::HitPlots::all_p

Definition at line 51 of file MuonInsideOutAnalysisPlots.h.

◆ chamber

ChamberResPlots Muon::HitPlots::chamber

Definition at line 52 of file MuonInsideOutAnalysisPlots.h.


The documentation for this struct was generated from the following files: