Class Reference for E1039 Core & Analysis Software
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 
10 {
11  public:
12 
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
void set_k_index(const int i)
void identify(std::ostream &os=std::cout) const
void set_j_index(const int i)
void set_l_index(const int i)