ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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);
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  }

◆ 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:
Muon::HitPlots::all
ResPlots all
Definition: MuonInsideOutAnalysisPlots.h:50
Muon::HitPlots::chamber
ChamberResPlots chamber
Definition: MuonInsideOutAnalysisPlots.h:52
index
Definition: index.py:1
Muon::ChamberResPlots::book
void book(TDirectory *dir, const TString &prefix)
Definition: MuonInsideOutAnalysisPlots.cxx:40
Muon::ResPlots::fill
void fill(float res_, float pull_, float exerr_)
Definition: MuonInsideOutAnalysisPlots.cxx:23
Muon::ChamberResPlots::fill
void fill(int chIndex_, float res_, float pull_, float exerr_, float p_)
Definition: MuonInsideOutAnalysisPlots.cxx:53
LArG4ShowerLibProcessing.hits
hits
Definition: LArG4ShowerLibProcessing.py:136
checkCorrelInHIST.prefix
dictionary prefix
Definition: checkCorrelInHIST.py:391
Muon::HitPlots::fill
void fill(const MuonValidationHitBlock &hits, int index, float p_)
Definition: MuonInsideOutAnalysisPlots.cxx:68
Muon::ResPlots::book
void book(const TString &prefix)
Definition: MuonInsideOutAnalysisPlots.cxx:18
beamspotman.dir
string dir
Definition: beamspotman.py:623
Muon::HitPlots::all_p
ResPlotsPt all_p
Definition: MuonInsideOutAnalysisPlots.h:51
Muon::ResPlotsPt::book
void book(const TString &prefix)
Definition: MuonInsideOutAnalysisPlots.cxx:29
Muon::ResPlotsPt::fill
void fill(float res_, float pull_, float exerr_, float pt)
Definition: MuonInsideOutAnalysisPlots.cxx:34