Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZDCdigitizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chad Lantz
ZDCdigitizer
Compare revisions
6fb5d0ff0319552e058b8b3bb2fda733ee42bac2 to 1f75fcd8674d40abe3a10288f5f00a51423f5a87
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
clantz2/zdcdigitizer
Select target project
No results found
1f75fcd8674d40abe3a10288f5f00a51423f5a87
Select Git revision
Branches
master
patch-1
Swap
Target
clantz2/zdcdigitizer
Select target project
clantz2/zdcdigitizer
1 result
6fb5d0ff0319552e058b8b3bb2fda733ee42bac2
Select Git revision
Branches
master
patch-1
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Based pmt pulses on quantum efficiency and single PE pulses instead of cathode radiant sensitivity
· ffce8e3d
Chad Lantz
authored
2 years ago
ffce8e3d
Should have stashed and pulled, but merged instead
· 1f75fcd8
Chad Lantz
authored
2 years ago
1f75fcd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
outputDigitization.cc
+5
-0
5 additions, 0 deletions
outputDigitization.cc
with
5 additions
and
0 deletions
outputDigitization.cc
View file @
1f75fcd8
...
...
@@ -470,8 +470,13 @@ void generateWaveform(string fileName, bool DRAW){
}
//end hit loop
cout
<<
endl
<<
endl
;
for
(
int
tile
=
0
;
tile
<
16
;
tile
++
){
if
(
tile
%
4
==
0
)
cout
<<
endl
;
cout
<<
pulses
[
tile
].
size
()
<<
", "
;
// Add dark current pulses
int
nPulses
=
rnd
.
Poisson
(
aveNpulses
);
for
(
int
i
=
0
;
i
<
nPulses
;
i
++
){
...
...
This diff is collapsed.
Click to expand it.