BmnRoot
Loading...
Searching...
No Matches
BmnCSCModule Class Reference

#include <BmnCSCModule.h>

Public Member Functions

 BmnCSCModule ()
 
 BmnCSCModule (Double_t z_start_pos, Double_t module_thick)
 
virtual ~BmnCSCModule ()
 
void SetVerbosity (Bool_t verb)
 
Bool_t GetVerbosity ()
 
Double_t GetXMinModule ()
 
Double_t GetXMaxModule ()
 
Double_t GetYMinModule ()
 
Double_t GetYMaxModule ()
 
Double_t GetXSize ()
 
Double_t GetYSize ()
 
void SetZStartModulePosition (Double_t zpos_module)
 
Double_t GetZStartModulePosition ()
 
Double_t GetModuleThickness ()
 
Double_t GetZPositionRegistered ()
 
void AddStripLayer (BmnCSCLayer strip_layer)
 
Bool_t SetStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal)
 
Bool_t AddStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal)
 
Bool_t SetStripMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch mc_match)
 
Bool_t SetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch digit_num_match)
 
Double_t GetStripSignalInLayer (Int_t layer_num, Int_t strip_num)
 
BmnMatch GetStripMatchInLayer (Int_t layer_num, Int_t strip_num)
 
BmnMatch GetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num)
 
Int_t GetNStripLayers ()
 
BmnCSCLayerGetStripLayer (Int_t num)
 
vector< BmnCSCLayer > & GetStripLayers ()
 
void ResetModuleData ()
 
Bool_t IsPointInsideModule (Double_t x, Double_t y)
 
Bool_t IsPointInsideModule (Double_t x, Double_t y, Double_t z)
 
Bool_t IsPointInsideZThickness (Double_t z)
 
Bool_t AddRealPointFullOne (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID)
 
Bool_t AddRealPointSimple (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID)
 
StripCluster MakeCluster (Int_t layer_num, Double_t xcoord, Double_t ycoord, Double_t signal, Double_t radius)
 
void CalculateStripHitIntersectionPoints ()
 
Bool_t SearchIntersectionPoint (Double_t &x, Double_t &y, Double_t strip_pos_layerA, Double_t strip_pos_layerB, Int_t layerA_index, Int_t layerB_index)
 
Int_t GetNRealPoints ()
 
Double_t GetRealPointX (Int_t indx)
 
Double_t GetRealPointY (Int_t indx)
 
Double_t GetRealPointMC (Int_t indx)
 
void ResetRealPoints ()
 
Int_t GetNIntersectionPoints ()
 
Double_t GetIntersectionPointX (Int_t indx)
 
Double_t GetIntersectionPointY (Int_t indx)
 
Double_t GetIntersectionPointXError (Int_t indx)
 
Double_t GetIntersectionPointYError (Int_t indx)
 
Int_t GetIntersectionPoint_LowerLayerClusterSize (Int_t indx)
 
Int_t GetIntersectionPoint_UpperLayerClusterSize (Int_t indx)
 
Double_t GetIntersectionPoint_LowerLayerSripPosition (Int_t indx)
 
Double_t GetIntersectionPoint_UpperLayerSripPosition (Int_t indx)
 
Double_t GetIntersectionPoint_LowerLayerSripTotalSignal (Int_t indx)
 
Double_t GetIntersectionPoint_UpperLayerSripTotalSignal (Int_t indx)
 
BmnMatch GetIntersectionPointMatch (Int_t indx)
 
BmnMatch GetIntersectionPointDigitNumberMatch (Int_t indx)
 
StripCluster GetUpperCluster (Int_t indx)
 
StripCluster GetLowerCluster (Int_t indx)
 
void ResetIntersectionPoints ()
 
Int_t GetNPseudoIntersections ()
 
Double_t GetPseudoIntersectionX (Int_t indx)
 
Double_t GetPseudoIntersectionY (Int_t indx)
 
Double_t GetPseudoIntersectionXError (Int_t indx)
 
Double_t GetPseudoIntersectionYError (Int_t indx)
 
Int_t GetPseudoIntersection_LowerLayerClusterSize (Int_t indx)
 
Int_t GetPseudoIntersection_UpperLayerClusterSize (Int_t indx)
 
Double_t GetPseudoIntersection_LowerLayerSripPosition (Int_t indx)
 
Double_t GetPseudoIntersection_UpperLayerSripPosition (Int_t indx)
 
Double_t GetPseudoIntersection_LowerLayerSripTotalSignal (Int_t indx)
 
Double_t GetPseudoIntersection_UpperLayerSripTotalSignal (Int_t indx)
 
BmnMatch GetPseudoIntersectionMatch (Int_t indx)
 
BmnMatch GetPseudoIntersectionDigitNumberMatch (Int_t indx)
 
StripCluster GetUpperCluster_PseudoIntersections (Int_t indx)
 
StripCluster GetLowerCluster_PseudoIntersections (Int_t indx)
 
void ResetPseudoIntersections ()
 
 BmnCSCModule ()
 
 BmnCSCModule (Double_t z_start_pos, Double_t module_thick)
 
virtual ~BmnCSCModule ()
 
void SetVerbosity (Bool_t verb)
 
Bool_t GetVerbosity ()
 
Double_t GetXMinModule ()
 
Double_t GetXMaxModule ()
 
Double_t GetYMinModule ()
 
Double_t GetYMaxModule ()
 
Double_t GetXSize ()
 
Double_t GetYSize ()
 
void SetZStartModulePosition (Double_t zpos_module)
 
Double_t GetZStartModulePosition ()
 
Double_t GetModuleThickness ()
 
Double_t GetZPositionRegistered ()
 
void AddStripLayer (BmnCSCLayer strip_layer)
 
Bool_t SetStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal)
 
Bool_t AddStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal)
 
Bool_t SetStripMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch mc_match)
 
Bool_t SetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch digit_num_match)
 
Double_t GetStripSignalInLayer (Int_t layer_num, Int_t strip_num)
 
BmnMatch GetStripMatchInLayer (Int_t layer_num, Int_t strip_num)
 
BmnMatch GetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num)
 
Int_t GetNStripLayers ()
 
BmnCSCLayerGetStripLayer (Int_t num)
 
vector< BmnCSCLayer > & GetStripLayers ()
 
void ResetModuleData ()
 
Bool_t IsPointInsideModule (Double_t x, Double_t y)
 
Bool_t IsPointInsideModule (Double_t x, Double_t y, Double_t z)
 
Bool_t IsPointInsideZThickness (Double_t z)
 
Bool_t AddRealPointFullOne (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID)
 
Bool_t AddRealPointSimple (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID)
 
StripCluster MakeCluster (Int_t layer_num, Double_t xcoord, Double_t ycoord, Double_t signal, Double_t radius)
 
void CalculateStripHitIntersectionPoints ()
 
Bool_t SearchIntersectionPoint (Double_t &x, Double_t &y, Double_t strip_pos_layerA, Double_t strip_pos_layerB, Int_t layerA_index, Int_t layerB_index)
 
Int_t GetNRealPoints ()
 
Double_t GetRealPointX (Int_t indx)
 
Double_t GetRealPointY (Int_t indx)
 
Double_t GetRealPointMC (Int_t indx)
 
void ResetRealPoints ()
 
Int_t GetNIntersectionPoints ()
 
Double_t GetIntersectionPointX (Int_t indx)
 
Double_t GetIntersectionPointY (Int_t indx)
 
Double_t GetIntersectionPointXError (Int_t indx)
 
Double_t GetIntersectionPointYError (Int_t indx)
 
Int_t GetIntersectionPoint_LowerLayerClusterSize (Int_t indx)
 
Int_t GetIntersectionPoint_UpperLayerClusterSize (Int_t indx)
 
Double_t GetIntersectionPoint_LowerLayerSripPosition (Int_t indx)
 
Double_t GetIntersectionPoint_UpperLayerSripPosition (Int_t indx)
 
Double_t GetIntersectionPoint_LowerLayerSripTotalSignal (Int_t indx)
 
Double_t GetIntersectionPoint_UpperLayerSripTotalSignal (Int_t indx)
 
BmnMatch GetIntersectionPointMatch (Int_t indx)
 
BmnMatch GetIntersectionPointDigitNumberMatch (Int_t indx)
 
StripCluster GetUpperCluster (Int_t indx)
 
StripCluster GetLowerCluster (Int_t indx)
 
void ResetIntersectionPoints ()
 
Int_t GetNPseudoIntersections ()
 
Double_t GetPseudoIntersectionX (Int_t indx)
 
Double_t GetPseudoIntersectionY (Int_t indx)
 
Double_t GetPseudoIntersectionXError (Int_t indx)
 
Double_t GetPseudoIntersectionYError (Int_t indx)
 
Int_t GetPseudoIntersection_LowerLayerClusterSize (Int_t indx)
 
Int_t GetPseudoIntersection_UpperLayerClusterSize (Int_t indx)
 
Double_t GetPseudoIntersection_LowerLayerSripPosition (Int_t indx)
 
Double_t GetPseudoIntersection_UpperLayerSripPosition (Int_t indx)
 
Double_t GetPseudoIntersection_LowerLayerSripTotalSignal (Int_t indx)
 
Double_t GetPseudoIntersection_UpperLayerSripTotalSignal (Int_t indx)
 
BmnMatch GetPseudoIntersectionMatch (Int_t indx)
 
BmnMatch GetPseudoIntersectionDigitNumberMatch (Int_t indx)
 
StripCluster GetUpperCluster_PseudoIntersections (Int_t indx)
 
StripCluster GetLowerCluster_PseudoIntersections (Int_t indx)
 
void ResetPseudoIntersections ()
 

Detailed Description

Definition at line 14 of file BmnCSCModule.h.

Constructor & Destructor Documentation

◆ BmnCSCModule() [1/4]

BmnCSCModule::BmnCSCModule ( )

Definition at line 8 of file BmnCSCModule.cxx.

◆ BmnCSCModule() [2/4]

BmnCSCModule::BmnCSCModule ( Double_t  z_start_pos,
Double_t  module_thick 
)

Definition at line 22 of file BmnCSCModule.cxx.

◆ ~BmnCSCModule() [1/2]

BmnCSCModule::~BmnCSCModule ( )
virtual

Definition at line 36 of file BmnCSCModule.cxx.

◆ BmnCSCModule() [3/4]

BmnCSCModule::BmnCSCModule ( )

◆ BmnCSCModule() [4/4]

BmnCSCModule::BmnCSCModule ( Double_t  z_start_pos,
Double_t  module_thick 
)

◆ ~BmnCSCModule() [2/2]

virtual BmnCSCModule::~BmnCSCModule ( )
virtual

Member Function Documentation

◆ AddRealPointFullOne() [1/2]

Bool_t BmnCSCModule::AddRealPointFullOne ( Double_t  x,
Double_t  y,
Double_t  z,
Double_t  px,
Double_t  py,
Double_t  pz,
Double_t  signal,
Int_t  refID 
)

Definition at line 138 of file BmnCSCModule.cxx.

References fabs(), IsPointInsideModule(), and MakeCluster().

◆ AddRealPointFullOne() [2/2]

Bool_t BmnCSCModule::AddRealPointFullOne ( Double_t  x,
Double_t  y,
Double_t  z,
Double_t  px,
Double_t  py,
Double_t  pz,
Double_t  signal,
Int_t  refID 
)

◆ AddRealPointSimple() [1/2]

Bool_t BmnCSCModule::AddRealPointSimple ( Double_t  x,
Double_t  y,
Double_t  z,
Double_t  px,
Double_t  py,
Double_t  pz,
Double_t  signal,
Int_t  refID 
)

Definition at line 222 of file BmnCSCModule.cxx.

References IsPointInsideModule().

◆ AddRealPointSimple() [2/2]

Bool_t BmnCSCModule::AddRealPointSimple ( Double_t  x,
Double_t  y,
Double_t  z,
Double_t  px,
Double_t  py,
Double_t  pz,
Double_t  signal,
Int_t  refID 
)

◆ AddStripLayer() [1/2]

void BmnCSCModule::AddStripLayer ( BmnCSCLayer  strip_layer)

Definition at line 45 of file BmnCSCModule.cxx.

◆ AddStripLayer() [2/2]

void BmnCSCModule::AddStripLayer ( BmnCSCLayer  strip_layer)

◆ AddStripSignalInLayer() [1/2]

Bool_t BmnCSCModule::AddStripSignalInLayer ( Int_t  layer_num,
Int_t  strip_num,
Double_t  signal 
)

Definition at line 58 of file BmnCSCModule.cxx.

◆ AddStripSignalInLayer() [2/2]

Bool_t BmnCSCModule::AddStripSignalInLayer ( Int_t  layer_num,
Int_t  strip_num,
Double_t  signal 
)

◆ CalculateStripHitIntersectionPoints() [1/2]

◆ CalculateStripHitIntersectionPoints() [2/2]

void BmnCSCModule::CalculateStripHitIntersectionPoints ( )

◆ GetIntersectionPoint_LowerLayerClusterSize() [1/2]

Int_t BmnCSCModule::GetIntersectionPoint_LowerLayerClusterSize ( Int_t  indx)
inline

Definition at line 102 of file BmnCSCModule.h.

◆ GetIntersectionPoint_LowerLayerClusterSize() [2/2]

Int_t BmnCSCModule::GetIntersectionPoint_LowerLayerClusterSize ( Int_t  indx)
inline

Definition at line 102 of file BmnCSCModule.h.

◆ GetIntersectionPoint_LowerLayerSripPosition() [1/2]

Double_t BmnCSCModule::GetIntersectionPoint_LowerLayerSripPosition ( Int_t  indx)
inline

Definition at line 104 of file BmnCSCModule.h.

◆ GetIntersectionPoint_LowerLayerSripPosition() [2/2]

Double_t BmnCSCModule::GetIntersectionPoint_LowerLayerSripPosition ( Int_t  indx)
inline

Definition at line 104 of file BmnCSCModule.h.

◆ GetIntersectionPoint_LowerLayerSripTotalSignal() [1/2]

Double_t BmnCSCModule::GetIntersectionPoint_LowerLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 106 of file BmnCSCModule.h.

◆ GetIntersectionPoint_LowerLayerSripTotalSignal() [2/2]

Double_t BmnCSCModule::GetIntersectionPoint_LowerLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 106 of file BmnCSCModule.h.

◆ GetIntersectionPoint_UpperLayerClusterSize() [1/2]

Int_t BmnCSCModule::GetIntersectionPoint_UpperLayerClusterSize ( Int_t  indx)
inline

Definition at line 103 of file BmnCSCModule.h.

◆ GetIntersectionPoint_UpperLayerClusterSize() [2/2]

Int_t BmnCSCModule::GetIntersectionPoint_UpperLayerClusterSize ( Int_t  indx)
inline

Definition at line 103 of file BmnCSCModule.h.

◆ GetIntersectionPoint_UpperLayerSripPosition() [1/2]

Double_t BmnCSCModule::GetIntersectionPoint_UpperLayerSripPosition ( Int_t  indx)
inline

Definition at line 105 of file BmnCSCModule.h.

◆ GetIntersectionPoint_UpperLayerSripPosition() [2/2]

Double_t BmnCSCModule::GetIntersectionPoint_UpperLayerSripPosition ( Int_t  indx)
inline

Definition at line 105 of file BmnCSCModule.h.

◆ GetIntersectionPoint_UpperLayerSripTotalSignal() [1/2]

Double_t BmnCSCModule::GetIntersectionPoint_UpperLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 107 of file BmnCSCModule.h.

◆ GetIntersectionPoint_UpperLayerSripTotalSignal() [2/2]

Double_t BmnCSCModule::GetIntersectionPoint_UpperLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 107 of file BmnCSCModule.h.

◆ GetIntersectionPointDigitNumberMatch() [1/2]

BmnMatch BmnCSCModule::GetIntersectionPointDigitNumberMatch ( Int_t  indx)
inline

Definition at line 109 of file BmnCSCModule.h.

◆ GetIntersectionPointDigitNumberMatch() [2/2]

BmnMatch BmnCSCModule::GetIntersectionPointDigitNumberMatch ( Int_t  indx)
inline

Definition at line 109 of file BmnCSCModule.h.

◆ GetIntersectionPointMatch() [1/2]

BmnMatch BmnCSCModule::GetIntersectionPointMatch ( Int_t  indx)
inline

Definition at line 108 of file BmnCSCModule.h.

◆ GetIntersectionPointMatch() [2/2]

BmnMatch BmnCSCModule::GetIntersectionPointMatch ( Int_t  indx)
inline

Definition at line 108 of file BmnCSCModule.h.

◆ GetIntersectionPointX() [1/2]

Double_t BmnCSCModule::GetIntersectionPointX ( Int_t  indx)
inline

Definition at line 98 of file BmnCSCModule.h.

◆ GetIntersectionPointX() [2/2]

Double_t BmnCSCModule::GetIntersectionPointX ( Int_t  indx)
inline

Definition at line 98 of file BmnCSCModule.h.

◆ GetIntersectionPointXError() [1/2]

Double_t BmnCSCModule::GetIntersectionPointXError ( Int_t  indx)
inline

Definition at line 100 of file BmnCSCModule.h.

◆ GetIntersectionPointXError() [2/2]

Double_t BmnCSCModule::GetIntersectionPointXError ( Int_t  indx)
inline

Definition at line 100 of file BmnCSCModule.h.

◆ GetIntersectionPointY() [1/2]

Double_t BmnCSCModule::GetIntersectionPointY ( Int_t  indx)
inline

Definition at line 99 of file BmnCSCModule.h.

◆ GetIntersectionPointY() [2/2]

Double_t BmnCSCModule::GetIntersectionPointY ( Int_t  indx)
inline

Definition at line 99 of file BmnCSCModule.h.

◆ GetIntersectionPointYError() [1/2]

Double_t BmnCSCModule::GetIntersectionPointYError ( Int_t  indx)
inline

Definition at line 101 of file BmnCSCModule.h.

◆ GetIntersectionPointYError() [2/2]

Double_t BmnCSCModule::GetIntersectionPointYError ( Int_t  indx)
inline

Definition at line 101 of file BmnCSCModule.h.

◆ GetLowerCluster() [1/2]

StripCluster BmnCSCModule::GetLowerCluster ( Int_t  indx)
inline

Definition at line 112 of file BmnCSCModule.h.

◆ GetLowerCluster() [2/2]

StripCluster BmnCSCModule::GetLowerCluster ( Int_t  indx)
inline

Definition at line 112 of file BmnCSCModule.h.

◆ GetLowerCluster_PseudoIntersections() [1/2]

StripCluster BmnCSCModule::GetLowerCluster_PseudoIntersections ( Int_t  indx)
inline

Definition at line 133 of file BmnCSCModule.h.

◆ GetLowerCluster_PseudoIntersections() [2/2]

StripCluster BmnCSCModule::GetLowerCluster_PseudoIntersections ( Int_t  indx)
inline

Definition at line 133 of file BmnCSCModule.h.

◆ GetModuleThickness() [1/2]

Double_t BmnCSCModule::GetModuleThickness ( )
inline

Definition at line 41 of file BmnCSCModule.h.

Referenced by BmnCSCStation::DefineStationBorders().

◆ GetModuleThickness() [2/2]

Double_t BmnCSCModule::GetModuleThickness ( )
inline

Definition at line 41 of file BmnCSCModule.h.

◆ GetNIntersectionPoints() [1/2]

Int_t BmnCSCModule::GetNIntersectionPoints ( )
inline

Definition at line 97 of file BmnCSCModule.h.

Referenced by BmnCSCStation::CountNProcessedPointInStation().

◆ GetNIntersectionPoints() [2/2]

Int_t BmnCSCModule::GetNIntersectionPoints ( )
inline

Definition at line 97 of file BmnCSCModule.h.

◆ GetNPseudoIntersections() [1/2]

Int_t BmnCSCModule::GetNPseudoIntersections ( )
inline

Definition at line 118 of file BmnCSCModule.h.

◆ GetNPseudoIntersections() [2/2]

Int_t BmnCSCModule::GetNPseudoIntersections ( )
inline

Definition at line 118 of file BmnCSCModule.h.

◆ GetNRealPoints() [1/2]

Int_t BmnCSCModule::GetNRealPoints ( )
inline

Definition at line 88 of file BmnCSCModule.h.

Referenced by BmnCSCStation::CountNAddedToStationPoints().

◆ GetNRealPoints() [2/2]

Int_t BmnCSCModule::GetNRealPoints ( )
inline

Definition at line 88 of file BmnCSCModule.h.

◆ GetNStripLayers() [1/2]

Int_t BmnCSCModule::GetNStripLayers ( )
inline

Definition at line 57 of file BmnCSCModule.h.

Referenced by BmnHistCsc::BmnHistCsc().

◆ GetNStripLayers() [2/2]

Int_t BmnCSCModule::GetNStripLayers ( )
inline

Definition at line 57 of file BmnCSCModule.h.

◆ GetPseudoIntersection_LowerLayerClusterSize() [1/2]

Int_t BmnCSCModule::GetPseudoIntersection_LowerLayerClusterSize ( Int_t  indx)
inline

Definition at line 123 of file BmnCSCModule.h.

◆ GetPseudoIntersection_LowerLayerClusterSize() [2/2]

Int_t BmnCSCModule::GetPseudoIntersection_LowerLayerClusterSize ( Int_t  indx)
inline

Definition at line 123 of file BmnCSCModule.h.

◆ GetPseudoIntersection_LowerLayerSripPosition() [1/2]

Double_t BmnCSCModule::GetPseudoIntersection_LowerLayerSripPosition ( Int_t  indx)
inline

Definition at line 125 of file BmnCSCModule.h.

◆ GetPseudoIntersection_LowerLayerSripPosition() [2/2]

Double_t BmnCSCModule::GetPseudoIntersection_LowerLayerSripPosition ( Int_t  indx)
inline

Definition at line 125 of file BmnCSCModule.h.

◆ GetPseudoIntersection_LowerLayerSripTotalSignal() [1/2]

Double_t BmnCSCModule::GetPseudoIntersection_LowerLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 127 of file BmnCSCModule.h.

◆ GetPseudoIntersection_LowerLayerSripTotalSignal() [2/2]

Double_t BmnCSCModule::GetPseudoIntersection_LowerLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 127 of file BmnCSCModule.h.

◆ GetPseudoIntersection_UpperLayerClusterSize() [1/2]

Int_t BmnCSCModule::GetPseudoIntersection_UpperLayerClusterSize ( Int_t  indx)
inline

Definition at line 124 of file BmnCSCModule.h.

◆ GetPseudoIntersection_UpperLayerClusterSize() [2/2]

Int_t BmnCSCModule::GetPseudoIntersection_UpperLayerClusterSize ( Int_t  indx)
inline

Definition at line 124 of file BmnCSCModule.h.

◆ GetPseudoIntersection_UpperLayerSripPosition() [1/2]

Double_t BmnCSCModule::GetPseudoIntersection_UpperLayerSripPosition ( Int_t  indx)
inline

Definition at line 126 of file BmnCSCModule.h.

◆ GetPseudoIntersection_UpperLayerSripPosition() [2/2]

Double_t BmnCSCModule::GetPseudoIntersection_UpperLayerSripPosition ( Int_t  indx)
inline

Definition at line 126 of file BmnCSCModule.h.

◆ GetPseudoIntersection_UpperLayerSripTotalSignal() [1/2]

Double_t BmnCSCModule::GetPseudoIntersection_UpperLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 128 of file BmnCSCModule.h.

◆ GetPseudoIntersection_UpperLayerSripTotalSignal() [2/2]

Double_t BmnCSCModule::GetPseudoIntersection_UpperLayerSripTotalSignal ( Int_t  indx)
inline

Definition at line 128 of file BmnCSCModule.h.

◆ GetPseudoIntersectionDigitNumberMatch() [1/2]

BmnMatch BmnCSCModule::GetPseudoIntersectionDigitNumberMatch ( Int_t  indx)
inline

Definition at line 130 of file BmnCSCModule.h.

◆ GetPseudoIntersectionDigitNumberMatch() [2/2]

BmnMatch BmnCSCModule::GetPseudoIntersectionDigitNumberMatch ( Int_t  indx)
inline

Definition at line 130 of file BmnCSCModule.h.

◆ GetPseudoIntersectionMatch() [1/2]

BmnMatch BmnCSCModule::GetPseudoIntersectionMatch ( Int_t  indx)
inline

Definition at line 129 of file BmnCSCModule.h.

◆ GetPseudoIntersectionMatch() [2/2]

BmnMatch BmnCSCModule::GetPseudoIntersectionMatch ( Int_t  indx)
inline

Definition at line 129 of file BmnCSCModule.h.

◆ GetPseudoIntersectionX() [1/2]

Double_t BmnCSCModule::GetPseudoIntersectionX ( Int_t  indx)
inline

Definition at line 119 of file BmnCSCModule.h.

◆ GetPseudoIntersectionX() [2/2]

Double_t BmnCSCModule::GetPseudoIntersectionX ( Int_t  indx)
inline

Definition at line 119 of file BmnCSCModule.h.

◆ GetPseudoIntersectionXError() [1/2]

Double_t BmnCSCModule::GetPseudoIntersectionXError ( Int_t  indx)
inline

Definition at line 121 of file BmnCSCModule.h.

◆ GetPseudoIntersectionXError() [2/2]

Double_t BmnCSCModule::GetPseudoIntersectionXError ( Int_t  indx)
inline

Definition at line 121 of file BmnCSCModule.h.

◆ GetPseudoIntersectionY() [1/2]

Double_t BmnCSCModule::GetPseudoIntersectionY ( Int_t  indx)
inline

Definition at line 120 of file BmnCSCModule.h.

◆ GetPseudoIntersectionY() [2/2]

Double_t BmnCSCModule::GetPseudoIntersectionY ( Int_t  indx)
inline

Definition at line 120 of file BmnCSCModule.h.

◆ GetPseudoIntersectionYError() [1/2]

Double_t BmnCSCModule::GetPseudoIntersectionYError ( Int_t  indx)
inline

Definition at line 122 of file BmnCSCModule.h.

◆ GetPseudoIntersectionYError() [2/2]

Double_t BmnCSCModule::GetPseudoIntersectionYError ( Int_t  indx)
inline

Definition at line 122 of file BmnCSCModule.h.

◆ GetRealPointMC() [1/2]

Double_t BmnCSCModule::GetRealPointMC ( Int_t  indx)
inline

Definition at line 91 of file BmnCSCModule.h.

◆ GetRealPointMC() [2/2]

Double_t BmnCSCModule::GetRealPointMC ( Int_t  indx)
inline

Definition at line 91 of file BmnCSCModule.h.

◆ GetRealPointX() [1/2]

Double_t BmnCSCModule::GetRealPointX ( Int_t  indx)
inline

Definition at line 89 of file BmnCSCModule.h.

◆ GetRealPointX() [2/2]

Double_t BmnCSCModule::GetRealPointX ( Int_t  indx)
inline

Definition at line 89 of file BmnCSCModule.h.

◆ GetRealPointY() [1/2]

Double_t BmnCSCModule::GetRealPointY ( Int_t  indx)
inline

Definition at line 90 of file BmnCSCModule.h.

◆ GetRealPointY() [2/2]

Double_t BmnCSCModule::GetRealPointY ( Int_t  indx)
inline

Definition at line 90 of file BmnCSCModule.h.

◆ GetStripDigitNumberMatchInLayer() [1/2]

BmnMatch BmnCSCModule::GetStripDigitNumberMatchInLayer ( Int_t  layer_num,
Int_t  strip_num 
)

Definition at line 93 of file BmnCSCModule.cxx.

◆ GetStripDigitNumberMatchInLayer() [2/2]

BmnMatch BmnCSCModule::GetStripDigitNumberMatchInLayer ( Int_t  layer_num,
Int_t  strip_num 
)

◆ GetStripLayer() [1/2]

BmnCSCLayer & BmnCSCModule::GetStripLayer ( Int_t  num)
inline

Definition at line 58 of file BmnCSCModule.h.

Referenced by BmnHistCsc::BmnHistCsc().

◆ GetStripLayer() [2/2]

BmnCSCLayer & BmnCSCModule::GetStripLayer ( Int_t  num)
inline

Definition at line 58 of file BmnCSCModule.h.

◆ GetStripLayers() [1/2]

vector< BmnCSCLayer > & BmnCSCModule::GetStripLayers ( )
inline

Definition at line 59 of file BmnCSCModule.h.

◆ GetStripLayers() [2/2]

vector< BmnCSCLayer > & BmnCSCModule::GetStripLayers ( )
inline

Definition at line 59 of file BmnCSCModule.h.

◆ GetStripMatchInLayer() [1/2]

BmnMatch BmnCSCModule::GetStripMatchInLayer ( Int_t  layer_num,
Int_t  strip_num 
)

Definition at line 86 of file BmnCSCModule.cxx.

◆ GetStripMatchInLayer() [2/2]

BmnMatch BmnCSCModule::GetStripMatchInLayer ( Int_t  layer_num,
Int_t  strip_num 
)

◆ GetStripSignalInLayer() [1/2]

Double_t BmnCSCModule::GetStripSignalInLayer ( Int_t  layer_num,
Int_t  strip_num 
)

Definition at line 79 of file BmnCSCModule.cxx.

◆ GetStripSignalInLayer() [2/2]

Double_t BmnCSCModule::GetStripSignalInLayer ( Int_t  layer_num,
Int_t  strip_num 
)

◆ GetUpperCluster() [1/2]

