Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions u4/U4SensorIdentifierDefault.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ inline int U4SensorIdentifierDefault::getInstanceIdentity( const G4VPhysicalVolu

int identifier = is_sensor ? copyno : -1 ;

//bool is_interesting_copyno = IsInterestingCopyNo(copyno) ;
//bool dump = is_sensor && is_interesting_copyno ;
//bool dump = false ;
//bool dump = true ;
//bool dump = num_sd > 0 ;

if(level > 0) std::cout
<< "U4SensorIdentifierDefault::getIdentity"
<< " level " << level
Expand All @@ -139,7 +133,6 @@ inline int U4SensorIdentifierDefault::getInstanceIdentity( const G4VPhysicalVolu
<< std::endl
;


return identifier ;
}

Expand Down Expand Up @@ -177,5 +170,3 @@ inline bool U4SensorIdentifierDefault::IsInterestingCopyNo( int copyno )
)
;
}


4 changes: 0 additions & 4 deletions u4/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ set(TEST_SOURCES

U4Debug_Test.cc
U4Hit_Debug_Test.cc

G4ThreeVectorTest.cc


U4PhysicsTableTest.cc
)

Expand Down
10 changes: 0 additions & 10 deletions u4/tests/FewPMT_test.cc

This file was deleted.

8 changes: 0 additions & 8 deletions u4/tests/FewPMT_test.sh

This file was deleted.

27 changes: 0 additions & 27 deletions u4/tests/G4ThreeVectorTest.cc

This file was deleted.

32 changes: 0 additions & 32 deletions u4/tests/U4SensorIdentifierDefault_test.cc

This file was deleted.

Loading