Skip to content
Snippets Groups Projects
Commit 3c80b17c authored by adrien-matta's avatar adrien-matta
Browse files

* Removing warning

parent 8bb77947
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ void GaspardTrackerDummyShape::VolumeMaker(G4int DetectorNumber,
/////////////////////////////////////////////////////////////////
////////////// Starting Volume Definition //////////////////////
////////////////////////////////////////////////////////////////
G4String Name = "GPDDummyShape" + DetectorNumber ;
G4String Name = "GPDDummyShape" + DetNumber ;
G4Box* solidGPDDummyShape = new G4Box(Name, 0.5*FaceFront, 0.5*FaceFront, 0.5*Length);
G4LogicalVolume* logicGPDDummyShape = new G4LogicalVolume(solidGPDDummyShape, m_MaterialVacuum, Name, 0, 0, 0);
......
......@@ -23,13 +23,18 @@ endif
G4WORKDIR = ./
G4BIN = ./bin
CPPFLAGS += $(shell root-config --cflags) -Wno-deprecated-register
CPPFLAGS += $(shell root-config --cflags)
CPPFLAGS += -I$(NPTOOL)/NPLib/include
ifeq ($(ARCH),linuxx8664gcc)
CPPFLAGS += -Xlinker --no-as-needed
endif
ifeq ($(ARCH),macosx64)
CPPFLAGS += -Wno-deprecated-register
endif
EXTRALIBS = $(shell root-config --glibs) -lMathMore
EXTRALIBS += `$(NPTOOL)/NPLib/liblist`
.PHONY: all
......
......@@ -49,9 +49,6 @@ namespace CALORIMETERSCORERS {
void DrawAll();
void PrintAll();
private: // Threshold
G4double m_TriggerThreshold;
private: // How much level of volume nesting should be considered
// Give the list of the nesting level at which the copy number should be return.
// 0 is the lowest level possible (the actual volume copy number in which the interaction happen)
......
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