track based plots
More...
#include <MuonInsideOutAnalysisPlots.h>
track based plots
Definition at line 205 of file MuonInsideOutAnalysisPlots.h.
◆ book()
void Muon::TrackPlots::book |
( |
TDirectory * |
dir, |
|
|
const TString & |
prefix |
|
) |
| |
Definition at line 356 of file MuonInsideOutAnalysisPlots.cxx.
372 TDirectory* ldir =
dir->mkdir(
"hits");
376 ldir =
dir->mkdir(
"hough");
380 ldir =
dir->mkdir(
"segments");
387 ldir =
dir->mkdir(
"times");
389 std::vector<int>
types = { 1,2,10,12,1001,1010};
390 std::vector<std::string>
typeNames = {
"BarrelMDT",
"BarrelRPC",
"BarrelMDTT",
"BarrelRPCT",
"EndcapMDT",
"EndcapMDTT"};
391 for(
unsigned int i=0;
i<
types.size();++
i ){
401 ldir =
dir->mkdir(
"betaFits");
406 ldir =
dir->mkdir(
"candidates");
408 for(
unsigned int i=0;
i<4;++
i ){
409 TString
name =
"stage";
◆ fill() [1/2]
◆ fill() [2/2]
void Muon::TrackPlots::fill |
( |
int |
ntruth_, |
|
|
int |
nseg_, |
|
|
int |
nseg1_, |
|
|
int |
nseg2_, |
|
|
int |
nseg3_, |
|
|
int |
nhough_ |
|
) |
| |
◆ getTimePlots()
TimePlots* Muon::TrackPlots::getTimePlots |
( |
int |
typeIndex | ) |
|
|
inline |
◆ barrel
◆ beta
TH1* Muon::TrackPlots::beta |
◆ candidateStages
◆ endcap
◆ eta
TH1* Muon::TrackPlots::eta |
◆ hits
◆ hough
◆ nhough
TH1* Muon::TrackPlots::nhough |
◆ nseg
TH1* Muon::TrackPlots::nseg |
◆ nseg1
TH1* Muon::TrackPlots::nseg1 |
◆ nseg2
TH1* Muon::TrackPlots::nseg2 |
◆ nseg3
TH1* Muon::TrackPlots::nseg3 |
◆ ntruth
TH1* Muon::TrackPlots::ntruth |
◆ ntruth_hough
TH2* Muon::TrackPlots::ntruth_hough |
◆ ntruth_seg
TH2* Muon::TrackPlots::ntruth_seg |
◆ ntruth_seg1
TH2* Muon::TrackPlots::ntruth_seg1 |
◆ pdg
TH1* Muon::TrackPlots::pdg |
◆ phi
TH1* Muon::TrackPlots::phi |
◆ pt
TH1* Muon::TrackPlots::pt |
◆ segments
◆ segments1
◆ segments2
◆ segments3
◆ timePlots
std::vector<TimePlots> Muon::TrackPlots::timePlots |
The documentation for this struct was generated from the following files:
def TH2F(name, title, nxbins, bins_par2, bins_par3, bins_par4, bins_par5=None, bins_par6=None, path='', **kwargs)