Skip to content

Commit dbb62e1

Browse files
author
wpierozak
committed
Fixed formatting isues
1 parent c10563b commit dbb62e1

File tree

6 files changed

+42
-9
lines changed

6 files changed

+42
-9
lines changed

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/EventsPerBc.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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 _FT0_EVENTS_PER_BC_CALIB_OBJECT
213
#define _FT0_EVENTS_PER_BC_CALIB_OBJECT
314

Detectors/FIT/FT0/calibration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ o2_add_executable(ft0-events-per-bc-processor
5656
O2::FT0Calibration
5757
O2::Framework
5858
O2::CCDB
59-
)
59+
)

Detectors/FIT/FT0/calibration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Receiver example:
5050
```
5151
o2-dpl-raw-proxy --channel-config "name=readout-proxy,type=pull,method=bind,address=tcp://localhost:30453,rateLogging=1,transport=zeromq" --dataspec "A:FT0/DIGITSBC/0" \
5252
| o2-calibration-ft0-events-per-bc-processor --FT0EventsPerBcProcessor "--slot-len-sec=10 --min-ampl-side-a=0" \
53-
| o2-calibration-ccdb-populator-workflow --ccdb-path=http://localhost:8080/
53+
| o2-calibration-ccdb-populator-workflow --ccdb-path=http://localhost:8080/
5454
```
5555

5656
### CTF Data
5757
Example:
5858
```
5959
o2-ctf-reader-workflow --ctf-input ctf.root --onlyDet FT0 \
6060
| o2-calibration-ft0-events-per-bc-processor --FT0EventsPerBcProcessor "--slot-len-sec=10" \
61-
| o2-calibration-ccdb-populator-workflow --ccdb-path=http://localhost:8080/
61+
| o2-calibration-ccdb-populator-workflow --ccdb-path=http://localhost:8080/
6262
```

Detectors/FIT/FT0/calibration/workflow/FT0EventsPerBcSpec.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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.
111

212
#ifndef O2_CALIBRATION_FT0_EVENTS_PER_BC_CALIBRATOR_H
313
#define O2_CALIBRATION_FT0_EVENTS_PER_BC_CALIBRATOR_H

Detectors/FIT/FT0/macros/CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Copyright CERN and copyright holders of ALICE O2. This software is distributed
2-
# under the terms of the GNU General Public License v3 (GPL Version 3), copied
3-
# verbatim in the file "COPYING".
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.
44
#
5-
# See http://alice-o2.web.cern.ch/license for full licensing information.
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".
67
#
78
# In applying this license CERN does not waive the privileges and immunities
8-
# granted to it by virtue of its status as an Intergovernmental Organization or
9-
# submit itself to any jurisdiction.
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.
1011

1112
o2_add_test_root_macro(FT0Misaligner.C
1213
PUBLIC_LINK_LIBRARIES O2::CCDB

Detectors/FIT/FT0/macros/FT0readEventsPerBc.C

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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
#if !defined(__CLING__) || defined(__ROOTCLING__)
213
#include <iostream>
314
#include <array>

0 commit comments

Comments
 (0)