Skip to content
Snippets Groups Projects
Commit ece5cd07 authored by local1's avatar local1
Browse files

replaced G4int by G4long for m_index as m_index can be very large

parent 6add44e8
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ namespace SILICONSCORERS { ...@@ -157,7 +157,7 @@ namespace SILICONSCORERS {
G4int m_DetectorNumber ; G4int m_DetectorNumber ;
G4int m_StripLengthNumber ; G4int m_StripLengthNumber ;
G4int m_StripWidthNumber ; G4int m_StripWidthNumber ;
G4int m_Index ; G4long m_Index ;
}; };
...@@ -219,7 +219,7 @@ namespace SILICONSCORERS { ...@@ -219,7 +219,7 @@ namespace SILICONSCORERS {
G4int m_StripRingNumber ; G4int m_StripRingNumber ;
G4int m_StripSectorNumber ; G4int m_StripSectorNumber ;
G4int m_StripQuadrantNumber ; G4int m_StripQuadrantNumber ;
G4int m_Index ; G4long m_Index ;
}; };
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
...@@ -271,7 +271,7 @@ namespace SILICONSCORERS { ...@@ -271,7 +271,7 @@ namespace SILICONSCORERS {
G4ThreeVector m_Position ; G4ThreeVector m_Position ;
G4int m_DetectorNumber ; G4int m_DetectorNumber ;
G4int m_StripWidthNumber ; G4int m_StripWidthNumber ;
G4int m_Index ; G4long m_Index ;
}; };
......
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