Skip to content
Snippets Groups Projects
Commit 46f1e05f authored by Petr Jacka's avatar Petr Jacka
Browse files

Added missing CaloGeometryFromCaloDDM.h

Former-commit-id: dcd61ba43562a036b34673503e511c90752af495
parent 0ed150fa
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef CaloGeometryFromCaloDDM_h
#define CaloGeometryFromCaloDDM_h
#include "ISF_FastCaloSimParametrization/CaloGeometry.h"
class CaloDetDescrManager;
class CaloGeometryFromCaloDDM:public CaloGeometry {
public :
CaloGeometryFromCaloDDM();
virtual ~CaloGeometryFromCaloDDM();
virtual bool LoadGeometryFromCaloDDM(const CaloDetDescrManager* calo_dd_man);
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment