Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
old_cbmroot
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Vikas Singhal
old_cbmroot
Commits
83df62de
Commit
83df62de
authored
4 years ago
by
alberica.toia@cern.ch
Committed by
Pierre-Alain Loizeau
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Adding reco macro and geo par -clang format
parent
c3c2fda5
Branches
nightly_master
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/beamtime/cosy2019/cosy2019_process.C
+38
-37
38 additions, 37 deletions
macro/beamtime/cosy2019/cosy2019_process.C
with
38 additions
and
37 deletions
macro/beamtime/cosy2019/cosy2019_process.C
+
38
−
37
View file @
83df62de
...
...
@@ -8,13 +8,14 @@
// --------------------------------------------------------------------------
void
cosy2019_process
()
{
void
cosy2019_process
()
{
Int_t
nTimeslices
=
-
1
;
TString
inFile
=
"unp_cosy_0025.root"
;
TString
parFile
=
"unp_cosy_params_0025.root"
;
TString
outFile
=
"0025.rec.root"
;
TString
geoFile
=
"sts_hodo_v19a_cosy_geo.root"
;
TString
inFile
=
"unp_cosy_0025.root"
;
TString
parFile
=
"unp_cosy_params_0025.root"
;
TString
outFile
=
"0025.rec.root"
;
TString
geoFile
=
"sts_hodo_v19a_cosy_geo.root"
;
// --- Logger settings ----------------------------------------------------
...
...
@@ -78,62 +79,62 @@ void cosy2019_process() {
CbmRecoSts
*
recoSts
=
new
CbmRecoSts
();
recoSts
->
SetTimeCutDigisAbs
(
20
);
// cluster finder: time cut in ns
recoSts
->
SetTimeCutClustersAbs
(
20
.);
// hit finder: time cut in ns
// ---- Here we define the sensor parameters since they are not available
// ----- from the runtimeDb.(#hateRuntimeDb)
// ---- Hodoscope "sensor"
CbmStsParSensor
hodoSensPar
(
CbmStsSensorClass
::
kDssdOrtho
);
hodoSensPar
.
SetPar
(
0
,
6
.
5
);
// extension in x
hodoSensPar
.
SetPar
(
1
,
6
.
5
);
// extension in y
hodoSensPar
.
SetPar
(
2
,
0
.
4
);
// extension in z
hodoSensPar
.
SetPar
(
3
,
6
.
4
);
// active size in y
hodoSensPar
.
SetPar
(
4
,
64
);
// number of strips front side
hodoSensPar
.
SetPar
(
5
,
64
);
// number of strips back side
hodoSensPar
.
SetPar
(
6
,
0
.
1
);
// strip pitch front side
hodoSensPar
.
SetPar
(
7
,
0
.
1
);
// strip pitch back side
// ---- STS sensor (DUT)
hodoSensPar
.
SetPar
(
0
,
6
.
5
);
// extension in x
hodoSensPar
.
SetPar
(
1
,
6
.
5
);
// extension in y
hodoSensPar
.
SetPar
(
2
,
0
.
4
);
// extension in z
hodoSensPar
.
SetPar
(
3
,
6
.
4
);
// active size in y
hodoSensPar
.
SetPar
(
4
,
64
);
// number of strips front side
hodoSensPar
.
SetPar
(
5
,
64
);
// number of strips back side
hodoSensPar
.
SetPar
(
6
,
0
.
1
);
// strip pitch front side
hodoSensPar
.
SetPar
(
7
,
0
.
1
);
// strip pitch back side
// ---- STS sensor (DUT)
CbmStsParSensor
stsSensPar
(
CbmStsSensorClass
::
kDssdStereo
);
stsSensPar
.
SetPar
(
0
,
6
.
2092
);
// extension in x
stsSensPar
.
SetPar
(
1
,
6
.
2000
);
// extension in y
stsSensPar
.
SetPar
(
2
,
0
.
0300
);
// extension in z
stsSensPar
.
SetPar
(
3
,
5
.
9600
);
// active size in y
stsSensPar
.
SetPar
(
4
,
1024
);
// number of strips front side
stsSensPar
.
SetPar
(
5
,
1024
);
// number of strips back side
stsSensPar
.
SetPar
(
0
,
6
.
2092
);
// extension in x
stsSensPar
.
SetPar
(
1
,
6
.
2000
);
// extension in y
stsSensPar
.
SetPar
(
2
,
0
.
0300
);
// extension in z
stsSensPar
.
SetPar
(
3
,
5
.
9600
);
// active size in y
stsSensPar
.
SetPar
(
4
,
1024
);
// number of strips front side
stsSensPar
.
SetPar
(
5
,
1024
);
// number of strips back side
stsSensPar
.
SetPar
(
6
,
0
.
005
8
);
// strip pitch front side
stsSensPar
.
SetPar
(
7
,
0
.
005
8
);
// strip pitch back side
stsSensPar
.
SetPar
(
8
,
-
7
.
5
);
// strip pitch front side
stsSensPar
.
SetPar
(
9
,
0
.
0
);
// strip pitch back side
stsSensPar
.
SetPar
(
7
,
0
.
005
8
);
// strip pitch back side
stsSensPar
.
SetPar
(
8
,
-
7
.
5
);
// strip pitch front side
stsSensPar
.
SetPar
(
9
,
0
.
0
);
// strip pitch back side
// --- Addresses for sensors
// --- They are defined in each station as sensor 1, module 1, halfladderD (2), ladder 1
Int_t
hodo1Address
=
CbmStsAddress
::
GetAddress
(
0
,
0
,
1
,
0
,
0
);
// station 1
Int_t
stsAddress
=
CbmStsAddress
::
GetAddress
(
1
,
0
,
1
,
0
,
0
);
// station 2
Int_t
hodo2Address
=
CbmStsAddress
::
GetAddress
(
2
,
0
,
1
,
0
,
0
);
// station 3
Int_t
hodo1Address
=
CbmStsAddress
::
GetAddress
(
0
,
0
,
1
,
0
,
0
);
// station 1
Int_t
stsAddress
=
CbmStsAddress
::
GetAddress
(
1
,
0
,
1
,
0
,
0
);
// station 2
Int_t
hodo2Address
=
CbmStsAddress
::
GetAddress
(
2
,
0
,
1
,
0
,
0
);
// station 3
std
::
cout
<<
"Hodo 1 address "
<<
std
::
dec
<<
hodo1Address
<<
" "
<<
std
::
hex
<<
hodo1Address
<<
std
::
endl
;
std
::
cout
<<
"STS address "
<<
std
::
dec
<<
stsAddress
<<
" "
<<
std
::
hex
<<
stsAddress
<<
std
::
endl
;
std
::
cout
<<
"Hodo 2 address "
<<
std
::
dec
<<
hodo2Address
<<
" "
<<
std
::
hex
<<
hodo2Address
<<
std
::
endl
;
// --- Now we can define the sensor parameter set and tell recoSts to use it
auto
sensorParSet
=
new
CbmStsParSetSensor
(
"CbmStsParSetSensor"
,
"STS sensor parameters"
"cosy2019"
);
auto
sensorParSet
=
new
CbmStsParSetSensor
(
"CbmStsParSetSensor"
,
"STS sensor parameters"
"cosy2019"
);
sensorParSet
->
SetParSensor
(
hodo1Address
,
hodoSensPar
);
sensorParSet
->
SetParSensor
(
stsAddress
,
stsSensPar
);
sensorParSet
->
SetParSensor
(
hodo2Address
,
hodoSensPar
);
recoSts
->
UseSensorParSet
(
sensorParSet
);
// --- Next we define the module and ASIC parameters. The same can be used for all sensors.
CbmStsParAsic
asicPar
(
32
,
75000
.,
3000
.,
5
.,
800
.,
1000
.,
3.9789e-3
);
CbmStsParAsic
asicPar
(
32
,
75000
.,
3000
.,
5
.,
800
.,
1000
.,
3.9789e-3
);
auto
modulePar
=
new
CbmStsParModule
(
2048
,
128
);
modulePar
->
SetAllAsics
(
asicPar
);
recoSts
->
UseModulePar
(
modulePar
);
// --- We also need the sensor conditions, although they are of no relevance here
// --- without magnetic field (they are used to determine the Lorentz shift).
auto
sensorCond
=
new
CbmStsParSensorCond
(
70
.,
140
.,
268
.,
17
.
5
,
1
.);
recoSts
->
UseSensorCond
(
sensorCond
);
run
->
AddTask
(
recoSts
);
std
::
cout
<<
"-I- : Added task "
<<
recoSts
->
GetName
()
<<
std
::
endl
;
// ------------------------------------------------------------------------
...
...
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