Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
a0966e0c
Commit
a0966e0c
authored
2 years ago
by
Volker Friese
Browse files
Options
Downloads
Patches
Plain Diff
Some cleanup
parent
8ce061f5
No related branches found
No related tags found
1 merge request
!1014
Introduce T-ZERO digitizer (Refs #2630)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sim/detectors/bmon/CbmBmonDigitize.h
+2
-17
2 additions, 17 deletions
sim/detectors/bmon/CbmBmonDigitize.h
with
2 additions
and
17 deletions
sim/detectors/bmon/CbmBmonDigitize.h
+
2
−
17
View file @
a0966e0c
...
...
@@ -16,21 +16,6 @@
#include
"TStopwatch.h"
#include
<map>
class
TClonesArray
;
class
CbmStsPoint
;
class
CbmStsParAsic
;
class
CbmStsParModule
;
class
CbmStsParSensor
;
class
CbmStsParSensorCond
;
class
CbmStsParSetModule
;
class
CbmStsParSetSensor
;
class
CbmStsParSetSensorCond
;
class
CbmStsParSim
;
class
CbmStsSetup
;
class
CbmStsSimSensorFactory
;
/** @class CbmBmonDigitize
** @brief Task class for simulating the detector response of the BMON
...
...
@@ -45,7 +30,7 @@ class CbmBmonDigitize : public CbmDigitize<CbmBmonDigi> {
public:
/** Constructor **/
CbmBmonDigitize
(
double
fR
esolution
=
0.025
);
CbmBmonDigitize
(
double
r
esolution
=
0.025
);
/** Destructor **/
...
...
@@ -53,7 +38,7 @@ public:
/** @brief Detector system ID
** @return k
Sts
** @return k
T0
**/
ECbmModuleId
GetSystemId
()
const
{
return
ECbmModuleId
::
kT0
;
}
...
...
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