SND@LHC Software
|
CLASS OF TT AND HPT EVENTS ######################################################. More...
Public Member Functions | |
__init__ (self, DetID, Xraw, Yraw, Edep) | |
SetLYRange (self, ly_min, ly_max) | |
SetSipmPosition (self, sipm_hor_pos, sipm_vert_pos) | |
SetSipmIsReversed (self, is_sipm_hor_reversed, is_sipm_vert_reversed) | |
ClusterGen (self) | |
GetXYZ (self) | |
Public Attributes | |
DetID | |
Xraw | |
Yraw | |
Edep | |
ly | |
cluster | |
station | |
matnum | |
Xrec | |
Yrec | |
is_created | |
recovery_globalpos | |
delta | |
sipm_hor_pos | |
sipm_vert_pos | |
is_sipm_hor_reversed | |
is_sipm_vert_reversed | |
ly_min | |
ly_max | |
CLASS OF TT AND HPT EVENTS ######################################################.
Definition at line 527 of file TTCluster.py.
TTCluster.TTCluster.__init__ | ( | self, | |
DetID, | |||
Xraw, | |||
Yraw, | |||
Edep | |||
) |
Definition at line 529 of file TTCluster.py.
TTCluster.TTCluster.ClusterGen | ( | self | ) |
Definition at line 565 of file TTCluster.py.
TTCluster.TTCluster.GetXYZ | ( | self | ) |
Definition at line 616 of file TTCluster.py.
TTCluster.TTCluster.SetLYRange | ( | self, | |
ly_min, | |||
ly_max | |||
) |
Definition at line 552 of file TTCluster.py.
TTCluster.TTCluster.SetSipmIsReversed | ( | self, | |
is_sipm_hor_reversed, | |||
is_sipm_vert_reversed | |||
) |
Definition at line 560 of file TTCluster.py.
TTCluster.TTCluster.SetSipmPosition | ( | self, | |
sipm_hor_pos, | |||
sipm_vert_pos | |||
) |
Definition at line 556 of file TTCluster.py.
TTCluster.TTCluster.cluster |
Definition at line 535 of file TTCluster.py.
TTCluster.TTCluster.delta |
Definition at line 543 of file TTCluster.py.
TTCluster.TTCluster.DetID |
Definition at line 530 of file TTCluster.py.
TTCluster.TTCluster.Edep |
Definition at line 533 of file TTCluster.py.
TTCluster.TTCluster.is_created |
Definition at line 540 of file TTCluster.py.
TTCluster.TTCluster.is_sipm_hor_reversed |
Definition at line 547 of file TTCluster.py.
TTCluster.TTCluster.is_sipm_vert_reversed |
Definition at line 548 of file TTCluster.py.
TTCluster.TTCluster.ly |
Definition at line 534 of file TTCluster.py.
TTCluster.TTCluster.ly_max |
Definition at line 550 of file TTCluster.py.
TTCluster.TTCluster.ly_min |
Definition at line 549 of file TTCluster.py.
TTCluster.TTCluster.matnum |
Definition at line 537 of file TTCluster.py.
TTCluster.TTCluster.recovery_globalpos |
Definition at line 542 of file TTCluster.py.
TTCluster.TTCluster.sipm_hor_pos |
Definition at line 545 of file TTCluster.py.
TTCluster.TTCluster.sipm_vert_pos |
Definition at line 546 of file TTCluster.py.
TTCluster.TTCluster.station |
Definition at line 536 of file TTCluster.py.
TTCluster.TTCluster.Xraw |
Definition at line 531 of file TTCluster.py.
TTCluster.TTCluster.Xrec |
Definition at line 538 of file TTCluster.py.
TTCluster.TTCluster.Yraw |
Definition at line 532 of file TTCluster.py.
TTCluster.TTCluster.Yrec |
Definition at line 539 of file TTCluster.py.