Class Reference for E1039 Core & Analysis Software
PHG4CylinderGeomv2.h
Go to the documentation of this file.
1 #ifndef PHG4CylinderGeomv2_H__
2 #define PHG4CylinderGeomv2_H__
3 
4 #include "PHG4CylinderGeomv1.h"
5 
7 {
8  public:
10  PHG4CylinderGeomv2(const double r, const double zmi, const double zma, const double thickn, const int n_scint):
11  PHG4CylinderGeomv1(r,zmi,zma,thickn),
12  nscint(n_scint)
13  {}
14 
15  virtual ~PHG4CylinderGeomv2() {}
16 
17  void identify(std::ostream& os = std::cout) const;
18  void set_nscint(const int i) {nscint = i;}
19  int get_nscint() const {return nscint;}
20 
22  virtual void ImportParameters(const PHParameters & param);
23 
24  protected:
25  int nscint;
26 
27  ClassDef(PHG4CylinderGeomv2,1)
28 };
29 
30 #endif
void set_nscint(const int i)
void identify(std::ostream &os=std::cout) const
PHG4CylinderGeomv2(const double r, const double zmi, const double zma, const double thickn, const int n_scint)
virtual void ImportParameters(const PHParameters &param)
load parameters from PHParameters, which interface to Database/XML/ROOT files