Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
d6295511
Commit
d6295511
authored
Apr 25, 2016
by
Daniel Hynds
Browse files
steering file for telescope and power pulsing
Former-commit-id: c30f06b30df5be0fb06f5980b60c47de0696df35
parent
c3049049
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/core/Steering.C
View file @
d6295511
...
...
@@ -28,6 +28,7 @@
#include
"FileReader.h"
#include
"Timepix1Correlator.h"
#include
"ClicpixAnalysis.h"
#include
"DataDump.h"
//-------------------------------------------------------------------------------
// The Steering is effectively the executable. It reads command line
...
...
@@ -73,6 +74,7 @@ int main(int argc, char *argv[]) {
FileReader
*
fileReader
=
new
FileReader
(
debug
);
Timepix1Correlator
*
correlator
=
new
Timepix1Correlator
(
debug
);
ClicpixAnalysis
*
clicpixAnalysis
=
new
ClicpixAnalysis
(
debug
);
DataDump
*
dataDump
=
new
DataDump
(
debug
);
// =========================================================================
// Steering file begins
...
...
@@ -80,10 +82,11 @@ int main(int argc, char *argv[]) {
// General parameters
parameters
->
reference
=
"W0013_G03"
;
parameters
->
DUT
=
"W0005_E02"
;
// parameters->DUT = "W0005_E02";
// parameters->DUT = "W0002_J05";
// parameters->reference = "W0013_G03";
// parameters->DUT = "W0019_L08";
//
parameters->DUT = "W0019_F07";
parameters
->
DUT
=
"W0019_F07"
;
parameters
->
detectorToAlign
=
parameters
->
DUT
;
parameters
->
excludedFromTracking
[
parameters
->
DUT
]
=
true
;
...
...
@@ -98,7 +101,8 @@ int main(int argc, char *argv[]) {
parameters
->
excludedFromTracking
[
"W0013_F09"
]
=
true
;
//tpix3EventLoader->debug = true;
//testAlgorithm->makeCorrelations = true;
//testAlgorithm->makeCorrelations = true;
dataDump
->
m_detector
=
parameters
->
DUT
;
// =========================================================================
// Steering file ends
// =========================================================================
...
...
@@ -123,10 +127,11 @@ int main(int argc, char *argv[]) {
analysis
->
add
(
tpix3Clustering
);
analysis
->
add
(
testAlgorithm
);
analysis
->
add
(
basicTracking
);
//
analysis->add(dutAnalysis);
analysis
->
add
(
dutAnalysis
);
// analysis->add(clicpixAnalysis);
// analysis->add(fileWriter);
// analysis->add(dataDump);
if
(
parameters
->
align
)
analysis
->
add
(
alignment
);
if
(
parameters
->
produceMask
)
analysis
->
add
(
tpix3MaskCreator
);
if
(
parameters
->
eventDisplay
)
analysis
->
add
(
eventDisplay
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment