Skip to content
Snippets Groups Projects
Verified Commit 0da4af08 authored by Tadej Novak's avatar Tadej Novak
Browse files

FCS: Disable standalone test

parent f4007838
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#include "TVector2.h"
#include "TMath.h"
#if defined(__FastCaloSimStandAlone__)
#if 0 //defined(__FastCaloSimStandAlone__)
#include "CaloGeometryFromFile.h"
#endif
......@@ -156,7 +156,7 @@ void TFCSHitCellMappingWiggle::unit_test(TFCSSimulationState* simulstate,TFCSTru
wiggle_test.setLevel(MSG::DEBUG);
wiggle_test.Print();
#if defined(__FastCaloSimStandAlone__)
#if 0 // defined(__FastCaloSimStandAlone__)
CaloGeometryFromFile* geo = new CaloGeometryFromFile();
// * load geometry files
......
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