Jpp
18.0.1-rc.1
the software that should make you happy
|
#include <JFrameClone.hh>
Public Types | |
typedef JFrame< JElement_t, JAllocator_t >::value_type | value_type |
typedef JLANG::JClass < value_type >::argument_type | argument_type |
typedef JFrame< JElement_t, JAllocator_t >::const_iterator | const_iterator |
typedef JFrame< JElement_t, JAllocator_t >::const_iterator | iterator |
Public Member Functions | |
JFrameClone () | |
Default constructor. More... | |
JFrameClone (const JFrame< JElement_t, JAllocator_t > &frame) | |
Constructor. More... | |
const JPMTHeader & | getPMTHeader () const |
Get PMT header. More... | |
void | setPMTHeader (const JPMTHeader &header) |
Set PMT header. More... | |
const JDAQChronometer & | getDAQChronometer () const |
Get DAQ chronometer. More... | |
void | setDAQChronometer (const JDAQChronometer &chronometer) |
Set DAQ chronometer. More... | |
int | getDetectorID () const |
Get detector identifier. More... | |
int | getRunNumber () const |
Get run number. More... | |
int | getFrameIndex () const |
Get frame index. More... | |
JDAQUTCExtended | getTimesliceStart () const |
Get start of timeslice. More... | |
void | setRunNumber (const int run) |
Set run number. More... | |
void | setFrameIndex (const int frame_index) |
Set frame index. More... | |
void | setTimesliceStart (const JDAQUTCExtended ×lice_start) |
Set timeslice start time. More... | |
ClassDef (JDAQChronometer, 3) | |
const JDAQPMTIdentifier & | getPMTIdentifier () const |
Get PMT identifier. More... | |
void | setPMTIdentifier (const JDAQPMTIdentifier &pmt) |
Set PMT identifier. More... | |
int | getPMTAddress () const |
Get PMT identifier. More... | |
ClassDefNV (JDAQPMTIdentifier, 1) | |
ClassDefNV (JDAQModuleIdentifier, 1) | |
const JDAQModuleIdentifier & | getModuleIdentifier () const |
Get Module identifier. More... | |
void | setModuleIdentifier (const JDAQModuleIdentifier &module) |
Set Module identifier. More... | |
int | getModuleID () const |
Get module identifier. More... | |
const JAxis3D & | getAxis () const |
Get axis. More... | |
void | setAxis (const JAxis3D &axis) |
Set axis. More... | |
JAxis3D & | negate () |
Negate axis. More... | |
void | move (const double step) |
Move vertex along this axis. More... | |
double | getIntersection (const JVector3D &pos) const |
Get longitudinal position along axis of position of closest approach with given position. More... | |
double | getIntersection (const JAxis3D &axis, const double precision=1.0e-8) const |
Get longitudinal position along axis of position of closest approach with given axis. More... | |
double | getDistanceSquared (const JVector3D &pos) const |
Get distance squared. More... | |
double | getDistance (const JVector3D &pos) const |
Get distance. More... | |
JAxis3D & | rotate (const JRotation3D &R) |
Rotate axis. More... | |
JAxis3D & | rotate (const JRotation3X &R) |
Rotate around X-axis. More... | |
JAxis3D & | rotate (const JRotation3Y &R) |
Rotate around Y-axis. More... | |
JAxis3D & | rotate (const JRotation3Z &R) |
Rotate around Z-axis. More... | |
JAxis3D & | rotate (const JQuaternion3D &Q) |
Rotate axis. More... | |
JAxis3D & | rotate_back (const JRotation3D &R) |
Rotate back axis. More... | |
JAxis3D & | rotate_back (const JRotation3X &R) |
Rotate back around X-axis. More... | |
JAxis3D & | rotate_back (const JRotation3Y &R) |
Rotate back around Y-axis. More... | |
JAxis3D & | rotate_back (const JRotation3Z &R) |
Rotate back around Z-axis. More... | |
JPosition3D & | rotate_back (const JQuaternion3D &Q) |
Rotate back. More... | |
JDirection3D & | rotate_back (const JQuaternion3D &Q) |
Rotate back. More... | |
void | transform (const JAxis3D &axis) |
Transform axis to reference frame of given axis. More... | |
void | transform (const JRotation3D &R, const JVector3D &pos) |
Transform axis. More... | |
void | transform (const JTransformation3D &T) |
Transform axis. More... | |
JVector3D & | transform (const JMatrix3D &T) |
Transform. More... | |
JDirection3D & | transform (const JMatrix3D &T) |
Transform. More... | |
void | transform_back (const JRotation3D &R, const JVector3D &pos) |
Transform back axis. More... | |
void | transform_back (const JTransformation3D &T) |
Transform back axis. More... | |
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 JAngle3D () const | |
Type conversion operator. More... | |
operator JVersor3D () const | |
Type conversion operator. 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... | |
double | getDot (const JAngle3D &angle) const |
Get dot product. More... | |
double | getDot (const JVector3D &pos) const |
Get dot product. More... | |
double | getDot (const JVersor3Z &dir) const |
Get dot product. More... | |
double | getDot (const JVersor3D &versor) 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 & | 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... | |
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... | |
bool | equals (const JVersor3D &versor, 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... | |
JVector3D & | getCross (const JVector3D &first, const JVector3D &second) |
Get cross product. More... | |
JVersor3D & | getCross (const JVersor3D &first, const JVersor3D &second) |
Get cross product. More... | |
const JDirection3D & | getDirection () const |
Get direction. More... | |
JDirection3D & | getDirection () |
Get direction. More... | |
void | setDirection (const JDirection3D &dir) |
Set direction. More... | |
operator JVector3D () const | |
Type conversion operator. More... | |
double | getDX () const |
Get x direction. More... | |
double | getDY () const |
Get y direction. More... | |
double | getDZ () const |
Get z direction. More... | |
double | getTheta () const |
Get theta angle. More... | |
double | getPhi () const |
Get phi angle. More... | |
JVersor3D & | normalise () |
Normalise versor. More... | |
iterator | begin () const |
Get begin of data. More... | |
iterator | end () const |
Get end of data. More... | |
unsigned int | size () const |
Get size of data. More... | |
bool | empty () const |
Check size of data. More... | |
void | rewind () const |
Rewind internal iterator. More... | |
bool | is_valid () const |
Check internal iterator. More... | |
void | next () const |
Increment internal iterator. More... | |
iterator | get () const |
Get internal iterator. More... | |
double | getT () const |
Get time of internal iterator. More... | |
double | getToT () const |
Get time-over-threshold of internal iterator. More... | |
JHit | getJHit () const |
Construct JHit from internal iterator. More... | |
double | getTimeDifference (argument_type hit) const |
Get time difference with respect to given hits. More... | |
iterator | lower_bound (argument_type hit) const |
Set the internal iterator to the lower bound corresponding to the time of the given hit. More... | |
iterator | fast_forward (argument_type hit) const |
Increment the internal iterator until the lower bound corresponding to the time of the given hit. More... | |
Static Public Member Functions | |
static bool | compare (const JDAQPMTIdentifier &first, const JDAQPMTIdentifier &second) |
Compare PMT identifiers. More... | |
Protected Attributes | |
int | detector_id |
int | run |
int | frame_index |
JDAQUTCExtended | timeslice_start |
int | address |
int | id |
double | __x |
double | __y |
double | __z |
double | __dx |
double | __dy |
double | __dz |
iterator | __begin |
iterator | __end |
iterator | __i |
Clone of JFrame.
Definition at line 22 of file JFrameClone.hh.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
Constructor.
frame | JFrame |
Definition at line 41 of file JFrameClone.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Set DAQ chronometer.
chronometer | DAQ chronometer |
Definition at line 99 of file JDAQChronometer.hh.
|
inlineinherited |
Get detector identifier.
Definition at line 110 of file JDAQChronometer.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Get start of timeslice.
Definition at line 144 of file JDAQChronometer.hh.
|
inlineinherited |
|
inlineinherited |
Set frame index.
frame_index | frame index |
Definition at line 166 of file JDAQChronometer.hh.
|
inlineinherited |
Set timeslice start time.
timeslice_start | timeslice start time |
Definition at line 177 of file JDAQChronometer.hh.
|
inherited |
|
inlineinherited |
|
inlineinherited |
Set PMT identifier.
pmt | PMT identifier |
Definition at line 67 of file JDAQPMTIdentifier.hh.
|
inlineinherited |
|
inlinestaticinherited |
Compare PMT identifiers.
The comparison is applied to the module identifer and to the PMT address. If the module identifier or PMT address is -1
, the corresponding comparison evaluates to true
.
first | PMT identifier |
second | PMT identifier |
Definition at line 126 of file JDAQPMTIdentifier.hh.
|
inherited |
|
inherited |
|
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.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Negate axis.
Definition at line 120 of file JAxis3D.hh.
|
inlineinherited |
Move vertex along this axis.
step | step |
Definition at line 134 of file JAxis3D.hh.
|
inlineinherited |
Get longitudinal position along axis of position of closest approach with given position.
pos | position |
Definition at line 146 of file JAxis3D.hh.
|
inlineinherited |
Get longitudinal position along axis of position of closest approach with given axis.
If the axes are paralel, this position corresponds to the vertex of the given axis.
axis | axis |
precision | precision |
Definition at line 164 of file JAxis3D.hh.
|
inlineinherited |
Get distance squared.
pos | position |
Definition at line 195 of file JAxis3D.hh.
|
inlineinherited |
Get distance.
pos | osition |
Definition at line 213 of file JAxis3D.hh.
|
inlineinherited |
Rotate axis.
R | rotation matrix |
Definition at line 225 of file JAxis3D.hh.
|
inlineinherited |
Rotate around X-axis.
R | rotation matrix |
Definition at line 255 of file JAxis3D.hh.
|
inlineinherited |
Rotate around Y-axis.
R | rotation matrix |
Definition at line 285 of file JAxis3D.hh.
|
inlineinherited |
Rotate around Z-axis.
R | rotation matrix |
Definition at line 315 of file JAxis3D.hh.
|
inlineinherited |
Rotate axis.
Q | quaternion |
Definition at line 345 of file JAxis3D.hh.
|
inlineinherited |
Rotate back axis.
R | rotation matrix |
Definition at line 240 of file JAxis3D.hh.
|
inlineinherited |
Rotate back around X-axis.
R | rotation matrix |
Definition at line 270 of file JAxis3D.hh.
|
inlineinherited |
Rotate back around Y-axis.
R | rotation matrix |
Definition at line 300 of file JAxis3D.hh.
|
inlineinherited |
Rotate back around Z-axis.
R | rotation matrix |
Definition at line 330 of file JAxis3D.hh.
|
inlineinherited |
Rotate back.
Q | quaternion |
Definition at line 312 of file JPosition3D.hh.
|
inlineinherited |
Rotate back.
Q | quaternion |
Definition at line 321 of file JDirection3D.hh.
|
inlineinherited |
Transform axis to reference frame of given axis.
axis | axis |
Definition at line 359 of file JAxis3D.hh.
|
inlineinherited |
Transform axis.
The final position and direction are obtained as follows:
R
);pos
);R | rotation matrix |
pos | position of origin |
Definition at line 379 of file JAxis3D.hh.
|
inlineinherited |
Transform axis.
T | transformation |
Definition at line 437 of file JAxis3D.hh.
|
inlineinherited |
Transform.
T | matrix |
Definition at line 163 of file JDirection3D.hh.
|
inlineinherited |
Transform back axis.
The final position and direction are obtained as follows:
R | rotation matrix |
pos | position of origin (before rotation) |
Definition at line 415 of file JAxis3D.hh.
|
inlineinherited |
Transform back axis.
T | transformation |
Definition at line 448 of file JAxis3D.hh.
|
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 |
|
inlineinherited |
Type conversion operator.
Definition at line 174 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 |
Get dot product.
angle | angle |
Definition at line 335 of file JDirection3D.hh.
|
inlineinherited |
Get dot product.
pos | position |
Definition at line 350 of file JDirection3D.hh.
|
inlineinherited |
Get dot product.
dir | direction |
Definition at line 365 of file JDirection3D.hh.
|
inlineinherited |
Get dot product.
versor | versor |
Definition at line 156 of file JVersor3D.hh.
|
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 |
|
inlineinherited |
|
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 |
Check equality.
versor | versor |
precision | precision |
Definition at line 81 of file JVersor3D.hh.
|
inlineinherited |
|
inlineinherited |
Get length.
Definition at line 246 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 |
Get cross product.
Note that this versor should not overlap with the first or second versor,
first | first versor |
second | second versor |
Definition at line 173 of file JVersor3D.hh.
|
inlineinherited |
Get direction.
Definition at line 107 of file JDirection3D.hh.
|
inlineinherited |
Get direction.
Definition at line 118 of file JDirection3D.hh.
|
inlineinherited |
Set direction.
dir | direction |
Definition at line 129 of file JDirection3D.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Normalise versor.
This operation may set the result to the unit z-vector.
Definition at line 192 of file JVersor3D.hh.
|
inlineinherited |
Get begin of data.
Definition at line 83 of file JClone.hh.
|
inlineinherited |
Get end of data.
Definition at line 94 of file JClone.hh.
|
inlineinherited |
Get size of data.
Definition at line 105 of file JClone.hh.
|
inlineinherited |
Check size of data.
Definition at line 116 of file JClone.hh.
|
inlineinherited |
Rewind internal iterator.
Definition at line 125 of file JClone.hh.
|
inlineinherited |
Check internal iterator.
Definition at line 136 of file JClone.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Get time of internal iterator.
Definition at line 167 of file JClone.hh.
|
inlineinherited |
Get time-over-threshold of internal iterator.
Definition at line 178 of file JClone.hh.
|
inlineinherited |
Construct JHit from internal iterator.
Definition at line 189 of file JClone.hh.
|
inlineinherited |
Get time difference with respect to given hits.
hit | hit |
Definition at line 201 of file JClone.hh.
|
inlineinherited |
Set the internal iterator to the lower bound corresponding to the time of the given hit.
hit | hit |
Definition at line 213 of file JClone.hh.
|
inlineinherited |
|
protectedinherited |
Definition at line 187 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 188 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 189 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 190 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 141 of file JDAQPMTIdentifier.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 |
Definition at line 206 of file JVersor3D.hh.
|
protectedinherited |
Definition at line 207 of file JVersor3D.hh.
|
protectedinherited |
Definition at line 208 of file JVersor3D.hh.
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |