er  dev
ERQTelescopeGeoComponentSingleSi.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 ERQTelescopeGeoComponentSingleSi_H
10 #define ERQTelescopeGeoComponentSingleSi_H
11 
12 #include "ERTelescopeGeoComponentSingleSi.h"
13 
14 #include "TString.h"
15 #include "TVector3.h"
16 
18 public:
19  using ERTelescopeGeoComponentSingleSi::ERTelescopeGeoComponentSingleSi;
20  virtual void ConstructGeometryVolume(void);
21 protected:
22  virtual void ParseXmlParameters();
23  Double_t fSensX = 0.;
24  Double_t fSensY = 0.;
25  Double_t fSensZ = 0.;
27 };
28 #endif