1#include "GaudiKernel/Kernel.h"
2#include "GaudiKernel/IInterface.h"
3#include "GaudiKernel/StatusCode.h"
6#include "GaudiKernel/MsgStream.h"
7#include "GaudiKernel/PropertyMgr.h"
22 declareProperty(
"Gdml",fGdml);
32 if(fROOTGeo)
delete fROOTGeo;
47 MsgStream log(messageService(), name());
48 log << MSG::INFO << name() <<
": Start of run initialisation" << endreq;
50 StatusCode sc = Service::initialize();
51 if ( sc.isFailure() )
return sc;
55 fROOTGeo->InitFromXML();
57 return StatusCode::SUCCESS;
62 MsgStream log(messageService(), name());
63 log << MSG::INFO << name() <<
": End of Run" << endreq;
64 return StatusCode::SUCCESS;
69 return fROOTGeo->GetCrystal(
id);
74 cry=fBarrel.GetCrystal(
id);
76 cry=fEndCap.GetCrystal(
id);
87 cry=fROOTGeo->GetCrystal(
id);
90 cry=fBarrel.GetCrystal(
id);
92 cry=fEndCap.GetCrystal(
id);
100 return fROOTGeo->GetCCenter(
id)/cm;
105 center=fBarrel.GetCCenter(
id);
107 center=fEndCap.GetCCenter(
id);
116 return fROOTGeo->GetCFrontCenter(
id)/cm;
121 frontCenter=fBarrel.GetCFrontCenter(
id);
123 frontCenter=fEndCap.GetCFrontCenter(
id);
126 return frontCenter/cm;
132 return fBarrel.GetBarrelR()/cm;
137 return fBarrel.GetBarrelOffset1()/cm;
142 return fBarrel.GetBarrelOffset2()/cm;
147 return fBarrel.GetBarrelh1()/cm;
152 return fBarrel.GetBarrelh2()/cm;
157 return fBarrel.GetBarrelh3()/cm;
162 return fBarrel.GetBarrelL()/cm;
167 return fBarrel.GetBarrelNPhiMax();
172 return fBarrel.GetBarrelNThetaMax();
HepGeom::Point3D< double > HepPoint3D
static bool is_barrel(const Identifier &id)
Test for barrel.
HepPoint3D Get(int index) const
virtual double GetBarrelL() const
virtual HepPoint3D GetCrystalPoint(const Identifier &id, const int i) const
virtual int GetBarrelNPhiMax() const
virtual double GetBarrelR() const
virtual HepPoint3D GetCFrontCenter(const Identifier &id) const
EmcRecGeoSvc(const std::string &name, ISvcLocator *svcloc)
virtual EmcRecCrystal GetCrystal(const Identifier &id) const
virtual StatusCode initialize()
virtual StatusCode finalize()
virtual double GetBarrelh2() const
virtual double GetBarrelOffset1() const
virtual HepPoint3D GetCCenter(const Identifier &id) const
virtual double GetBarrelOffset2() const
virtual int GetBarrelNThetaMax() const
virtual double GetBarrelh1() const
virtual double GetBarrelh3() const