define class TEclEnergyHit
More...
#include <ECLGeometryPar.h>
define class TEclEnergyHit
Definition at line 229 of file ECLGeometryPar.h.
◆ Identifier
◆ TEclEnergyHit() [1/3]
◆ TEclEnergyHit() [2/3]
◆ TEclEnergyHit() [3/3]
◆ ~TEclEnergyHit()
◆ CellId() [1/2]
set Cell Id
Definition at line 285 of file ECLGeometryPar.h.
286 {
287 return fCellId = cId;
288 }
◆ CellId() [2/2]
◆ Energy() [1/2]
EclGeV Energy |
( |
EclGeV | energy | ) |
|
|
inline |
set Energy
Definition at line 298 of file ECLGeometryPar.h.
299 {
300 return fEnergy = energy;
301 }
◆ Energy() [2/2]
EclGeV Energy |
( |
void | | ) |
const |
|
inline |
◆ Id() [1/2]
◆ Id() [2/2]
◆ operator!=()
comparison operators
Definition at line 329 of file ECLGeometryPar.h.
330 {
331 return
332 (fId != rhs.Id())
333 || (fEnergy != rhs.Energy())
334 || (fCellId != rhs.CellId())
335 ;
336 }
◆ operator<()
comparison operators
Definition at line 308 of file ECLGeometryPar.h.
309 {
310 return
311 fId < rhs.Id();
312 }
◆ operator=()
assignment operator(s)
Definition at line 258 of file ECLGeometryPar.h.
259 {
260 if (this != &hit) {
261 fId = hit.fId;
262 fEnergy = hit.fEnergy;
263 fCellId = hit.fCellId;
264 }
265 return *this;
266 }
◆ operator==()
comparison operators
Definition at line 320 of file ECLGeometryPar.h.
321 {
322 return
323 (fId == rhs.Id())
324 && (fEnergy == rhs.Energy())
325 && (fCellId == rhs.CellId())
326 ;
327 }
◆ operator>()
comparison operators
Definition at line 314 of file ECLGeometryPar.h.
315 {
316 return
317 fId > rhs.Id();
318 }
◆ fCellId
◆ fEnergy
◆ fId
The documentation for this class was generated from the following file: