File tree Expand file tree Collapse file tree 5 files changed +38
-6
lines changed
Expand file tree Collapse file tree 5 files changed +38
-6
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,26 @@ o2_target_root_dictionary(FT0Calibration
3434
3535o2_add_executable(ft0-time-offset-calib
3636 COMPONENT_NAME calibration
37- SOURCES
37+ SOURCES
3838 workflow/FT0TimeOffsetCalibration-Workflow.cxx
3939 PUBLIC_LINK_LIBRARIES
4040 O2::FT0Calibration O2::FITCalibration
4141 )
4242
4343o2_add_executable(ft0-time-spectra-processor
4444 COMPONENT_NAME calibration
45- SOURCES
45+ SOURCES
4646 workflow/FT0TimeSpectraProcessor-Workflow.cxx
4747 PUBLIC_LINK_LIBRARIES
4848 O2::FT0Calibration
4949 )
5050
5151o2_add_executable(ft0-events-per-bc-processor
5252 COMPONENT_NAME calibration
53- SOURCES
53+ SOURCES
5454 workflow/FT0EventsPerBcProcessor-Workflow.cxx
5555 PUBLIC_LINK_LIBRARIES
5656 O2::FT0Calibration
5757 O2::Framework
5858 O2::CCDB
59- )
60-
59+ )
Original file line number Diff line number Diff line change 1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ // All rights not expressly granted are reserved.
4+ //
5+ // This software is distributed under the terms of the GNU General Public
6+ // License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ //
8+ // In applying this license CERN does not waive the privileges and immunities
9+ // granted to it by virtue of its status as an Intergovernmental Organization
10+ // or submit itself to any jurisdiction.
11+
112#ifndef O2_FT0TVXPERBCID
213#define O2_FT0TVXPERBCID
314
Original file line number Diff line number Diff line change 1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ // All rights not expressly granted are reserved.
4+ //
5+ // This software is distributed under the terms of the GNU General Public
6+ // License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ //
8+ // In applying this license CERN does not waive the privileges and immunities
9+ // granted to it by virtue of its status as an Intergovernmental Organization
10+ // or submit itself to any jurisdiction.
11+
112#include " FT0Calibration/EventsPerBcCalibrator.h"
213#include " CommonUtils/MemFileHelper.h"
314
Original file line number Diff line number Diff line change 1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ // All rights not expressly granted are reserved.
4+ //
5+ // This software is distributed under the terms of the GNU General Public
6+ // License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ //
8+ // In applying this license CERN does not waive the privileges and immunities
9+ // granted to it by virtue of its status as an Intergovernmental Organization
10+ // or submit itself to any jurisdiction.
11+
112#include " FT0EventsPerBcSpec.h"
213#include " Framework/Lifetime.h"
314#include < limits>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ o2_add_test_root_macro(FT0Misaligner.C
1212 PUBLIC_LINK_LIBRARIES O2::CCDB
1313 O2::FT0Simulation
1414 LABELS ft0)
15-
15+
1616o2_add_test_root_macro(FT0readEventsPerBc.C
1717 PUBLIC_LINK_LIBRARIES O2::CCDB
1818 LABELS ft0)
You can’t perform that action at this time.
0 commit comments