Class Reference for E1039 Core & Analysis Software
PHG4CylinderCellv2.h
Go to the documentation of this file.
1 #ifndef PHG4CYLINDERCELLV2_H
2 #define PHG4CYLINDERCELLV2_H
3 
4 #include "PHG4CylinderCellv1.h"
5 #include <cmath>
6 #include <map>
7 #include <iostream>
8 
10 {
11  public:
12 
14  virtual ~PHG4CylinderCellv2(){}
15 
16  void identify(std::ostream& os = std::cout) const;
17 
18  void set_sensor_index(const std::string &si) {sensor_index = si;}
19  std::string get_sensor_index() const {return sensor_index;}
20 
21  void set_ladder_phi_index(const int i) {ladder_phi_index = i;}
22  int get_ladder_phi_index() const {return ladder_phi_index;}
23 
24  void set_ladder_z_index(const int i) {ladder_z_index = i;}
25  int get_ladder_z_index() const {return ladder_z_index;}
26 
27  protected:
28 
31  std::string sensor_index;
32 
33  ClassDef(PHG4CylinderCellv2,1)
34 };
35 
36 #endif
int get_ladder_phi_index() const
int get_ladder_z_index() const
void set_ladder_phi_index(const int i)
void set_ladder_z_index(const int i)
void set_sensor_index(const std::string &si)
std::string get_sensor_index() const
void identify(std::ostream &os=std::cout) const