Class Reference for E1039 Core & Analysis Software
PHG4CylinderGeomv3.h
Go to the documentation of this file.
1 #ifndef PHG4CylinderGeomv3_H__
2 #define PHG4CylinderGeomv3_H__
3 
4 #include "PHG4CylinderGeomv2.h"
5 
7 {
8  public:
10  PHG4CylinderGeomv3(const double r, const double zmi, const double zma, const double thickn, const int n_scint,
11  const double tangl, const double phi_slat_null):
12  PHG4CylinderGeomv2(r,zmi,zma,thickn,n_scint),
13  tiltangle(tangl),
14  phi_slat_zero(phi_slat_null)
15  {}
16 
17  virtual ~PHG4CylinderGeomv3() {}
18 
19  void identify(std::ostream& os = std::cout) const;
20  void set_tiltangle (const double phi) {tiltangle=phi;}
21  void set_phi_slat_zero (const double phi) {phi_slat_zero=phi;}
22 
23  double get_phi_slat_zero() const {return phi_slat_zero;}
24  double get_tiltangle() const {return tiltangle;}
25 
26  protected:
27  double tiltangle;
28  double phi_slat_zero;
29 
30  ClassDef(PHG4CylinderGeomv3,1)
31 };
32 
33 #endif
void set_phi_slat_zero(const double phi)
double get_tiltangle() const
double get_phi_slat_zero() const
PHG4CylinderGeomv3(const double r, const double zmi, const double zma, const double thickn, const int n_scint, const double tangl, const double phi_slat_null)
void identify(std::ostream &os=std::cout) const
void set_tiltangle(const double phi)