Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
np
nptool
Commits
d3c1b854
Commit
d3c1b854
authored
7 years ago
by
moukaddam
Browse files
Options
Downloads
Patches
Plain Diff
the code now supports multiople MicroMegas detectors
parent
700c7908
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPLib/Detectors/FPDTamu/TFPDTamuPhysics.cxx
+0
-12
0 additions, 12 deletions
NPLib/Detectors/FPDTamu/TFPDTamuPhysics.cxx
with
0 additions
and
12 deletions
NPLib/Detectors/FPDTamu/TFPDTamuPhysics.cxx
+
0
−
12
View file @
d3c1b854
...
...
@@ -816,7 +816,6 @@ void TFPDTamuPhysics::AddParameterToCalibrationManager() {
"Delta_R"
+
NPL
::
itoa
(
i
+
1
)
+
"_C1_T"
);
}
<<<<<<<
HEAD
for
(
int
iDet
=
0
;
iDet
<
m_NumberOfMicro
;
++
iDet
)
{
// in case there's 2 micromega add up the rows
for
(
int
iRow
=
0
;
iRow
<
4
;
++
iRow
)
{
// 4 rows
for
(
int
iCol
=
0
;
iCol
<
7
;
++
iCol
)
{
// 7 columns
...
...
@@ -829,17 +828,6 @@ void TFPDTamuPhysics::AddParameterToCalibrationManager() {
Cal
->
AddParameter
(
"FPDTamu"
,
"Micro"
+
NPL
::
itoa
(
det
)
+
"_R"
+
NPL
::
itoa
(
row
)
+
"_C"
+
NPL
::
itoa
(
col
)
+
"_T"
,
"Micro"
+
NPL
::
itoa
(
det
)
+
"_R"
+
NPL
::
itoa
(
row
)
+
"_C"
+
NPL
::
itoa
(
col
)
+
"_T"
);
=======
for
(
int
i
=
0
;
i
<
m_NumberOfMicro
;
++
i
)
{
// in case there's 2 micromega add up the rows
//by Shuya 170414.
//for (int iRow = 0; iRow < 4; ++iRow) {
for
(
int
iRow
=
0
;
iRow
<
6
;
++
iRow
)
{
for
(
int
iCol
=
0
;
iCol
<
7
;
++
iCol
)
{
Cal
->
AddParameter
(
"FPDTamu"
,
"Micro_R"
+
NPL
::
itoa
((
4
*
i
)
+
iRow
+
1
)
+
"_C"
+
NPL
::
itoa
(
iCol
+
1
)
+
"_E"
,
"Micro_R"
+
NPL
::
itoa
((
4
*
i
)
+
iRow
+
1
)
+
"_C"
+
NPL
::
itoa
(
iCol
+
1
)
+
"_E"
);
Cal
->
AddParameter
(
"FPDTamu"
,
"Micro_R"
+
NPL
::
itoa
((
4
*
i
)
+
iRow
+
1
)
+
"_C"
+
NPL
::
itoa
(
iCol
+
1
)
+
"_T"
,
"Micro_R"
+
NPL
::
itoa
((
4
*
i
)
+
iRow
+
1
)
+
"_C"
+
NPL
::
itoa
(
iCol
+
1
)
+
"_T"
);
>>>>>>>
ab259f332a96dc9a1007ef922f6a311d79bf6d2f
}
}
}
...
...
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