|
50 | 50 | #include "TRKDigitizerSpec.h" |
51 | 51 | #include "TRKWorkflow/DigitWriterSpec.h" |
52 | 52 |
|
53 | | -<<<<<<< HEAD |
54 | | -// for FD3 |
55 | | -#include "FD3DigitizerSpec.h" |
56 | | -#include "FD3Workflow/FD3DigitWriterSpec.h" |
57 | | -======= |
58 | 53 | // for alice 3 TF3 |
59 | 54 | #include "IOTOFDigitizerSpec.h" |
60 | 55 | #include "IOTOFWorkflow/DigitWriterSpec.h" |
61 | | ->>>>>>> dev |
| 56 | + |
| 57 | +// for alice 3 FD3 |
| 58 | +#include "FD3DigitizerSpec.h" |
| 59 | +#include "FD3Workflow/FD3DigitWriterSpec.h" |
| 60 | + |
62 | 61 | #endif |
63 | 62 |
|
64 | 63 | // for TOF |
@@ -676,23 +675,21 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext) |
676 | 675 | specs.emplace_back(o2::trk::getTRKDigitWriterSpec(mctruth)); |
677 | 676 | } |
678 | 677 |
|
679 | | -<<<<<<< HEAD |
680 | | - // FD3 part |
681 | | - if (isEnabled(o2::detectors::DetID::FD3)) { |
682 | | - detList.emplace_back(o2::detectors::DetID::FD3); |
683 | | - // connect the ALICE 3 FD3 digitization |
684 | | - specs.emplace_back(o2::fd3::getFD3DigitizerSpec(fanoutsize++, mctruth)); |
685 | | - // connect the ALICE 3 FD3 digit writer |
686 | | - specs.emplace_back(o2::fd3::getFD3DigitWriterSpec(mctruth)); |
687 | | -======= |
688 | 678 | // the ALICE 3 IOTOF part |
689 | 679 | if (isEnabled(o2::detectors::DetID::TF3)) { |
690 | 680 | detList.emplace_back(o2::detectors::DetID::TF3); |
691 | 681 | // connect the ALICE 3 IOTOF digitization |
692 | 682 | specs.emplace_back(o2::iotof::getIOTOFDigitizerSpec(fanoutsize++, mctruth)); |
693 | 683 | // connect the ALICE 3 IOTOF digit writer |
694 | 684 | specs.emplace_back(o2::iotof::getIOTOFDigitWriterSpec(mctruth)); |
695 | | ->>>>>>> dev |
| 685 | + |
| 686 | + // FD3 part |
| 687 | + if (isEnabled(o2::detectors::DetID::FD3)) { |
| 688 | + detList.emplace_back(o2::detectors::DetID::FD3); |
| 689 | + // connect the ALICE 3 FD3 digitization |
| 690 | + specs.emplace_back(o2::fd3::getFD3DigitizerSpec(fanoutsize++, mctruth)); |
| 691 | + // connect the ALICE 3 FD3 digit writer |
| 692 | + specs.emplace_back(o2::fd3::getFD3DigitWriterSpec(mctruth)); |
696 | 693 | } |
697 | 694 | #endif |
698 | 695 |
|
|
0 commit comments