|
CbmRoot
|
#include <CbmMuchModuleGemRadial.h>
Public Member Functions | |
| CbmMuchModuleGemRadial () | |
| CbmMuchModuleGemRadial (Int_t DetType, Int_t iStation, Int_t iLayer, Bool_t iSide, Int_t iModule, TVector3 position, Double_t dx1, Double_t dx2, Double_t dy, Double_t dz, Double_t cutRadius) | |
| virtual | ~CbmMuchModuleGemRadial () |
| Double_t | GetDx1 () const |
| Double_t | GetDx2 () const |
| Double_t | GetDy () const |
| Double_t | GetDz () const |
| CbmMuchSectorRadial * | GetSectorByRadius (Double_t r) |
| CbmMuchPadRadial * | GetPad (Double_t x, Double_t y) |
| Bool_t | InitModule () |
| CbmMuchSector * | GetSector (Int_t address) |
| CbmMuchPad * | GetPad (Int_t address) |
| CbmMuchSector * | GetSectorByIndex (Int_t iSector) |
| Int_t | GetNSectors () const |
| std::vector< CbmMuchPad * > | GetPads () |
| Int_t | GetNPads () |
| void | AddSector (CbmMuchSector *sector) |
| void | DrawModule (Color_t color) |
| void | DrawPads () |
| void | SetPadFired (Int_t address, Int_t digiIndex, Int_t adcCharge) |
| Int_t | GetDetectorId () const |
| Double_t | GetCutRadius () const |
| TVector3 | GetSize () const |
| TVector3 | GetPosition () const |
| Int_t | GetDetectorType () const |
| TClonesArray * | GetPoints () const |
| TClonesArray * | GetHits () const |
| TClonesArray * | GetClusters () const |
| void | SetPoints (TClonesArray *points) |
| void | SetHits (TClonesArray *hits) |
| void | SetClusters (TClonesArray *clusters) |
| void | AddDigi (Double_t time, Int_t id) |
| void | ClearDigis () |
| std::multimap< Double_t, Int_t > | GetDigis () |
Protected Member Functions | |
| ClassDef (CbmMuchModuleGemRadial, 2) | |
| ClassDef (CbmMuchModuleGem, 2) | |
Protected Attributes | |
| std::vector< Double_t > | fSectorRadii |
| Double_t | fDx1 |
| vector of sector radii | |
| Double_t | fDx2 |
| Double_t | fDy |
| Double_t | fDz |
| Int_t | fDetType |
| std::vector< CbmMuchSector * > | fSectors |
| Int_t | fDetectorId |
| Int_t | fDetectorType |
| Double_t | fCutRadius |
| TVector3 | fSize |
| TVector3 | fPosition |
| TClonesArray * | fPoints |
| TClonesArray * | fHits |
| TClonesArray * | fClusters |
| std::multimap< Double_t, Int_t > | fDigis |
Definition at line 25 of file CbmMuchModuleGemRadial.h.
| CbmMuchModuleGemRadial::CbmMuchModuleGemRadial | ( | ) |
Definition at line 28 of file CbmMuchModuleGemRadial.cxx.
References CbmMuchModuleGem::CbmMuchModuleGem(), fDx1, fDx2, fDy, fDz, and fSectorRadii.
Referenced by ClassDef().
| CbmMuchModuleGemRadial::CbmMuchModuleGemRadial | ( | Int_t | DetType, |
| Int_t | iStation, | ||
| Int_t | iLayer, | ||
| Bool_t | iSide, | ||
| Int_t | iModule, | ||
| TVector3 | position, | ||
| Double_t | dx1, | ||
| Double_t | dx2, | ||
| Double_t | dy, | ||
| Double_t | dz, | ||
| Double_t | cutRadius ) |
Definition at line 41 of file CbmMuchModuleGemRadial.cxx.
References CbmMuchModuleGem::CbmMuchModuleGem(), CbmMuchModule::fDetectorType, fDetType, fDx1, fDx2, fDy, fDz, fSectorRadii, and pos.
|
inlinevirtual |
Definition at line 31 of file CbmMuchModuleGemRadial.h.
|
inlineinherited |
Definition at line 63 of file CbmMuchModule.h.
References fDigis.
|
inlineinherited |
Adds a given sector to the array.
| sector | CbmMuchSector which should be added to the array. |
Definition at line 66 of file CbmMuchModuleGem.h.
References fSectors.
|
protectedinherited |
References CbmMuchModuleGem().
|
protected |
References CbmMuchModuleGemRadial().
|
inlineinherited |
Definition at line 65 of file CbmMuchModule.h.
References fDigis.
|
virtualinherited |
Reimplemented from CbmMuchModule.
Definition at line 93 of file CbmMuchModuleGem.cxx.
References fSectors.
|
inherited |
Definition at line 107 of file CbmMuchModuleGem.cxx.
References CbmMuchSector::DrawPads(), and fSectors.
|
inlineinherited |
Definition at line 54 of file CbmMuchModule.h.
References fClusters.
Referenced by CbmMuchGeoScheme::ClearClusterArrays().
|
inlineinherited |
Definition at line 48 of file CbmMuchModule.h.
References fCutRadius.
Referenced by CbmMuchSegmentAuto::SegmentSector(), and CbmMuchSegmentManual::SegmentSector().
|
inlineinherited |
Accessors
Definition at line 47 of file CbmMuchModule.h.
References fDetectorId.
Referenced by CbmMuchClustering::ClusteringWard(), CbmMuchFindHitsGem::CreateHits(), CbmMuchDigitizeGem::ExecPoint(), CbmMuchGeoScheme::GetGemModules(), CbmMuchGeoScheme::GetModules(), CbmMuchSegmentManual::GetPadMaxSize(), CbmMuchSegmentManual::GetSectorMaxSize(), and CbmMuchGeoScheme::InitModules().
|
inlineinherited |
Definition at line 51 of file CbmMuchModule.h.
References fDetectorType.
Referenced by CbmMuchDigitizerQa::CheckConsistency(), CbmMuchGeoScheme::ClearClusterArrays(), CbmMuchGeoScheme::CreateClusterArrays(), CbmMuchGeoScheme::CreateHitArrays(), CbmMuchFindHitsGem::CreateHits(), CbmMuchSegmentAuto::DrawSegmentation(), CbmMuchSegmentManual::DrawSegmentation(), CbmMuchSegmentSector::DrawSegmentation(), CbmMuchDigitizeGem::ExecPoint(), CbmMuchDigitizerQa::FillTotalPadsHistos(), CbmMuchDigitizeGem::GenerateNoise(), CbmMuchGeoScheme::GetGemModules(), CbmMuchDigitizeGem::Init(), CbmMuchDigitizerQa::InitChannelPadInfo(), CbmMuchSegmentAuto::InitLayerSide(), CbmMuchSegmentAuto::Print(), CbmMuchSegmentManual::Print(), CbmMuchSegmentManual::SegmentLayerSide(), and CbmMuchSegmentSector::SegmentLayerSide().
|
inlineinherited |
Definition at line 67 of file CbmMuchModule.h.
References fDigis.
|
inline |
Definition at line 32 of file CbmMuchModuleGemRadial.h.
References fDx1.
|
inline |
Definition at line 33 of file CbmMuchModuleGemRadial.h.
References fDx2.
|
inline |
Definition at line 34 of file CbmMuchModuleGemRadial.h.
References fDy.
|
inline |
Definition at line 35 of file CbmMuchModuleGemRadial.h.
References fDz.
|
inlineinherited |
Definition at line 53 of file CbmMuchModule.h.
References fHits.
|
inherited |
Definition at line 60 of file CbmMuchModuleGem.cxx.
References CbmMuchSector::GetNChannels(), GetNSectors(), and GetSectorByIndex().
|
inlineinherited |
Definition at line 56 of file CbmMuchModuleGem.h.
References fSectors.
Referenced by CbmMuchSegmentAuto::DrawSegmentation(), CbmMuchSegmentManual::DrawSegmentation(), CbmMuchSegmentSector::DrawSegmentation(), CbmMuchDigitizeGem::ExecPoint(), GetNPads(), GetPads(), CbmMuchModuleGemRectangular::InitGrid(), CbmMuchModuleGemRadial::InitModule(), CbmMuchModuleGemRectangular::InitModule(), CbmMuchModuleGemRectangular::InitNeighbourPads(), CbmMuchModuleGemRectangular::InitNeighbourSectors(), CbmMuchSegmentAuto::Print(), and CbmMuchSegmentManual::Print().
|
inherited |
Gets pad by the given address
Definition at line 83 of file CbmMuchModuleGem.cxx.
References CbmMuchAddress::GetChannelIndex(), CbmMuchSector::GetPadByChannelIndex(), and GetSector().
Referenced by CbmMuchDigitizerQa::CheckConsistency(), CbmMuchClustering::ClusteringA1(), CbmMuchClustering::ClusteringSL(), CbmMuchClustering::ClusteringWard(), CbmMuchFindHitsGem::CreateHits(), CbmMuchFindHitsGem::ExecClusteringPeaks(), CbmMuchFindHitsGem::ExecClusteringSimple(), CbmMuchFindHitsGem::FindClusters(), CbmMuchDigitizerQa::GetPad(), and SetPadFired().
| CbmMuchPadRadial * CbmMuchModuleGemRadial::GetPad | ( | Double_t | x, |
| Double_t | y ) |
Definition at line 70 of file CbmMuchModuleGemRadial.cxx.
References CbmMuchSectorRadial::GetPadByPhi(), GetSectorByRadius(), v, x, and y.
Referenced by CbmMuchDigitizeGem::ExecPoint().
|
inherited |
Gets array of pads for this module.
Definition at line 42 of file CbmMuchModuleGem.cxx.
References CbmMuchSector::GetNChannels(), GetNSectors(), CbmMuchSector::GetPadByChannelIndex(), and GetSectorByIndex().
|
inlineinherited |
Definition at line 52 of file CbmMuchModule.h.
References fPoints.
|
inlineinherited |
Definition at line 50 of file CbmMuchModule.h.
References fPosition.
Referenced by CbmMuchClustering::ClusteringA1(), CbmMuchClustering::ClusteringSL(), and CbmMuchClustering::ClusteringWard().
|
inherited |
Gets sector by the given address
Definition at line 74 of file CbmMuchModuleGem.cxx.
References fSectors, and CbmMuchAddress::GetSectorIndex().
Referenced by CbmMuchSegmentAuto::DrawSegmentation(), GetPad(), and CbmMuchSegmentAuto::Print().
|
inlineinherited |
Definition at line 53 of file CbmMuchModuleGem.h.
References fSectors.
Referenced by CbmMuchSegmentManual::DrawSegmentation(), CbmMuchSegmentSector::DrawSegmentation(), CbmMuchDigitizeGem::ExecPoint(), GetNPads(), GetPads(), CbmMuchModuleGemRadial::InitModule(), CbmMuchSegmentManual::Print(), CbmClusteringGeometry::SetMuchModuleGeometryRadial(), and CbmClusteringGeometry::SetMuchModuleGeometryRadialFast().
| CbmMuchSectorRadial * CbmMuchModuleGemRadial::GetSectorByRadius | ( | Double_t | r | ) |
Definition at line 58 of file CbmMuchModuleGemRadial.cxx.
References fSectorRadii, and CbmMuchModuleGem::fSectors.
Referenced by CbmMuchDigitizeGem::ExecPoint(), and GetPad().
|
inlineinherited |
Definition at line 49 of file CbmMuchModule.h.
References fSize.
|
virtual |
Reimplemented from CbmMuchModuleGem.
Definition at line 80 of file CbmMuchModuleGemRadial.cxx.
References CbmMuchSectorRadial::AddPads(), fSectorRadii, CbmMuchPad::GetChannelIndex(), CbmMuchSector::GetNChannels(), CbmMuchModuleGem::GetNSectors(), CbmMuchSector::GetPadByChannelIndex(), CbmMuchSectorRadial::GetPadByPhi(), CbmMuchPadRadial::GetPhi1(), CbmMuchPadRadial::GetPhi2(), CbmMuchSectorRadial::GetR1(), CbmMuchModuleGem::GetSectorByIndex(), and CbmMuchPad::SetNeighbours().
|
inlineinherited |
Definition at line 61 of file CbmMuchModule.h.
References fClusters.
Referenced by CbmMuchGeoScheme::CreateClusterArrays().
|
inlineinherited |
Definition at line 60 of file CbmMuchModule.h.
Referenced by CbmMuchGeoScheme::CreateHitArrays().
Definition at line 117 of file CbmMuchModuleGem.cxx.
References GetPad(), and CbmMuchPad::SetFired().
|
inlineinherited |
Definition at line 59 of file CbmMuchModule.h.
|
protectedinherited |
Definition at line 77 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), GetClusters(), and SetClusters().
|
protectedinherited |
Definition at line 72 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), and GetCutRadius().
|
protectedinherited |
Definition at line 70 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), and GetDetectorId().
|
protectedinherited |
Definition at line 71 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), CbmMuchModuleGemRadial::CbmMuchModuleGemRadial(), CbmMuchModuleGemRectangular::CbmMuchModuleGemRectangular(), CbmMuchModuleGemRectangular::CbmMuchModuleGemRectangular(), and GetDetectorType().
|
protected |
Definition at line 47 of file CbmMuchModuleGemRadial.h.
Referenced by CbmMuchModuleGemRadial().
|
protectedinherited |
Definition at line 78 of file CbmMuchModule.h.
Referenced by AddDigi(), CbmMuchModule(), CbmMuchModule(), ClearDigis(), and GetDigis().
|
protected |
vector of sector radii
Definition at line 43 of file CbmMuchModuleGemRadial.h.
Referenced by CbmMuchModuleGemRadial(), CbmMuchModuleGemRadial(), and GetDx1().
|
protected |
Definition at line 44 of file CbmMuchModuleGemRadial.h.
Referenced by CbmMuchModuleGemRadial(), CbmMuchModuleGemRadial(), and GetDx2().
|
protected |
Definition at line 45 of file CbmMuchModuleGemRadial.h.
Referenced by CbmMuchModuleGemRadial(), CbmMuchModuleGemRadial(), and GetDy().
|
protected |
Definition at line 46 of file CbmMuchModuleGemRadial.h.
Referenced by CbmMuchModuleGemRadial(), CbmMuchModuleGemRadial(), and GetDz().
|
protectedinherited |
Definition at line 76 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), GetHits(), and SetHits().
|
protectedinherited |
Definition at line 75 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), GetPoints(), and SetPoints().
|
protectedinherited |
Definition at line 74 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), CbmMuchModuleGemRectangular::GetGridIndexX(), CbmMuchModuleGemRectangular::GetGridIndexY(), GetPosition(), CbmMuchModuleGemRectangular::InitGrid(), and CbmMuchModuleGemRectangular::InitModule().
|
protected |
Definition at line 41 of file CbmMuchModuleGemRadial.h.
Referenced by CbmMuchModuleGemRadial(), CbmMuchModuleGemRadial(), GetSectorByRadius(), and InitModule().
|
protectedinherited |
Definition at line 78 of file CbmMuchModuleGem.h.
Referenced by AddSector(), CbmMuchModuleGem(), CbmMuchModuleGem(), DrawModule(), DrawPads(), GetNSectors(), GetSector(), CbmMuchModuleGemRectangular::GetSector(), GetSectorByIndex(), CbmMuchModuleGemRadial::GetSectorByRadius(), CbmMuchModuleGemRectangular::InitGrid(), CbmMuchModuleGemRectangular::InitModule(), CbmMuchModuleGemRectangular::InitNeighbourPads(), and CbmMuchModuleGemRectangular::InitNeighbourSectors().
|
protectedinherited |
Definition at line 73 of file CbmMuchModule.h.
Referenced by CbmMuchModule(), CbmMuchModule(), CbmMuchModuleGemRectangular::GetGridIndexX(), CbmMuchModuleGemRectangular::GetGridIndexY(), GetSize(), and CbmMuchModuleGemRectangular::InitGrid().