StripCluster BmnCSCModule::GetUpperCluster ( Int_t  indx)
inline

Definition at line 111 of file BmnCSCModule.h.

◆ GetUpperCluster() [2/2]

StripCluster BmnCSCModule::GetUpperCluster ( Int_t  indx)
inline

Definition at line 111 of file BmnCSCModule.h.

◆ GetUpperCluster_PseudoIntersections() [1/2]

StripCluster BmnCSCModule::GetUpperCluster_PseudoIntersections ( Int_t  indx)
inline

Definition at line 132 of file BmnCSCModule.h.

◆ GetUpperCluster_PseudoIntersections() [2/2]

StripCluster BmnCSCModule::GetUpperCluster_PseudoIntersections ( Int_t  indx)
inline

Definition at line 132 of file BmnCSCModule.h.

◆ GetVerbosity() [1/2]

Bool_t BmnCSCModule::GetVerbosity ( )
inline

Definition at line 27 of file BmnCSCModule.h.

◆ GetVerbosity() [2/2]

Bool_t BmnCSCModule::GetVerbosity ( )
inline

Definition at line 27 of file BmnCSCModule.h.

◆ GetXMaxModule() [1/2]

Double_t BmnCSCModule::GetXMaxModule ( )
inline

Definition at line 31 of file BmnCSCModule.h.

Referenced by BmnCSCStation::DefineStationBorders().

◆ GetXMaxModule() [2/2]

Double_t BmnCSCModule::GetXMaxModule ( )
inline

Definition at line 31 of file BmnCSCModule.h.

◆ GetXMinModule() [1/2]

Double_t BmnCSCModule::GetXMinModule ( )
inline

Definition at line 30 of file BmnCSCModule.h.

Referenced by BmnCSCStation::DefineStationBorders().

◆ GetXMinModule() [2/2]

Double_t BmnCSCModule::GetXMinModule ( )
inline

Definition at line 30 of file BmnCSCModule.h.

◆ GetXSize() [1/2]

Double_t BmnCSCModule::GetXSize ( )
inline

Definition at line 35 of file BmnCSCModule.h.

◆ GetXSize() [2/2]

Double_t BmnCSCModule::GetXSize ( )
inline

Definition at line 35 of file BmnCSCModule.h.

◆ GetYMaxModule() [1/2]

Double_t BmnCSCModule::GetYMaxModule ( )
inline

Definition at line 33 of file BmnCSCModule.h.

Referenced by BmnCSCStation::DefineStationBorders().

◆ GetYMaxModule() [2/2]

Double_t BmnCSCModule::GetYMaxModule ( )
inline

Definition at line 33 of file BmnCSCModule.h.

◆ GetYMinModule() [1/2]

Double_t BmnCSCModule::GetYMinModule ( )
inline

Definition at line 32 of file BmnCSCModule.h.

Referenced by BmnCSCStation::DefineStationBorders().

◆ GetYMinModule() [2/2]

Double_t BmnCSCModule::GetYMinModule ( )
inline

Definition at line 32 of file BmnCSCModule.h.

◆ GetYSize() [1/2]

Double_t BmnCSCModule::GetYSize ( )
inline

Definition at line 36 of file BmnCSCModule.h.

◆ GetYSize() [2/2]

Double_t BmnCSCModule::GetYSize ( )
inline

Definition at line 36 of file BmnCSCModule.h.

◆ GetZPositionRegistered() [1/2]

Double_t BmnCSCModule::GetZPositionRegistered ( )

Definition at line 40 of file BmnCSCModule.cxx.

◆ GetZPositionRegistered() [2/2]

Double_t BmnCSCModule::GetZPositionRegistered ( )

◆ GetZStartModulePosition() [1/2]

Double_t BmnCSCModule::GetZStartModulePosition ( )
inline

Definition at line 39 of file BmnCSCModule.h.

Referenced by BmnCSCStation::DefineStationBorders().

◆ GetZStartModulePosition() [2/2]

Double_t BmnCSCModule::GetZStartModulePosition ( )
inline

Definition at line 39 of file BmnCSCModule.h.

◆ IsPointInsideModule() [1/4]

Bool_t BmnCSCModule::IsPointInsideModule ( Double_t  x,
Double_t  y 
)

Definition at line 112 of file BmnCSCModule.cxx.

Referenced by AddRealPointFullOne(), AddRealPointSimple(), and IsPointInsideModule().

◆ IsPointInsideModule() [2/4]

Bool_t BmnCSCModule::IsPointInsideModule ( Double_t  x,
Double_t  y 
)

◆ IsPointInsideModule() [3/4]

Bool_t BmnCSCModule::IsPointInsideModule ( Double_t  x,
Double_t  y,
Double_t  z 
)

Definition at line 119 of file BmnCSCModule.cxx.

References fabs(), and IsPointInsideModule().

◆ IsPointInsideModule() [4/4]

Bool_t BmnCSCModule::IsPointInsideModule ( Double_t  x,
Double_t  y,
Double_t  z 
)

◆ IsPointInsideZThickness() [1/2]

Bool_t BmnCSCModule::IsPointInsideZThickness ( Double_t  z)

Definition at line 128 of file BmnCSCModule.cxx.

References fabs().

◆ IsPointInsideZThickness() [2/2]

Bool_t BmnCSCModule::IsPointInsideZThickness ( Double_t  z)

◆ MakeCluster() [1/2]

StripCluster BmnCSCModule::MakeCluster ( Int_t  layer_num,
Double_t  xcoord,
Double_t  ycoord,
Double_t  signal,
Double_t  radius 
)

◆ MakeCluster() [2/2]

StripCluster BmnCSCModule::MakeCluster ( Int_t  layer_num,
Double_t  xcoord,
Double_t  ycoord,
Double_t  signal,
Double_t  radius 
)

◆ ResetIntersectionPoints() [1/2]

void BmnCSCModule::ResetIntersectionPoints ( )

Definition at line 829 of file BmnCSCModule.cxx.

Referenced by CalculateStripHitIntersectionPoints(), and ResetModuleData().

◆ ResetIntersectionPoints() [2/2]

void BmnCSCModule::ResetIntersectionPoints ( )

◆ ResetModuleData() [1/2]

void BmnCSCModule::ResetModuleData ( )

◆ ResetModuleData() [2/2]

void BmnCSCModule::ResetModuleData ( )

◆ ResetPseudoIntersections() [1/2]

void BmnCSCModule::ResetPseudoIntersections ( )

Definition at line 846 of file BmnCSCModule.cxx.

Referenced by CalculateStripHitIntersectionPoints(), and ResetModuleData().

◆ ResetPseudoIntersections() [2/2]

void BmnCSCModule::ResetPseudoIntersections ( )

◆ ResetRealPoints() [1/2]

void BmnCSCModule::ResetRealPoints ( )
inline

Definition at line 93 of file BmnCSCModule.h.

Referenced by ResetModuleData().

◆ ResetRealPoints() [2/2]

void BmnCSCModule::ResetRealPoints ( )
inline

Definition at line 93 of file BmnCSCModule.h.

◆ SearchIntersectionPoint() [1/2]

Bool_t BmnCSCModule::SearchIntersectionPoint ( Double_t &  x,
Double_t &  y,
Double_t  strip_pos_layerA,
Double_t  strip_pos_layerB,
Int_t  layerA_index,
Int_t  layerB_index 
)

Definition at line 760 of file BmnCSCModule.cxx.

References LeftToRight.

◆ SearchIntersectionPoint() [2/2]

Bool_t BmnCSCModule::SearchIntersectionPoint ( Double_t &  x,
Double_t &  y,
Double_t  strip_pos_layerA,
Double_t  strip_pos_layerB,
Int_t  layerA_index,
Int_t  layerB_index 
)

◆ SetStripDigitNumberMatchInLayer() [1/2]

Bool_t BmnCSCModule::SetStripDigitNumberMatchInLayer ( Int_t  layer_num,
Int_t  strip_num,
BmnMatch  digit_num_match 
)

Definition at line 72 of file BmnCSCModule.cxx.

◆ SetStripDigitNumberMatchInLayer() [2/2]

Bool_t BmnCSCModule::SetStripDigitNumberMatchInLayer ( Int_t  layer_num,
Int_t  strip_num,
BmnMatch  digit_num_match 
)

◆ SetStripMatchInLayer() [1/2]

Bool_t BmnCSCModule::SetStripMatchInLayer ( Int_t  layer_num,
Int_t  strip_num,
BmnMatch  mc_match 
)

Definition at line 65 of file BmnCSCModule.cxx.

◆ SetStripMatchInLayer() [2/2]

Bool_t BmnCSCModule::SetStripMatchInLayer ( Int_t  layer_num,
Int_t  strip_num,
BmnMatch  mc_match 
)

◆ SetStripSignalInLayer() [1/2]

Bool_t BmnCSCModule::SetStripSignalInLayer ( Int_t  layer_num,
Int_t  strip_num,
Double_t  signal 
)

Definition at line 51 of file BmnCSCModule.cxx.

◆ SetStripSignalInLayer() [2/2]

Bool_t BmnCSCModule::SetStripSignalInLayer ( Int_t  layer_num,
Int_t  strip_num,
Double_t  signal 
)

◆ SetVerbosity() [1/2]

void BmnCSCModule::SetVerbosity ( Bool_t  verb)
inline

Definition at line 26 of file BmnCSCModule.h.

◆ SetVerbosity() [2/2]

void BmnCSCModule::SetVerbosity ( Bool_t  verb)
inline

Definition at line 26 of file BmnCSCModule.h.

◆ SetZStartModulePosition() [1/2]

void BmnCSCModule::SetZStartModulePosition ( Double_t  zpos_module)
inline

Definition at line 38 of file BmnCSCModule.h.

◆ SetZStartModulePosition() [2/2]

void BmnCSCModule::SetZStartModulePosition ( Double_t  zpos_module)
inline

Definition at line 38 of file BmnCSCModule.h.


The documentation for this class was generated from the following files: