FairRoot/PandaRoot
|
#include <PndMvdAllDataEventAna.h>
Public Member Functions | |
PndMvdAllDataEventAna () | |
PndMvdAllDataEventAna (TString fileName) | |
virtual | ~PndMvdAllDataEventAna () |
virtual void | Init (TString filename) |
virtual void | InitBranch () |
virtual void | InitHistos () |
virtual void | AnaHits () |
virtual void | BeginOfEventAction () |
virtual void | EndOfEventAction () |
virtual void | ClearHistos () |
void | PrintHitArray () |
void | PrintDigiArray () |
void | PrintClusterArray () |
void | PrintRecoArray () |
void | FillHitHistos () |
void | FillDigiHistos () |
void | FillClusterHistos () |
void | FillRecoHistos () |
void | FillHitPerClusterHistos () |
void | FillHitResolutionHistos () |
void | Fill3DHisto () |
void | FillHitProjHistos () |
void | DrawHitHisto (TString detName, TCanvas *extCan=0, Int_t pad=0) |
void | DrawDigiHisto (TString detName, TCanvas *extCan=0, Int_t pad=0) |
void | DrawClusterHisto (TString detName, TCanvas *extCan=0, Int_t pad=0) |
void | DrawRecoHisto (TString detName, TCanvas *extCan=0, Int_t pad=0) |
void | DrawAllHistos (TString detName, TCanvas *extCan=0) |
void | DrawAllHistos (Int_t i, TCanvas *extCan=0) |
void | Draw3D (TString opt="", TCanvas *extCan=0, Int_t pad=0) |
void | DrawAllTracks (TCanvas *extCan=0, Int_t pad=0) |
void | DrawHitTracks (TCanvas *extCan=0, Int_t pad=0) |
void | DrawEvent (bool tracks=false, TCanvas *extCan=0) |
void | DrawTopVolume (TCanvas *extCan=0, Int_t pad=0, const char *opt="") |
void | DrawHisxy (TCanvas *extCan=0, Int_t pad=0) |
void | DrawHisrz (TCanvas *extCan=0, Int_t pad=0) |
void | DrawHistoVec (std::vector< TH1 * > *vec, TCanvas *extCan=0, Int_t pad=0) const |
void | DrawHisto (TH1 *histo, TCanvas *extCan=0, Int_t pad=0) const |
void | DrawHitPerCluster (TCanvas *extCan=0, Int_t pad=0) |
void | DrawResolution (TCanvas *extCan=0, Int_t pad=0) |
void | Create3DGeoHits () |
void | ClearHistoMaps (std::map< TString, TH1 * > *myHistos) const |
void | ClearAllHMaps () |
void | ClearHistoVector (std::vector< TH1 * > *myVectors) const |
void | ClearAllVectors () |
TVector3 | GetLocalHitPoints (TString detName, TVector3 input) |
std::vector< Int_t > | GetHitPerCluster (PndSdsCluster *clusterCand) |
std::vector< TString > | GetModulesHit () |
TVector3 | CalcMeanHitPos (std::vector< Int_t > points) |
void | InitCanvas () |
void | AnaEvents (Int_t count) |
void | AnaEventNr (Int_t Nr) |
void | NextEvent () |
void | DrawHistos () |
void | DrawHisto (TString path, TString opt="") |
void | SetCanvasColumns (Int_t col) |
void | SetDrawOption (TString histoName, TString option) |
void | SetSelection (TString sel) |
void | FillVector () |
void | DrawVector (Int_t index, TString opt) |
Int_t | GetEventNr () const |
TString | GetSelection () const |
TH1 * | GetHisto (TString histoName) |
TH1 * | GetHisto (Int_t i) |
virtual void | AnaHitNr (Int_t i) |
Protected Member Functions | |
ClassDef (PndMvdEventAna, 1) | |
Protected Attributes | |
TClonesArray * | fDigiArray |
TClonesArray * | fClusterArray |
TClonesArray * | fRecoArray |
TClonesArray * | fGeoTrackArray |
TClonesArray * | fTrackFArray |
Int_t | fActiveEvent |
Int_t | fAnaEvents |
TFile * | fFile |
TTree * | fTree |
TClonesArray * | fHitArray |
TString | fClassName |
TString | fBranchName |
TString | fSelection |
TCanvas * | fCan |
std::map< TString, TH1 * > | fHistos |
std::map< TString, TString > | fDrawOption |
std::vector< TH1 * > | fHistoVector |
Int_t | fCancol |
PndGeoHandling * | fGeoH |
Private Member Functions | |
ClassDef (PndMvdAllDataEventAna, 1) | |
Private Attributes | |
std::map< TString, TH1 * > | fDigiHistos |
std::map< TString, TH1 * > | fClusterHistos |
std::map< TString, TH1 * > | fRecoHistos |
std::map< TString, TH1 * > | fHitPerClusterHistos |
std::map< TString, TH1 * > | fHitResolutionHistos |
std::vector< TH1 * > | fHitHistoVec |
std::vector< TH1 * > | fDigiHistoVec |
std::vector< TH1 * > | fClusterHistoVec |
std::vector< TH1 * > | fRecoHistoVec |
TGeoVolume * | fMvdTopVolume |
TGeoVolume * | fRecoTopVolume |
TGeoVolume * | fRecoVolume |
TH1 * | fRecoErrorHisto |
TH1 * | fAllHitPerClusterHistos |
TH1 * | fAllHitResolutionHistos |
TH3D * | f3DMCHisto |
TH3D * | f3DRecoHisto |
std::vector< TH1 * > | fSimHisxy |
std::vector< TH1 * > | fSimHisrz |
std::vector< TH1 * > | fRecoHisxy |
std::vector< TH1 * > | fRecoHisrz |
TCanvas * | fCan1 |
TCanvas * | fCan2 |
PndSdsCalcFePixel * | fPixelCon |
PndEventDisplay * | fGeoList |
PndMvdAllDataEventAna.h
Definition at line 39 of file PndMvdAllDataEventAna.h.
|
inline |
Definition at line 41 of file PndMvdAllDataEventAna.h.
PndMvdAllDataEventAna::PndMvdAllDataEventAna | ( | TString | fileName | ) |
Definition at line 17 of file PndMvdAllDataEventAna.cxx.
References PndEventDisplay::AddNewGroup(), PndMvdEventAna::fGeoH, fGeoList, fMvdTopVolume, fPixelCon, fRecoVolume, gGeoManager, Init(), PndGeoHandling::Instance(), and PndMvdEventAna::SetCanvasColumns().
|
inlinevirtual |
Definition at line 43 of file PndMvdAllDataEventAna.h.
|
inherited |
Definition at line 28 of file PndMvdEventAna.cxx.
References PndMvdEventAna::AnaHits(), PndMvdEventAna::BeginOfEventAction(), PndMvdEventAna::ClearHistos(), PndMvdEventAna::EndOfEventAction(), PndMvdEventAna::fActiveEvent, PndMvdEventAna::fAnaEvents, PndMvdEventAna::fTree, PndMvdEventAna::InitHistos(), and vecs.
Referenced by PndMvdEventAna::NextEvent().
|
inherited |
Definition at line 79 of file PndMvdEventAna.cxx.
References PndMvdEventAna::AnaHits(), count, PndMvdEventAna::fActiveEvent, PndMvdEventAna::fAnaEvents, PndMvdEventAna::fTree, i, and PndMvdEventAna::InitHistos().
|
inlinevirtualinherited |
Reimplemented in PndMvdDigiEventAna, and PndMvdMCEventAna.
Definition at line 59 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::AnaHits().
|
virtual |
Reimplemented from PndMvdEventAna.
Definition at line 149 of file PndMvdAllDataEventAna.cxx.
References Create3DGeoHits(), PndMvdEventAna::fActiveEvent, fClusterArray, fDigiArray, PndMvdEventAna::fHitArray, Fill3DHisto(), FillClusterHistos(), FillDigiHistos(), FillHitHistos(), FillHitPerClusterHistos(), FillHitProjHistos(), FillHitResolutionHistos(), FillRecoHistos(), fRecoArray, PndMvdEventAna::fTree, PrintClusterArray(), PrintDigiArray(), PrintHitArray(), and PrintRecoArray().
|
inlinevirtual |
Reimplemented from PndMvdEventAna.
Definition at line 49 of file PndMvdAllDataEventAna.h.
References ClearAllVectors().
TVector3 PndMvdAllDataEventAna::CalcMeanHitPos | ( | std::vector< Int_t > | points | ) |
Definition at line 426 of file PndMvdAllDataEventAna.cxx.
References Double_t, energy, PndMvdEventAna::fHitArray, PndSdsMCPoint::GetPosition(), PndSdsMCPoint::GetPositionOut(), and i.
Referenced by FillHitResolutionHistos().
|
protectedinherited |
|
private |
void PndMvdAllDataEventAna::ClearAllHMaps | ( | ) |
Definition at line 691 of file PndMvdAllDataEventAna.cxx.
References ClearHistoMaps(), fClusterHistos, fDigiHistos, PndMvdEventAna::fHistos, fHitPerClusterHistos, fHitResolutionHistos, and fRecoHistos.
Referenced by ClearHistos().
void PndMvdAllDataEventAna::ClearAllVectors | ( | ) |
Definition at line 701 of file PndMvdAllDataEventAna.cxx.
References ClearHistoVector(), fClusterHistoVec, fDigiHistoVec, fHitHistoVec, and fRecoHistoVec.
Referenced by BeginOfEventAction(), and ClearHistos().
Definition at line 681 of file PndMvdAllDataEventAna.cxx.
Referenced by ClearAllHMaps().
|
virtual |
Reimplemented from PndMvdEventAna.
Definition at line 132 of file PndMvdAllDataEventAna.cxx.
References ClearAllHMaps(), ClearAllVectors(), PndEventDisplay::ClearHits(), and fGeoList.
void PndMvdAllDataEventAna::ClearHistoVector | ( | std::vector< TH1 * > * | myVectors | ) | const |
Definition at line 708 of file PndMvdAllDataEventAna.cxx.
References i.
Referenced by ClearAllVectors(), and FillHitProjHistos().
void PndMvdAllDataEventAna::Create3DGeoHits | ( | ) |
Definition at line 652 of file PndMvdAllDataEventAna.cxx.
References PndEventDisplay::AddHit(), PndMvdEventAna::fGeoH, fGeoList, PndMvdEventAna::fHitArray, fRecoArray, PndGeoHandling::GetPath(), gGeoManager, i, and PndEventDisplay::SetHits().
Referenced by AnaHits(), and EndOfEventAction().
void PndMvdAllDataEventAna::Draw3D | ( | TString | opt = "" , |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) |
void PndMvdAllDataEventAna::DrawAllHistos | ( | TString | detName, |
TCanvas * | extCan = 0 |
||
) |
Definition at line 485 of file PndMvdAllDataEventAna.cxx.
References DrawClusterHisto(), DrawDigiHisto(), DrawHitHisto(), DrawRecoHisto(), fCan1, fHitPerClusterHistos, and fHitResolutionHistos.
Referenced by DrawAllHistos().
void PndMvdAllDataEventAna::DrawAllHistos | ( | Int_t | i, |
TCanvas * | extCan = 0 |
||
) |
Definition at line 503 of file PndMvdAllDataEventAna.cxx.
References DrawAllHistos(), PndMvdEventAna::fHistos, i, and TString.
void PndMvdAllDataEventAna::DrawAllTracks | ( | TCanvas * | extCan = 0 , |
Int_t | pad = 0 |
||
) |
Definition at line 533 of file PndMvdAllDataEventAna.cxx.
References fGeoTrackArray, and i.
void PndMvdAllDataEventAna::DrawClusterHisto | ( | TString | detName, |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) |
Definition at line 468 of file PndMvdAllDataEventAna.cxx.
References fClusterHistos.
Referenced by DrawAllHistos().
void PndMvdAllDataEventAna::DrawDigiHisto | ( | TString | detName, |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) |
Definition at line 460 of file PndMvdAllDataEventAna.cxx.
References fDigiHistos.
Referenced by DrawAllHistos().
void PndMvdAllDataEventAna::DrawEvent | ( | bool | tracks = false , |
TCanvas * | extCan = 0 |
||
) |
Definition at line 604 of file PndMvdAllDataEventAna.cxx.
References DrawHistoVec(), DrawHitTracks(), DrawTopVolume(), fAllHitResolutionHistos, fCan2, fRecoHisrz, and fRecoHisxy.
void PndMvdAllDataEventAna::DrawHisrz | ( | TCanvas * | extCan = 0 , |
Int_t | pad = 0 |
||
) |
Definition at line 577 of file PndMvdAllDataEventAna.cxx.
References DrawHistoVec(), and fRecoHisxy.
void PndMvdAllDataEventAna::DrawHisto | ( | TH1 * | histo, |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) | const |
Definition at line 597 of file PndMvdAllDataEventAna.cxx.
Referenced by DrawHitPerCluster(), and DrawResolution().
|
inherited |
Definition at line 63 of file PndMvdEventAna.cxx.
References PndMvdEventAna::fCan, PndMvdEventAna::fHistos, and i.
void PndMvdAllDataEventAna::DrawHistoVec | ( | std::vector< TH1 * > * | vec, |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) | const |
Definition at line 587 of file PndMvdAllDataEventAna.cxx.
References i.
Referenced by DrawEvent(), DrawHisrz(), and DrawHisxy().
void PndMvdAllDataEventAna::DrawHisxy | ( | TCanvas * | extCan = 0 , |
Int_t | pad = 0 |
||
) |
Definition at line 582 of file PndMvdAllDataEventAna.cxx.
References DrawHistoVec(), and fRecoHisrz.
void PndMvdAllDataEventAna::DrawHitHisto | ( | TString | detName, |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) |
Definition at line 451 of file PndMvdAllDataEventAna.cxx.
References PndMvdEventAna::fHistos.
Referenced by DrawAllHistos().
|
inline |
Definition at line 84 of file PndMvdAllDataEventAna.h.
References DrawHisto(), and fAllHitPerClusterHistos.
void PndMvdAllDataEventAna::DrawHitTracks | ( | TCanvas * | extCan = 0 , |
Int_t | pad = 0 |
||
) |
Definition at line 546 of file PndMvdAllDataEventAna.cxx.
References fGeoTrackArray, PndMvdEventAna::fHitArray, and i.
Referenced by DrawEvent().
void PndMvdAllDataEventAna::DrawRecoHisto | ( | TString | detName, |
TCanvas * | extCan = 0 , |
||
Int_t | pad = 0 |
||
) |
Definition at line 476 of file PndMvdAllDataEventAna.cxx.
References fRecoHistos.
Referenced by DrawAllHistos().
|
inline |
Definition at line 85 of file PndMvdAllDataEventAna.h.
References DrawHisto(), and fAllHitResolutionHistos.
void PndMvdAllDataEventAna::DrawTopVolume | ( | TCanvas * | extCan = 0 , |
Int_t | pad = 0 , |
||
const char * | opt = "" |
||
) |
Definition at line 569 of file PndMvdAllDataEventAna.cxx.
References fMvdTopVolume.
Referenced by DrawEvent().
|
inherited |
|
inlinevirtual |
Reimplemented from PndMvdEventAna.
Definition at line 52 of file PndMvdAllDataEventAna.h.
References Create3DGeoHits().
void PndMvdAllDataEventAna::Fill3DHisto | ( | ) |
Definition at line 383 of file PndMvdAllDataEventAna.cxx.
References f3DMCHisto, f3DRecoHisto, PndMvdEventAna::fHitArray, fRecoArray, and i.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillClusterHistos | ( | ) |
Definition at line 292 of file PndMvdAllDataEventAna.cxx.
References fClusterArray, fClusterHistos, fDigiArray, fPixelCon, PndSdsDigi::GetCharge(), PndSdsCluster::GetClusterList(), PndSdsDigi::GetFE(), PndSdsDigiPixel::GetPixelColumn(), PndSdsDigiPixel::GetPixelRow(), PndSdsDigi::GetSensorID(), hit(), and i.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillDigiHistos | ( | ) |
Definition at line 277 of file PndMvdAllDataEventAna.cxx.
References fDigiArray, fDigiHistos, fPixelCon, PndSdsDigi::GetCharge(), PndSdsDigi::GetFE(), PndSdsDigiPixel::GetPixelColumn(), PndSdsDigiPixel::GetPixelRow(), PndSdsDigi::GetSensorID(), hit(), and i.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillHitHistos | ( | ) |
Definition at line 247 of file PndMvdAllDataEventAna.cxx.
References PndMvdEventAna::fGeoH, PndMvdEventAna::fHistos, PndMvdEventAna::fHitArray, GetLocalHitPoints(), PndGeoHandling::GetPath(), PndSdsMCPoint::GetXOut(), PndSdsMCPoint::GetYOut(), PndSdsMCPoint::GetZOut(), gGeoManager, i, out, and TString.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillHitPerClusterHistos | ( | ) |
Definition at line 339 of file PndMvdAllDataEventAna.cxx.
References fAllHitPerClusterHistos, fClusterArray, PndMvdEventAna::fHitArray, fHitPerClusterHistos, GetHitPerCluster(), hits, i, point, and TString.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillHitProjHistos | ( | ) |
Definition at line 396 of file PndMvdAllDataEventAna.cxx.
References ClearHistoVector(), fRecoArray, fRecoHisrz, fRecoHisxy, fTrackFArray, GFTrackCand::getHit(), GFTrackCand::getNHits(), i, and vec.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillHitResolutionHistos | ( | ) |
Definition at line 356 of file PndMvdAllDataEventAna.cxx.
References CalcMeanHitPos(), fAllHitResolutionHistos, fClusterArray, fHitResolutionHistos, fRecoArray, PndSdsHit::GetClusterIndex(), GetHitPerCluster(), PndSdsHit::GetPosition(), i, and TString.
Referenced by AnaHits().
void PndMvdAllDataEventAna::FillRecoHistos | ( | ) |
Definition at line 314 of file PndMvdAllDataEventAna.cxx.
References fRecoArray, fRecoHistos, GetLocalHitPoints(), i, and TString.
Referenced by AnaHits().
|
inherited |
Definition at line 102 of file PndMvdEventAna.cxx.
References PndMvdEventAna::fHistos, and PndMvdEventAna::fHistoVector.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
std::vector< Int_t > PndMvdAllDataEventAna::GetHitPerCluster | ( | PndSdsCluster * | clusterCand | ) |
Definition at line 629 of file PndMvdAllDataEventAna.cxx.
References fDigiArray, PndSdsCluster::GetClusterList(), PndSdsDigi::GetIndex(), and i.
Referenced by FillHitPerClusterHistos(), and FillHitResolutionHistos().
TVector3 PndMvdAllDataEventAna::GetLocalHitPoints | ( | TString | detName, |
TVector3 | input | ||
) |
Definition at line 222 of file PndMvdAllDataEventAna.cxx.
References Double_t, PndMvdEventAna::fGeoH, PndGeoHandling::GetPath(), and gGeoManager.
Referenced by FillHitHistos(), and FillRecoHistos().
std::vector< TString > PndMvdAllDataEventAna::GetModulesHit | ( | ) |
Definition at line 717 of file PndMvdAllDataEventAna.cxx.
References PndMvdEventAna::fGeoH, fRecoHistos, and PndGeoHandling::GetPath().
|
inlineinherited |
|
virtual |
Reimplemented from PndMvdEventAna.
Definition at line 92 of file PndMvdAllDataEventAna.cxx.
References f3DMCHisto, f3DRecoHisto, fAllHitPerClusterHistos, fAllHitResolutionHistos, fClusterArray, fDigiArray, PndMvdEventAna::fFile, fGeoTrackArray, PndMvdEventAna::fHitArray, fRecoArray, fTrackFArray, and PndMvdEventAna::fTree.
Referenced by PndMvdAllDataEventAna().
|
virtual |
|
inherited |
Definition at line 55 of file PndMvdEventAna.cxx.
References Double_t, PndMvdEventAna::fCan, PndMvdEventAna::fCancol, and PndMvdEventAna::fHistos.
|
virtual |
|
inherited |
Definition at line 46 of file PndMvdEventAna.cxx.
References PndMvdEventAna::AnaEventNr(), PndMvdEventAna::fActiveEvent, PndMvdEventAna::fAnaEvents, and PndMvdEventAna::fTree.
void PndMvdAllDataEventAna::PrintClusterArray | ( | ) |
Definition at line 197 of file PndMvdAllDataEventAna.cxx.
References fClusterArray, fDigiArray, PndSdsCluster::GetClusterList(), and i.
Referenced by AnaHits().
void PndMvdAllDataEventAna::PrintDigiArray | ( | ) |
Definition at line 188 of file PndMvdAllDataEventAna.cxx.
References fDigiArray, and i.
Referenced by AnaHits().
void PndMvdAllDataEventAna::PrintHitArray | ( | ) |
Definition at line 180 of file PndMvdAllDataEventAna.cxx.
References PndMvdEventAna::fHitArray, and i.
Referenced by AnaHits().
void PndMvdAllDataEventAna::PrintRecoArray | ( | ) |
Definition at line 212 of file PndMvdAllDataEventAna.cxx.
References fRecoArray, and i.
Referenced by AnaHits().
|
inlineinherited |
Definition at line 47 of file PndMvdEventAna.h.
References col, and PndMvdEventAna::fCancol.
Referenced by PndMvdAllDataEventAna(), and PndMvdDigiEventAna::PndMvdDigiEventAna().
|
inlineinherited |
|
private |
Definition at line 127 of file PndMvdAllDataEventAna.h.
Referenced by Draw3D(), Fill3DHisto(), and Init().
|
private |
Definition at line 128 of file PndMvdAllDataEventAna.h.
Referenced by Draw3D(), Fill3DHisto(), and Init().
|
protectedinherited |
Definition at line 62 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::AnaEventNr(), PndMvdEventAna::AnaEvents(), PndMvdDigiEventAna::AnaHitNr(), PndMvdMCEventAna::AnaHitNr(), AnaHits(), PndMvdEventAna::GetEventNr(), PndMvdEventAna::Init(), and PndMvdEventAna::NextEvent().
|
private |
Definition at line 125 of file PndMvdAllDataEventAna.h.
Referenced by DrawHitPerCluster(), FillHitPerClusterHistos(), and Init().
|
private |
Definition at line 126 of file PndMvdAllDataEventAna.h.
Referenced by DrawEvent(), DrawResolution(), FillHitResolutionHistos(), and Init().
|
protectedinherited |
Definition at line 66 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::AnaEventNr(), PndMvdEventAna::AnaEvents(), PndMvdDigiEventAna::CreateMaxHitsHisto(), and PndMvdEventAna::NextEvent().
|
protectedinherited |
Definition at line 71 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::Init(), PndMvdMCEventAna::InitBranch(), and PndMvdDigiEventAna::InitBranch().
|
protectedinherited |
Definition at line 73 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::DrawHistos(), and PndMvdEventAna::InitCanvas().
|
private |
Definition at line 134 of file PndMvdAllDataEventAna.h.
Referenced by DrawAllHistos().
|
private |
Definition at line 135 of file PndMvdAllDataEventAna.h.
Referenced by DrawEvent().
|
protectedinherited |
Definition at line 77 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::InitCanvas(), and PndMvdEventAna::SetCanvasColumns().
|
protectedinherited |
Definition at line 70 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::Init(), PndMvdMCEventAna::InitBranch(), and PndMvdDigiEventAna::InitBranch().
|
protected |
Definition at line 104 of file PndMvdAllDataEventAna.h.
Referenced by AnaHits(), FillClusterHistos(), FillHitPerClusterHistos(), FillHitResolutionHistos(), Init(), and PrintClusterArray().
Definition at line 110 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllHMaps(), DrawClusterHisto(), and FillClusterHistos().
|
private |
Definition at line 117 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllVectors().
|
protected |
Definition at line 103 of file PndMvdAllDataEventAna.h.
Referenced by AnaHits(), FillClusterHistos(), FillDigiHistos(), GetHitPerCluster(), Init(), PrintClusterArray(), and PrintDigiArray().
Definition at line 109 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllHMaps(), DrawDigiHisto(), and FillDigiHistos().
|
private |
Definition at line 116 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllVectors().
Definition at line 75 of file PndMvdEventAna.h.
Referenced by PndMvdDigiEventAna::AnaHitNr(), PndMvdMCEventAna::InitHistos(), and PndMvdEventAna::SetDrawOption().
|
protectedinherited |
Definition at line 67 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::Init(), and Init().
|
protectedinherited |
Definition at line 78 of file PndMvdEventAna.h.
Referenced by Create3DGeoHits(), PndMvdDigiEventAna::CreateMaxHitsHisto(), FillHitHistos(), GetLocalHitPoints(), GetModulesHit(), PndMvdAllDataEventAna(), and PndMvdDigiEventAna::PndMvdDigiEventAna().
|
private |
Definition at line 138 of file PndMvdAllDataEventAna.h.
Referenced by ClearHistos(), Create3DGeoHits(), and PndMvdAllDataEventAna().
|
protected |
Definition at line 106 of file PndMvdAllDataEventAna.h.
Referenced by DrawAllTracks(), DrawHitTracks(), and Init().
Definition at line 74 of file PndMvdEventAna.h.
Referenced by PndMvdDigiEventAna::AnaHitNr(), PndMvdMCEventAna::AnaHitNr(), ClearAllHMaps(), DrawAllHistos(), PndMvdEventAna::DrawHisto(), PndMvdEventAna::DrawHistos(), DrawHitHisto(), FillHitHistos(), PndMvdEventAna::FillVector(), PndMvdEventAna::GetHisto(), PndMvdEventAna::InitCanvas(), PndMvdMCEventAna::InitHistos(), and PndMvdDigiEventAna::InitHistos().
|
protectedinherited |
Definition at line 76 of file PndMvdEventAna.h.
Referenced by PndMvdDigiEventAna::CreateMaxHitsHisto(), PndMvdEventAna::DrawVector(), PndMvdEventAna::FillVector(), and PndMvdEventAna::GetHisto().
|
protectedinherited |
Definition at line 69 of file PndMvdEventAna.h.
Referenced by PndMvdDigiEventAna::AnaHitNr(), PndMvdMCEventAna::AnaHitNr(), AnaHits(), PndMvdEventAna::AnaHits(), CalcMeanHitPos(), Create3DGeoHits(), DrawHitTracks(), Fill3DHisto(), FillHitHistos(), FillHitPerClusterHistos(), PndMvdEventAna::Init(), Init(), and PrintHitArray().
|
private |
Definition at line 115 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllVectors().
Definition at line 112 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllHMaps(), DrawAllHistos(), and FillHitPerClusterHistos().
Definition at line 113 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllHMaps(), DrawAllHistos(), and FillHitResolutionHistos().
|
private |
Definition at line 120 of file PndMvdAllDataEventAna.h.
Referenced by DrawTopVolume(), and PndMvdAllDataEventAna().
|
private |
Definition at line 137 of file PndMvdAllDataEventAna.h.
Referenced by FillClusterHistos(), FillDigiHistos(), and PndMvdAllDataEventAna().
|
protected |
Definition at line 105 of file PndMvdAllDataEventAna.h.
Referenced by AnaHits(), Create3DGeoHits(), Fill3DHisto(), FillHitProjHistos(), FillHitResolutionHistos(), FillRecoHistos(), Init(), and PrintRecoArray().
|
private |
Definition at line 124 of file PndMvdAllDataEventAna.h.
|
private |
Definition at line 132 of file PndMvdAllDataEventAna.h.
Referenced by DrawEvent(), DrawHisxy(), and FillHitProjHistos().
Definition at line 111 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllHMaps(), DrawRecoHisto(), FillRecoHistos(), and GetModulesHit().
|
private |
Definition at line 118 of file PndMvdAllDataEventAna.h.
Referenced by ClearAllVectors().
|
private |
Definition at line 131 of file PndMvdAllDataEventAna.h.
Referenced by DrawEvent(), DrawHisrz(), and FillHitProjHistos().
|
private |
Definition at line 121 of file PndMvdAllDataEventAna.h.
|
private |
Definition at line 122 of file PndMvdAllDataEventAna.h.
Referenced by PndMvdAllDataEventAna().
|
protectedinherited |
Definition at line 72 of file PndMvdEventAna.h.
Referenced by PndMvdMCEventAna::AnaHitNr(), PndMvdEventAna::GetSelection(), and PndMvdEventAna::SetSelection().
|
private |
Definition at line 130 of file PndMvdAllDataEventAna.h.
|
private |
Definition at line 129 of file PndMvdAllDataEventAna.h.
|
protected |
Definition at line 107 of file PndMvdAllDataEventAna.h.
Referenced by FillHitProjHistos(), and Init().
|
protectedinherited |
Definition at line 68 of file PndMvdEventAna.h.
Referenced by PndMvdEventAna::AnaEventNr(), PndMvdEventAna::AnaEvents(), PndMvdDigiEventAna::AnaHitNr(), PndMvdMCEventAna::AnaHitNr(), AnaHits(), PndMvdEventAna::Init(), Init(), and PndMvdEventAna::NextEvent().