#include <MuonInsideOutAnalysisPlots.h>
|
| void | book (TDirectory *dir, const TString &prefix) |
◆ book()
| void Muon::MuonInsideOutAnalysisPlots::book |
( |
TDirectory * | dir, |
|
|
const TString & | prefix ) |
Definition at line 437 of file MuonInsideOutAnalysisPlots.cxx.
437 {
438 TDirectory* ndir =
dir->mkdir(
"Muon");
439 ndir->cd();
440 muon.book(ndir,prefix);
441 ndir =
dir->mkdir(
"Stau");
442 ndir->cd();
443 stau.book(ndir,prefix);
444 ndir =
dir->mkdir(
"Rest");
445 ndir->cd();
446 rest.book(ndir,prefix);
448 }
◆ muon
◆ rest
◆ stau
The documentation for this struct was generated from the following files: