Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
590f636c
Commit
590f636c
authored
11 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- removed debug printout
parent
780b99d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDG4/src/Geant4CalorimeterSD.cpp
+1
-1
1 addition, 1 deletion
DDG4/src/Geant4CalorimeterSD.cpp
DDG4/src/Geant4TrackerSD.cpp
+1
-1
1 addition, 1 deletion
DDG4/src/Geant4TrackerSD.cpp
with
2 additions
and
2 deletions
DDG4/src/Geant4CalorimeterSD.cpp
+
1
−
1
View file @
590f636c
...
...
@@ -34,7 +34,7 @@ namespace DD4hep { namespace Simulation {
HitContribution
contrib
=
Geant4Hit
::
extractContribution
(
step
);
Geant4CalorimeterHit
*
hit
=
find
(
collection
(
0
),
HitPositionCompare
<
Geant4CalorimeterHit
>
(
pos
));
G4cout
<<
"----------- Geant4GenericSD<Calorimeter>::buildHits : position : "
<<
pos
<<
G4endl
;
//
G4cout << "----------- Geant4GenericSD<Calorimeter>::buildHits : position : " << pos << G4endl ;
if
(
!
hit
)
{
...
...
This diff is collapsed.
Click to expand it.
DDG4/src/Geant4TrackerSD.cpp
+
1
−
1
View file @
590f636c
...
...
@@ -36,7 +36,7 @@ namespace DD4hep { namespace Simulation {
direction
*=
new_len
/
hit_len
;
}
G4cout
<<
"----------- Geant4GenericSD<Tracker>::buildHits : position : "
<<
prePos
<<
G4endl
;
//
G4cout << "----------- Geant4GenericSD<Tracker>::buildHits : position : " << prePos << G4endl ;
Geant4TrackerHit
*
hit
=
new
Geant4TrackerHit
(
h
.
track
->
GetTrackID
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment