er  dev
ERRTelescopeGeoComponentDoubleSi.h
1 /********************************************************************************
2  * Copyright (C) Joint Institute for Nuclear Research *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 
9 #ifndef ERRTelescopeGeoComponentDoubleSiSi_H
10 #define ERRTelescopeGeoComponentDoubleSiSi_H
11 
12 #include "ERTelescopeGeoComponentDoubleSi.h"
13 
14 #include "TString.h"
15 #include "TVector3.h"
16 
18 public:
19  using ERTelescopeGeoComponentDoubleSi::ERTelescopeGeoComponentDoubleSi;
20  virtual void ConstructGeometryVolume(void);
21 protected:
22  virtual void ParseXmlParameters();
23  Double_t fRMin = 0.;
24  Double_t fRMax = 0.;
25  Double_t fSensetiveRMin = 0;
26  Double_t fSensetiveRMax = 0;
27  Double_t fSensetiveZ = 0;
29 };
30 #endif