Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimGeneral
GFlash
interface
GflashHit.h
Go to the documentation of this file.
1
#ifndef GflashHit_H
2
#define GflashHit_H
3
4
#include "
SimGeneral/GFlash/interface/Gflash3Vector.h
"
5
6
class
GflashHit
7
{
8
public
:
9
10
GflashHit
();
11
GflashHit
(
double
time
,
double
energy
,
Gflash3Vector
& pos);
12
~GflashHit
();
13
14
inline
double
getTime
()
const
{
return
theTime
; }
15
inline
double
getEnergy
()
const
{
return
theEnergy
; }
16
inline
const
Gflash3Vector
&
getPosition
()
const
{
return
thePosition
; }
17
18
inline
void
setTime
(
const
double
time) {
theTime
=
time
; }
19
inline
void
setEnergy
(
const
double
energy) {
theEnergy
=
energy
; }
20
inline
void
setPosition
(
const
Gflash3Vector
& pos) {
thePosition
= pos; }
21
22
private
:
23
double
theTime
;
24
double
theEnergy
;
25
Gflash3Vector
thePosition
;
26
};
27
28
#endif
GflashHit::setEnergy
void setEnergy(const double energy)
Definition:
GflashHit.h:19
GflashHit::~GflashHit
~GflashHit()
Definition:
GflashHit.cc:17
GflashHit::GflashHit
GflashHit()
Definition:
GflashHit.cc:3
GflashHit::setPosition
void setPosition(const Gflash3Vector &pos)
Definition:
GflashHit.h:20
GflashHit::getTime
double getTime() const
Definition:
GflashHit.h:14
GflashHit
Definition:
GflashHit.h:6
GflashHit::setTime
void setTime(const double time)
Definition:
GflashHit.h:18
cond::rpcobgas::time
Definition:
RPCObGasPyWrapper.cc:61
GflashHit::thePosition
Gflash3Vector thePosition
Definition:
GflashHit.h:25
GflashHit::theEnergy
double theEnergy
Definition:
GflashHit.h:24
Gflash3Vector.h
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashHit::theTime
double theTime
Definition:
GflashHit.h:23
GflashHit::getEnergy
double getEnergy() const
Definition:
GflashHit.h:15
relval_parameters_module.energy
string energy
Definition:
relval_parameters_module.py:29
GflashHit::getPosition
const Gflash3Vector & getPosition() const
Definition:
GflashHit.h:16
Generated for CMSSW Reference Manual by
1.8.5