Jpp
|
Reduced data structure for L1 hit. More...
#include <JHitR1.hh>
Public Member Functions | |
JHitR1 () | |
Default constructor. More... | |
JHitR1 (const JDAQModuleIdentifier &id, const JPosition3D &pos) | |
Constructor. More... | |
JHitR1 (const JDAQModuleIdentifier &id, const JPosition3D &pos, const JHit &hit, const double weight=1.0) | |
Constructor. More... | |
JHitR1 (const JHitL0 &hit, const double weight=1.0) | |
Constructor. More... | |
JHitR1 (const JHitL1 &hit) | |
Constructor. More... | |
void | set (const JHit &hit, const double weight=1.0) |
Set hit. More... | |
JHitR1 & | add (const JHit &hit, const double weight=1.0) |
Add hit. More... | |
JDAQPMTIdentifier | getPMTIdentifier () const |
Get PMT identifier. More... | |
int | getN () const |
Get count. More... | |
double | getW () const |
Get weight. More... | |
const JDAQModuleIdentifier & | getModuleIdentifier () const |
Get Module identifier. More... | |
void | setModuleIdentifier (const JDAQModuleIdentifier &module) |
Set Module identifier. More... | |
int | getModuleID () const |
Get module identifier. More... | |
ClassDefNV (JDAQModuleIdentifier, 1) | |
const JPosition3D & | getPosition () const |
Get position. More... | |
JPosition3D & | getPosition () |
Get position. More... | |
void | setPosition (const JVector3D &pos) |
Set position. More... | |
operator JAngle3D () const | |
Type conversion operator. More... | |
operator JVersor3D () const | |
Type conversion operator. More... | |
JPosition3D & | rotate (const JRotation3D &R) |
Rotate. More... | |
JPosition3D & | rotate (const JRotation3X &R) |
Rotate around X-axis. More... | |
JPosition3D & | rotate (const JRotation3Y &R) |
Rotate around Y-axis. More... | |
JPosition3D & | rotate (const JRotation3Z &R) |
Rotate around Z-axis. More... | |
JPosition3D & | rotate (const JQuaternion3D &Q) |
Rotate. More... | |
JPosition3D & | rotate_back (const JRotation3D &R) |
Rotate back. More... | |
JPosition3D & | rotate_back (const JRotation3X &R) |
Rotate back around X-axis. More... | |
JPosition3D & | rotate_back (const JRotation3Y &R) |
Rotate back around Y-axis. More... | |
JPosition3D & | rotate_back (const JRotation3Z &R) |
Rotate back around Z-axis. More... | |
JPosition3D & | rotate_back (const JQuaternion3D &Q) |
Rotate back. More... | |
void | transform (const JRotation3D &R, const JVector3D &pos) |
Transform position. More... | |
JVector3D & | transform (const JMatrix3D &T) |
Transform. More... | |
void | transform_back (const JRotation3D &R, const JVector3D &pos) |
Transform back position. More... | |
double | getDot (const JAngle3D &angle) const |
Get dot product. More... | |
double | getDot (const JVersor3D &dir) const |
Get dot product. More... | |
double | getDot (const JVersor3Z &dir) const |
Get dot product. More... | |
double | getDot (const JVector3D &vector) const |
Get dot product. More... | |
operator JVector2D () const | |
Type conversion operator. More... | |
double | getX () const |
Get x position. More... | |
double | getY () const |
Get y position. More... | |
double | getZ () const |
Get z position. More... | |
JVector3D & | negate () |
Negate vector. More... | |
JVector3D & | add (const JVector3D &vector) |
Add vector. More... | |
JVector3D & | sub (const JVector3D &vector) |
Subtract vector. More... | |
JVector3D & | mul (const double factor) |
Scale vector. More... | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. More... | |
JVector3D & | div (const double factor) |
Scale vector. More... | |
bool | equals (const JVector3D &vector, const double precision=std::numeric_limits< double >::min()) const |
Check equality. More... | |
double | getLengthSquared () const |
Get length squared. More... | |
double | getLength () const |
Get length. More... | |
double | getDistanceSquared (const JVector3D &pos) const |
Get squared of distance to point. More... | |
double | getDistance (const JVector3D &pos) const |
Get distance to point. More... | |
JVector3D & | getCross (const JVector3D &first, const JVector3D &second) |
Get cross product. More... | |
const JHit & | getHit () const |
Get hit. More... | |
operator double () const | |
Type conversion. More... | |
double | getT () const |
Get calibrated time of hit. More... | |
double | getToT () const |
Get calibrated time over threshold of hit. More... | |
double | getT1 () const |
Get leading edge of hit. More... | |
double | getT2 () const |
Get trailing edge of hit. More... | |
void | join (const JHit &hit) |
Join hit. More... | |
Static Public Member Functions | |
static bool | getSlewing () |
Get slewing option. More... | |
static void | setSlewing (const bool slewing) |
Set slewing option. More... | |
Static Protected Member Functions | |
static bool & | get_slewing () |
Get reference to slewing parameter. More... | |
Protected Attributes | |
int | __n |
double | __w |
int | id |
double | __x |
double | __y |
double | __z |
double | t |
time of leading edge [ns] More... | |
double | tot |
time-ver-threshold [ns] More... | |
|
inline |
Default constructor.
Definition at line 40 of file JHitR1.hh.
|
inline |
Constructor.
id | module identifier |
pos | position |
Definition at line 55 of file JHitR1.hh.
|
inline |
Constructor.
id | module identifier |
pos | position |
hit | hit |
weight | weight |
Definition at line 73 of file JHitR1.hh.
|
inline |
Constructor.
hit | hit |
weight | weight |
Definition at line 91 of file JHitR1.hh.
|
inline |
Constructor.
hit | hit |
Definition at line 106 of file JHitR1.hh.
|
inline |
Add hit.
Note that:
weight
;hit | hit |
weight | weight |
Definition at line 148 of file JHitR1.hh.
|
inline |
Get PMT identifier.
Note that the PMT address is set to -1.
Definition at line 172 of file JHitR1.hh.
|
inline |
Get count.
|
inline |
Get weight.
|
inlineinherited |
Get Module identifier.
Definition at line 50 of file JDAQModuleIdentifier.hh.
|
inlineinherited |
Set Module identifier.
module | Module identifier |
Definition at line 61 of file JDAQModuleIdentifier.hh.
|
inlineinherited |
Get module identifier.
Definition at line 72 of file JDAQModuleIdentifier.hh.
|
inherited |
|
inlineinherited |
Get position.
Definition at line 130 of file JPosition3D.hh.
|
inlineinherited |
Get position.
Definition at line 141 of file JPosition3D.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Type conversion operator.
Definition at line 174 of file JPosition3D.hh.
|
inlineinherited |
Rotate.
R | rotation matrix |
Definition at line 186 of file JPosition3D.hh.
|
inlineinherited |
Rotate around X-axis.
R | rotation matrix |
Definition at line 214 of file JPosition3D.hh.
|
inlineinherited |
Rotate around Y-axis.
R | rotation matrix |
Definition at line 242 of file JPosition3D.hh.
|
inlineinherited |
Rotate around Z-axis.
R | rotation matrix |
Definition at line 270 of file JPosition3D.hh.
|
inlineinherited |
Rotate.
Q | quaternion |
Definition at line 298 of file JPosition3D.hh.
|
inlineinherited |
Rotate back.
R | rotation matrix |
Definition at line 200 of file JPosition3D.hh.
|
inlineinherited |
Rotate back around X-axis.
R | rotation matrix |
Definition at line 228 of file JPosition3D.hh.
|
inlineinherited |
Rotate back around Y-axis.
R | rotation matrix |
Definition at line 256 of file JPosition3D.hh.
|
inlineinherited |
Rotate back around Z-axis.
R | rotation matrix |
Definition at line 284 of file JPosition3D.hh.
|
inlineinherited |
Rotate back.
Q | quaternion |
Definition at line 312 of file JPosition3D.hh.
|
inlineinherited |
Transform position.
The final position is obtained as follows:
R | rotation matrix |
pos | position of origin (after rotation) |
Definition at line 331 of file JPosition3D.hh.
|
inlineinherited |
Transform back position.
The final position is obtained as follows:
R | rotation matrix |
pos | position of origin (before rotation) |
Definition at line 359 of file JPosition3D.hh.
|
inlineinherited |
Get dot product.
angle | angle |
Definition at line 378 of file JPosition3D.hh.
|
inlineinherited |
Get dot product.
dir | direction |
Definition at line 393 of file JPosition3D.hh.
|
inlineinherited |
Get dot product.
dir | direction |
Definition at line 408 of file JPosition3D.hh.
|
inlineinherited |
Get dot product.
vector | vector |
Definition at line 282 of file JVector3D.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Subtract vector.
vector | vector |
Definition at line 158 of file JVector3D.hh.
|
inlineinherited |
Scale vector.
factor | multiplication factor |
Definition at line 174 of file JVector3D.hh.
|
inlineinherited |
Multiply with object.
object | object |
Definition at line 357 of file JMath.hh.
|
inlineinherited |
Scale vector.
factor | division factor |
Definition at line 190 of file JVector3D.hh.
|
inlineinherited |
Check equality.
vector | vector |
precision | precision |
Definition at line 221 of file JVector3D.hh.
|
inlineinherited |
|
inlineinherited |
Get length.
Definition at line 246 of file JVector3D.hh.
|
inlineinherited |
Get squared of distance to point.
pos | position |
Definition at line 258 of file JVector3D.hh.
|
inlineinherited |
Get distance to point.
pos | position |
Definition at line 270 of file JVector3D.hh.
|
inlineinherited |
Get cross product.
Note that this vector should not overlap with the first or second vector,
first | first vector |
second | second vector |
Definition at line 299 of file JVector3D.hh.
|
inlineinherited |
|
inlinestaticinherited |
Get slewing option.
Definition at line 110 of file JTrigger/JHit.hh.
|
inlinestaticinherited |
Set slewing option.
slewing | slewing option |
Definition at line 121 of file JTrigger/JHit.hh.
|
inlineinherited |
|
inlineinherited |
Get calibrated time of hit.
Definition at line 143 of file JTrigger/JHit.hh.
|
inlineinherited |
Get calibrated time over threshold of hit.
Definition at line 157 of file JTrigger/JHit.hh.
|
inlineinherited |
Get leading edge of hit.
Note that no slewing correction is applied.
Definition at line 170 of file JTrigger/JHit.hh.
|
inlineinherited |
Get trailing edge of hit.
Note that no slewing correction is applied.
Definition at line 183 of file JTrigger/JHit.hh.
|
inlineinherited |
Join hit.
Note that:
hit | hit |
Definition at line 198 of file JTrigger/JHit.hh.
|
inlinestaticprotectedinherited |
Get reference to slewing parameter.
Definition at line 213 of file JTrigger/JHit.hh.
|
protectedinherited |
Definition at line 112 of file JDAQModuleIdentifier.hh.
|
protectedinherited |
Definition at line 310 of file JVector3D.hh.
|
protectedinherited |
Definition at line 311 of file JVector3D.hh.
|
protectedinherited |
Definition at line 312 of file JVector3D.hh.
|
protectedinherited |
time of leading edge [ns]
Definition at line 204 of file JTrigger/JHit.hh.
|
protectedinherited |
time-ver-threshold [ns]
Definition at line 205 of file JTrigger/JHit.hh.