Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
PHG4CylinderCellv3.h
Go to the documentation of this file.
1
#ifndef PHG4CYLINDERCELLV3_H
2
#define PHG4CYLINDERCELLV3_H
3
4
#include "
PHG4CylinderCellv1.h
"
5
#include <cmath>
6
#include <map>
7
#include <iostream>
8
9
class
PHG4CylinderCellv3
:
public
PHG4CylinderCellv1
10
{
11
public
:
12
13
PHG4CylinderCellv3
();
14
virtual
~PHG4CylinderCellv3
(){}
15
16
void
identify
(std::ostream& os = std::cout)
const
;
17
18
void
set_j_index
(
const
int
i) {
j_index
= i;}
19
int
get_j_index
()
const
{
return
j_index
;}
20
21
void
set_k_index
(
const
int
i) {
k_index
= i;}
22
int
get_k_index
()
const
{
return
k_index
;}
23
24
void
set_l_index
(
const
int
i) {
l_index
= i;}
25
int
get_l_index
()
const
{
return
l_index
;}
26
27
protected
:
28
29
int
j_index
;
30
int
k_index
;
31
int
l_index
;
32
33
ClassDef(
PHG4CylinderCellv3
,1)
34
};
35
36
#endif
PHG4CylinderCellv3::identify
void identify(std::ostream &os=std::cout) const
Definition:
PHG4CylinderCellv3.cc:13
PHG4CylinderCellv3::PHG4CylinderCellv3
PHG4CylinderCellv3()
Definition:
PHG4CylinderCellv3.cc:5
PHG4CylinderCellv3::get_l_index
int get_l_index() const
Definition:
PHG4CylinderCellv3.h:25
PHG4CylinderCellv3::get_j_index
int get_j_index() const
Definition:
PHG4CylinderCellv3.h:19
PHG4CylinderCellv3::l_index
int l_index
Definition:
PHG4CylinderCellv3.h:31
PHG4CylinderCellv3::set_l_index
void set_l_index(const int i)
Definition:
PHG4CylinderCellv3.h:24
PHG4CylinderCellv3::get_k_index
int get_k_index() const
Definition:
PHG4CylinderCellv3.h:22
PHG4CylinderCellv3
Definition:
PHG4CylinderCellv3.h:9
PHG4CylinderCellv3::j_index
int j_index
Definition:
PHG4CylinderCellv3.h:29
PHG4CylinderCellv3::set_k_index
void set_k_index(const int i)
Definition:
PHG4CylinderCellv3.h:21
PHG4CylinderCellv3::~PHG4CylinderCellv3
virtual ~PHG4CylinderCellv3()
Definition:
PHG4CylinderCellv3.h:14
PHG4CylinderCellv1.h
PHG4CylinderCellv3::k_index
int k_index
Definition:
PHG4CylinderCellv3.h:30
PHG4CylinderCellv1
Definition:
PHG4CylinderCellv1.h:10
PHG4CylinderCellv3::set_j_index
void set_j_index(const int i)
Definition:
PHG4CylinderCellv3.h:18
e1039-core
simulation
g4detectors
PHG4CylinderCellv3.h
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration