|  | ATLAS Offline Software
    | 
 
 
 
#include <StripClusterValidationPlots.h>
◆ StripClusterValidationPlots()
      
        
          | ActsTrk::StripClusterValidationPlots::StripClusterValidationPlots | ( | PlotBase * | pParent, | 
        
          |  |  | const std::string & | sDir | 
        
          |  | ) |  |  | 
      
 
Definition at line 9 of file StripClusterValidationPlots.cxx.
   13     m_barrelEndcap = 
Book1D(
"barrelEndcap", 
"StripCluster_barrelEndcap;Barrel-Endcap;Entries;", 5, -2, 3, 
false);
 
   15     m_layerDisk_barrel = 
Book1D(
"layerDisk_barrel", 
"StripCluster_layerDisk_barrel;Layer Disk;Entries;", 6, 0, 6, 
false);
 
   16     m_layerDisk_endcap = 
Book1D(
"layerDisk_endcap", 
"StripCluster_layerDisk_endcap;Layer Disk;Entries;", 6, 0, 6, 
false);
 
   18     m_phiModule_barrel = 
Book1D(
"phiModule_barrel", 
"StripCluster_phiModule_barrel;Phi Module;Entries", 75, 0, 75, 
false);
 
   19     m_phiModule_endcap = 
Book1D(
"phiModule_endcap", 
"StripCluster_phiModule_endcap;Phi Module;Entries", 75, 0, 75, 
false);
 
   21     m_etaModule_barrel = 
Book1D(
"etaModule_barrel", 
"StripCluster_etaModule_barrel;Eta Module;Entries;", 120, -60, 60, 
false);
 
   22     m_etaModule_endcap = 
Book1D(
"etaModule_endcap", 
"StripCluster_etaModule_endcap;Eta Module;Entries;", 120, -60, 60, 
false);
 
   27     m_eta_barrel = 
Book1D(
"eta_barrel", 
"StripCluster_eta_barrel;eta;Entries;", 30, -3, 3, 
false);
 
   28     m_eta_endcap = 
Book1D(
"eta_endcap", 
"StripCluster_eta_endcap;eta;Entries;", 30, -3, 3, 
false);
 
   30     m_perp_barrel = 
Book1D(
"perp_barrel", 
"StripCluster_perp_barrel;r [mm];Entries;", 100, 300, 1100, 
false);
 
   31     m_perp_endcap = 
Book1D(
"perp_endcap", 
"StripCluster_perp_endcap;r [mm];Entries;", 100, 300, 1100, 
false);
 
   33     m_global_x_barrel = 
Book1D(
"global_x_barrel", 
"StripCluster_global_x_barrel;Global x [mm];Entries;", 100, -1100, 1100, 
false);
 
   34     m_global_x_endcap = 
Book1D(
"global_x_endcap", 
"StripCluster_global_x_endcap;Global x [mm];Entries;", 100, -1100, 1100, 
false);
 
   36     m_global_y_barrel = 
Book1D(
"global_y_barrel", 
"StripCluster_global_y_barrel;Global y [mm];Entries;", 100, -1100, 1100, 
false);
 
   37     m_global_y_endcap = 
Book1D(
"global_y_endcap", 
"StripCluster_global_y_endcap;Global y [mm];Entries;", 100, -1100, 1100, 
false);
 
   39     m_global_z_barrel = 
Book1D(
"global_z_barrel", 
"StripCluster_global_z_barrel;Global z [mm];Entries;", 100, -3000, 3000, 
false);
 
   40     m_global_z_endcap = 
Book1D(
"global_z_endcap", 
"StripCluster_global_z_endcap;Global z [mm];Entries;", 100, -3000, 3000, 
false);
 
   42     m_local_x_barrel = 
Book1D(
"local_x_barrel", 
"StripCluster_local_x_barrel;Loval x [mm];Entries;", 100, -50, 50, 
false);
 
   43     m_local_x_endcap = 
Book1D(
"local_x_endcap", 
"StripCluster_local_x_endcap;Loval x [mm];Entries;", 100, -50, 50, 
false);
 
   45     m_localCovXX_barrel = 
Book1D(
"localCovXX_barrel", 
"StripCluster_localCovXX_barrel;Local Cov XX [mm2];Entries;", 100, 0, 0.5*1
e-3, 
false);
 
   46     m_localCovXX_endcap = 
Book1D(
"localCovXX_endcap", 
"StripCluster_localCovXX_endcap;Local Cov XX [mm2];Entries;", 100, 0, 0.5*1
e-3, 
false);
 
   48     m_sizeX_barrel = 
Book1D(
"sizeX_barrel", 
"StripCluster_sizeX_barrel;Size X;Entries;", 100, 0, 400, 
false);
 
   49     m_sizeX_endcap = 
Book1D(
"sizeX_endcap", 
"StripCluster_sizeX_endcap;Size X;Entries;", 100, 0, 400, 
false);
 
   51     m_global_xy_barrel = 
Book2D(
"global_xy_barrel", 
"StripCluster_global_xy_barrel;x [mm];y [mm];", 100, -1100, 1100, 100, -1100, 1100, 
false);
 
   52     m_global_xy_endcap = 
Book2D(
"global_xy_endcap", 
"StripCluster_global_xy_endcap;x [mm];y [mm];", 100, -1100, 1100, 100, -1100, 1100, 
false);
 
   54     m_global_zr_barrel = 
Book2D(
"global_zr_barrel", 
"StripCluster_global_zr_barrel;z [mm];r [mm];", 100, -3000, 3000, 100, 300, 1100, 
false);
 
   55     m_global_zr_endcap = 
Book2D(
"global_zr_endcap", 
"StripCluster_global_zr_endcap;z [mm];r [mm];", 100, -3000, 3000, 100, 300, 1100, 
false);
 
 
 
 
◆ ~StripClusterValidationPlots()
  
  | 
        
          | virtual ActsTrk::StripClusterValidationPlots::~StripClusterValidationPlots | ( |  | ) |  |  | virtualdefault | 
 
 
◆ Book1D() [1/2]
  
  | 
        
          | TH1D * PlotBase::Book1D | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBins, |  
          |  |  | float | start, |  
          |  |  | float | end, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH1D histogram. 
Definition at line 94 of file PlotBase.cxx.
   97   Bool_t oldstat = TH1::AddDirectoryStatus();
 
   98   TH1::AddDirectory(
false);
 
  100   TH1::AddDirectory(oldstat);
 
 
 
 
◆ Book1D() [2/2]
  
  | 
        
          | TH1D * PlotBase::Book1D | ( | const std::string & | name, |  
          |  |  | TH1 * | refHist, |  
          |  |  | const std::string & | labels, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH1D histogram using refHist as reference for number of bins and axis range. 
Definition at line 108 of file PlotBase.cxx.
  110   Bool_t oldstat = TH1::AddDirectoryStatus();
 
  111   TH1::AddDirectory(
false);
 
  113                         refHist->GetXaxis()->GetXbins()->GetArray());
 
  115   TH1::AddDirectory(oldstat);
 
 
 
 
◆ Book2D() [1/3]
  
  | 
        
          | TH2F * PlotBase::Book2D | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBinsX, |  
          |  |  | Double_t * | binsX, |  
          |  |  | int | nBinsY, |  
          |  |  | Double_t | startY, |  
          |  |  | Double_t | endY, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH2F histogram with variable x axis binning. 
Definition at line 144 of file PlotBase.cxx.
  147   Bool_t oldstat = TH2::AddDirectoryStatus();
 
  148   TH2::AddDirectory(
false);
 
  151   TH2::AddDirectory(oldstat);
 
 
 
 
◆ Book2D() [2/3]
  
  | 
        
          | TH2F * PlotBase::Book2D | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBinsX, |  
          |  |  | float | startX, |  
          |  |  | float | endX, |  
          |  |  | int | nBinsY, |  
          |  |  | float | startY, |  
          |  |  | float | endY, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH2F histogram. 
Definition at line 123 of file PlotBase.cxx.
  126   Bool_t oldstat = TH2::AddDirectoryStatus();
 
  127   TH2::AddDirectory(
false);
 
  130   TH2::AddDirectory(oldstat);
 
 
 
 
◆ Book2D() [3/3]
  
  | 
        
          | TH2F * PlotBase::Book2D | ( | const std::string & | name, |  
          |  |  | TH2 * | refHist, |  
          |  |  | const std::string & | labels, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH2D histogram using refHist as reference for number of bins and axis range. 
Definition at line 138 of file PlotBase.cxx.
  139   return Book2D(
name, 
labels, refHist->GetNbinsX(), refHist->GetXaxis()->GetXmin(), refHist->GetXaxis()->GetXmax(),
 
  140                 refHist->GetNbinsY(), refHist->GetYaxis()->GetXmin(), refHist->GetYaxis()->GetXmax(), prependDir);
 
 
 
 
◆ Book3D() [1/2]
  
  | 
        
          | TH3F * PlotBase::Book3D | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBinsX, |  
          |  |  | float | startX, |  
          |  |  | float | endX, |  
          |  |  | int | nBinsY, |  
          |  |  | float | startY, |  
          |  |  | float | endY, |  
          |  |  | int | nBinsZ, |  
          |  |  | float | startZ, |  
          |  |  | float | endZ, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH3F histogram. 
Definition at line 157 of file PlotBase.cxx.
  160   Bool_t oldstat = TH3::AddDirectoryStatus();
 
  161   TH3::AddDirectory(
false);
 
  163                         labels.c_str(), nBinsX, startX, endX, nBinsY, startY, endY, nBinsZ, startZ, endZ);
 
  165   TH3::AddDirectory(oldstat);
 
 
 
 
◆ Book3D() [2/2]
  
  | 
        
          | TH3F * PlotBase::Book3D | ( | const std::string & | name, |  
          |  |  | TH3 * | refHist, |  
          |  |  | const std::string & | labels, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TH3F histogram using refHist as reference for number of bins and axis range. 
Definition at line 171 of file PlotBase.cxx.
  173   Bool_t oldstat = TH3::AddDirectoryStatus();
 
  174   TH3::AddDirectory(
false);
 
  176                         refHist->GetXaxis()->GetXbins()->GetArray(), refHist->GetNbinsY(),
 
  177                         refHist->GetYaxis()->GetXbins()->GetArray(), refHist->GetNbinsZ(),
 
  178                         refHist->GetZaxis()->GetXbins()->GetArray());
 
  179   TH3::AddDirectory(oldstat);
 
 
 
 
◆ BookTEfficiency() [1/2]
  
  | 
        
          | TEfficiency * PlotBase::BookTEfficiency | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | const int | nBinsX, |  
          |  |  | const float | xlo, |  
          |  |  | const float | xhi, |  
          |  |  | const bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a (1-D) TEfficiency histogram. 
Definition at line 257 of file PlotBase.cxx.
  263   hist->SetDirectory(
nullptr);
 
 
 
 
◆ BookTEfficiency() [2/2]
  
  | 
        
          | TEfficiency * PlotBase::BookTEfficiency | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | const int | nBinsX, |  
          |  |  | const float | xlo, |  
          |  |  | const float | xhi, |  
          |  |  | const int | nBinsy, |  
          |  |  | const float | ylo, |  
          |  |  | const float | yhi, |  
          |  |  | const bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a (2-D) TEfficiency histogram. 
Definition at line 270 of file PlotBase.cxx.
  274   hist->SetDirectory(
nullptr);
 
 
 
 
◆ BookTProfile() [1/2]
  
  | 
        
          | TProfile * PlotBase::BookTProfile | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBinsX, |  
          |  |  | float * | binsX, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TProfile histogram with variable binning in x-axis. 
Definition at line 204 of file PlotBase.cxx.
  207   Bool_t oldstat = TProfile::AddDirectoryStatus();
 
  208   TProfile::AddDirectory(
false);
 
  211   TProfile::AddDirectory(oldstat);
 
 
 
 
◆ BookTProfile() [2/2]
  
  | 
        
          | TProfile * PlotBase::BookTProfile | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBinsX, |  
          |  |  | float | startX, |  
          |  |  | float | endX, |  
          |  |  | float | startY = -1, |  
          |  |  | float | endY = -1, |  
          |  |  | bool | prependDir = true, |  
          |  |  | bool | useRMS = false |  
          |  | ) |  |  |  | inherited | 
 
Book a TProfile histogram. 
Definition at line 186 of file PlotBase.cxx.
  190   Bool_t oldstat = TProfile::AddDirectoryStatus();
 
  191   TProfile::AddDirectory(
false);
 
  192   std::string 
opt = useRMS ? 
"S" : 
"";
 
  193   if ((startY == -1) and (endY == -1)) {
 
  198   TProfile::AddDirectory(oldstat);
 
 
 
 
◆ BookTProfile2D() [1/2]
  
  | 
        
          | TProfile2D * PlotBase::BookTProfile2D | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | const int | nBinsX, |  
          |  |  | const double | xlo, |  
          |  |  | const double | xhi, |  
          |  |  | const int | nBinsY, |  
          |  |  | const double | ylo, |  
          |  |  | const double | yhi, |  
          |  |  | bool | prependDir = true, |  
          |  |  | bool | useRMS = false |  
          |  | ) |  |  |  | inherited | 
 
Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values. 
Definition at line 231 of file PlotBase.cxx.
  235   Bool_t oldstat = TProfile2D::AddDirectoryStatus();
 
  236   TProfile2D::AddDirectory(
false);
 
  237   std::string 
opt = useRMS ? 
"S" : 
"";
 
  239   TProfile2D::AddDirectory(oldstat);
 
 
 
 
◆ BookTProfile2D() [2/2]
  
  | 
        
          | TProfile2D * PlotBase::BookTProfile2D | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | const int | nBinsX, |  
          |  |  | double * | binsX, |  
          |  |  | const int | nBinsY, |  
          |  |  | double * | binsY, |  
          |  |  | bool | prependDir = true, |  
          |  |  | bool | useRMS = false |  
          |  | ) |  |  |  | inherited | 
 
Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values. 
Definition at line 245 of file PlotBase.cxx.
  247   Bool_t oldstat = TProfile2D::AddDirectoryStatus();
 
  248   TProfile2D::AddDirectory(
false);
 
  249   std::string 
opt = useRMS ? 
"S" : 
"";
 
  251   TProfile2D::AddDirectory(oldstat);
 
 
 
 
◆ BookTProfileRangeY()
  
  | 
        
          | TProfile * PlotBase::BookTProfileRangeY | ( | const std::string & | name, |  
          |  |  | const std::string & | labels, |  
          |  |  | int | nBinsX, |  
          |  |  | double * | binsX, |  
          |  |  | double | startY, |  
          |  |  | double | endY, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TProfile histogram with variable binning in x-axis and limits in y-values. 
Definition at line 217 of file PlotBase.cxx.
  221   Bool_t oldstat = TProfile::AddDirectoryStatus();
 
  222   TProfile::AddDirectory(
false);
 
  225   TProfile::AddDirectory(oldstat);
 
 
 
 
◆ BookTree()
  
  | 
        
          | TTree * PlotBase::BookTree | ( | const std::string & | name, |  
          |  |  | bool | prependDir = true |  
          |  | ) |  |  |  | inherited | 
 
Book a TTree. 
Definition at line 281 of file PlotBase.cxx.
  285   tree->SetAutoSave(0);
 
  286   tree->SetAutoFlush(0);
 
  287   tree->SetDirectory(
nullptr);
 
 
 
 
◆ constructPrefix()
  
  | 
        
          | std::string PlotBase::constructPrefix | ( | std::string | dir, |  
          |  |  | bool | prependDir |  
          |  | ) |  |  |  | staticprivateinherited | 
 
 
◆ fill()
Definition at line 58 of file StripClusterValidationPlots.cxx.
   65     const auto& local_position = cluster->template localPosition<1>();
 
   66     const auto& local_covariance = cluster->template localCovariance<1>();
 
   68     Amg::Vector3D globalPosition(globalPos(0, 0), globalPos(1, 0), globalPos(2, 0));
 
   78       m_eta_barrel->Fill(globalPosition.eta(), beamSpotWeight);
 
   99       m_eta_endcap->Fill(globalPosition.eta(), beamSpotWeight);
 
 
 
 
◆ finalize()
  
  | 
        
          | void PlotBase::finalize | ( |  | ) |  |  | inherited | 
 
 
◆ finalizePlots()
  
  | 
        
          | virtual void PlotBase::finalizePlots | ( |  | ) |  |  | inlineprivatevirtualinherited | 
 
Reimplemented in TCCPlots, JetTagDQA::BTaggingValidationPlots, InDetPerfPlot_VertexTruthMatching, ZeeValidation::ReconElectronsPlots, InDetPerfPlot_Efficiency, InDetPerfPlot_TRTExtension, InDetPerfPlot_Resolution, InDetPerfPlot_TrackParameters, IDTPM::HitsOnTracksPlots, ZeeValidation::TrueElectronsPlots, IDTPM::VertexParametersPlots, ZeeValidation::TrueFwdElectronsPlots, IDTPM::EfficiencyPlots, IDTPM::DuplicateRatePlots, IDTPM::FakeRatePlots, IDTPM::NtracksPlots, IDTPM::OfflineElectronPlots, InDetPerfPlot_FakeRate, IDTPM::ResolutionPlots, IDTPM::SummaryPlots, IDTPM::TrackParametersPlots, InDetPerfPlot_Duplicate, InDetBasicPlot, and Trk::EfficiencyPlots.
Definition at line 92 of file PlotBase.h.
 
 
◆ getDirectory()
  
  | 
        
          | const std::string& PlotBase::getDirectory | ( |  | ) |  |  | inlineinherited | 
 
 
◆ initialize()
  
  | 
        
          | void PlotBase::initialize | ( |  | ) |  |  | inherited | 
 
 
◆ initializePlots()
  
  | 
        
          | virtual void PlotBase::initializePlots | ( |  | ) |  |  | inlineprivatevirtualinherited | 
 
Reimplemented in TCCPlots, JetTagDQA::BTaggingValidationPlots, InDetPerfPlot_VertexTruthMatching, InDetPerfPlot_Hits, Egamma::LRTElectronPlots, Egamma::ElectronPlots, ZeeValidation::ReconElectronsPlots, RecoMuonPlots, InDetPerfPlot_Efficiency, Egamma::ShowerShapesPlots, InDetPerfPlot_TRTExtension, InDetPerfPlot_Vertex, PFO::PFOClusterMomentPlots, InDetPerfPlot_Resolution, Trk::ExtrRegionPlots, Tau::CorePlots, InDetPerfPlot_TrackParameters, Egamma::TrackPlots, RecoPhysPlots, Tau::DecayModeMigration, Tau::EfficiencyPlots, ZeeValidation::TrueElectronsPlots, IDTPM::HitsOnTracksPlots, PhotonValidationPlots, PFO::FlowElement_LinkerPlots, Muon::IsoPlots, ZeeValidation::ZeePlots, Tau::GeneralTauPlots, Tau::TauParticleFlowPlots, ZeeValidation::TrueFwdElectronsPlots, InDetPerfPlot_HitResidual, InDetPerfPlot_HitEfficiency, Muon::MuonParamElossPlots, Trk::IDHitPlots, PFO::ClusterPlots, PFO::LeptonFELinkerPlots, PFO::PFOCalibHitClusterMomentPlots, InDetPerfPlot_FakeRate, IDTPM::EfficiencyPlots, Muon::SlowMuonParamPlots, PFO::ClusterMomentPlots, IDTPM::DuplicateRatePlots, IDTPM::FakeRatePlots, IDTPM::NtracksPlots, Egamma::PhotonPlots, RecoLumiPlots, Tau::TauIDVariablesPlots, PFO::PFOPlots, InDetPerfPlot_nTracks, IDTPM::ResolutionPlots, IDTPM::SummaryPlots, RecoMuonTrackPlots, ZeeValidation::FWDZeePlots, DiTau::CorePlots, PhysVal::KinematicsPlots, RecoMuonSegmentPlots, ElectronValidationPlots, Egamma::PhotonCnvPlots, PFO::PFOAlgPropertyPlots, InDetPerfPlot_VerticesVsMu, RecoMuonIDTrackPlots, Muon::MomentumTruthPullPlots, Egamma::ElectronFrwdPlots, Trk::ExtrLayerPlots, IDTPM::OfflineElectronPlots, LRTElectronValidationPlots, IDTPM::VertexParametersPlots, IDTPM::TrackParametersPlots, Muon::IsoCorrPlots, PFO::PFOPVMatchedPlots, Muon::MomentumPullPlots, Trk::DefParamPullPlots, Muon::RecoInfoPlots, Egamma::PhotonConversionPlots, InDetPerfPlot_Duplicate, PhysVal::TrkAndVtxPlots, Egamma::IsolationPlots, Egamma::KinematicsPlots, Egamma::PhotonAmbPlots, Egamma::ClusMomentumPlots, InDetBasicPlot, Muon::MuonParamPlots, Muon::BetaPlots, DiTau::ResolutionPlots, Tau::EVetoPlots, InDetPerfNtuple, PFO::PFOAttributePlots, PhysVal::METPlots, Tau::ResolutionPlots, Trk::EfficiencyPlots, Muon::ChargeDepParamPlots, Tau::TauKinematicPlots, Trk::HitTypePlots, Muon::MuonTree, PhysVal::BTagPlots, PhysVal::EventInfoPlots, Trk::HitResidualPlots, Trk::ImpactPlots, Trk::ParamPlots, Trk::RecoInfoPlots, InDetPerfPlot_TrkInJet, RecoVertexPlots, Trk::ResolutionPlots, Trk::TruthInfoPlots, and Muon::HitFracTypePlots.
Definition at line 91 of file PlotBase.h.
 
 
◆ RegisterSubPlot()
  
  | 
        
          | void PlotBase::RegisterSubPlot | ( | PlotBase * | pPlotBase | ) |  |  | inlineinherited | 
 
 
◆ retrieveBookedEfficiencies()
  
  | 
        
          | std::vector< EfficiencyData > PlotBase::retrieveBookedEfficiencies | ( |  | ) |  |  | inherited | 
 
Retrieve all booked efficiency objects. 
Definition at line 83 of file PlotBase.cxx.
   86     std::vector<EfficiencyData> subNodeHists = subNode->retrieveBookedEfficiencies();
 
   87     vBookedEfficiencies.insert(vBookedEfficiencies.end(), subNodeHists.begin(), subNodeHists.end());
 
   89   return vBookedEfficiencies;
 
 
 
 
◆ retrieveBookedHistograms()
  
  | 
        
          | std::vector< HistData > PlotBase::retrieveBookedHistograms | ( |  | ) |  |  | inherited | 
 
Retrieve all booked histograms. 
Definition at line 63 of file PlotBase.cxx.
   66     std::vector<HistData> subNodeHists = subNode->retrieveBookedHistograms();
 
   67     vBookedHistograms.insert(vBookedHistograms.end(), subNodeHists.begin(), subNodeHists.end());
 
   69   return vBookedHistograms;
 
 
 
 
◆ retrieveBookedTrees()
  
  | 
        
          | std::vector< TreeData > PlotBase::retrieveBookedTrees | ( |  | ) |  |  | inherited | 
 
Retrieve all booked trees. 
Definition at line 73 of file PlotBase.cxx.
   76     std::vector<TreeData> subNodeTrees = subNode->retrieveBookedTrees();
 
   77     vBookedTrees.insert(vBookedTrees.end(), subNodeTrees.begin(), subNodeTrees.end());
 
 
 
 
◆ setDetailLevel()
  
  | 
        
          | void PlotBase::setDetailLevel | ( | int | iDetailLevel | ) |  |  | inherited | 
 
Definition at line 55 of file PlotBase.cxx.
   57     subNode->setDetailLevel(iDetailLevel);
 
 
 
 
◆ m_barrelEndcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_barrelEndcap {} |  | private | 
 
 
◆ m_eta_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_eta_barrel {} |  | private | 
 
 
◆ m_eta_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_eta_endcap {} |  | private | 
 
 
◆ m_etaModule_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_etaModule_barrel {} |  | private | 
 
 
◆ m_etaModule_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_etaModule_endcap {} |  | private | 
 
 
◆ m_global_x_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_global_x_barrel {} |  | private | 
 
 
◆ m_global_x_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_global_x_endcap {} |  | private | 
 
 
◆ m_global_xy_barrel
  
  | 
        
          | TH2* ActsTrk::StripClusterValidationPlots::m_global_xy_barrel {} |  | private | 
 
 
◆ m_global_xy_endcap
  
  | 
        
          | TH2* ActsTrk::StripClusterValidationPlots::m_global_xy_endcap {} |  | private | 
 
 
◆ m_global_y_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_global_y_barrel {} |  | private | 
 
 
◆ m_global_y_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_global_y_endcap {} |  | private | 
 
 
◆ m_global_z_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_global_z_barrel {} |  | private | 
 
 
◆ m_global_z_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_global_z_endcap {} |  | private | 
 
 
◆ m_global_zr_barrel
  
  | 
        
          | TH2* ActsTrk::StripClusterValidationPlots::m_global_zr_barrel {} |  | private | 
 
 
◆ m_global_zr_endcap
  
  | 
        
          | TH2* ActsTrk::StripClusterValidationPlots::m_global_zr_endcap {} |  | private | 
 
 
◆ m_iDetailLevel
  
  | 
        
          | int PlotBase::m_iDetailLevel |  | protectedinherited | 
 
 
◆ m_layerDisk_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_layerDisk_barrel {} |  | private | 
 
 
◆ m_layerDisk_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_layerDisk_endcap {} |  | private | 
 
 
◆ m_local_x_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_local_x_barrel {} |  | private | 
 
 
◆ m_local_x_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_local_x_endcap {} |  | private | 
 
 
◆ m_localCovXX_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_localCovXX_barrel {} |  | private | 
 
 
◆ m_localCovXX_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_localCovXX_endcap {} |  | private | 
 
 
◆ m_perp_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_perp_barrel {} |  | private | 
 
 
◆ m_perp_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_perp_endcap {} |  | private | 
 
 
◆ m_phiModule_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_phiModule_barrel {} |  | private | 
 
 
◆ m_phiModule_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_phiModule_endcap {} |  | private | 
 
 
◆ m_sDirectory
  
  | 
        
          | std::string PlotBase::m_sDirectory |  | protectedinherited | 
 
 
◆ m_sideModule_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_sideModule_barrel {} |  | private | 
 
 
◆ m_sideModule_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_sideModule_endcap {} |  | private | 
 
 
◆ m_sizeX_barrel
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_sizeX_barrel {} |  | private | 
 
 
◆ m_sizeX_endcap
  
  | 
        
          | TH1* ActsTrk::StripClusterValidationPlots::m_sizeX_endcap {} |  | private | 
 
 
◆ m_vBookedEfficiencies
◆ m_vBookedHistograms
  
  | 
        
          | std::vector<HistData> PlotBase::m_vBookedHistograms |  | protectedinherited | 
 
 
◆ m_vBookedTrees
  
  | 
        
          | std::vector<TreeData> PlotBase::m_vBookedTrees |  | protectedinherited | 
 
 
◆ m_vSubNodes
  
  | 
        
          | std::vector<PlotBase*> PlotBase::m_vSubNodes |  | protectedinherited | 
 
 
The documentation for this class was generated from the following files:
 
static std::string constructPrefix(std::string dir, bool prependDir)
std::string replace(std::string s, const std::string &s2, const std::string &s3)
DetectorIDHashType identifierHash() const
Returns the IdentifierHash of the measurement (corresponds to the detector element IdentifierHash)
std::vector< HistData > m_vBookedHistograms
int channelsInPhi() const
Returns the dimensions of the cluster in numbers of channels in phi (x), respectively.
TH1 * m_localCovXX_barrel
virtual void initializePlots()
std::vector< EfficiencyData > m_vBookedEfficiencies
TH2F * Book2D(const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, int nBinsY, float startY, float endY, bool prependDir=true)
Book a TH2F histogram.
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
int phi_module(const Identifier &id) const
def TH2F(name, title, nxbins, bins_par2, bins_par3, bins_par4, bins_par5=None, bins_par6=None, path='', **kwargs)
PlotBase(PlotBase *parent, const std::string &sDir)
TH1D * Book1D(const std::string &name, const std::string &labels, int nBins, float start, float end, bool prependDir=true)
Book a TH1D histogram.
std::vector< PlotBase * > m_vSubNodes
def TProfile(*args, **kwargs)
TH1 * m_sideModule_barrel
int layer_disk(const Identifier &id) const
Eigen::Matrix< double, 3, 1 > Vector3D
TH1 * m_sideModule_endcap
int eta_module(const Identifier &id) const
ConstVectorMap< 3 > globalPosition() const
Returns the global position of the strip cluster.
int side(const Identifier &id) const
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side) const
For a single side of module.
virtual void finalizePlots()
std::vector< TreeData > m_vBookedTrees
TH1 * m_localCovXX_endcap