Skip to content

Commit de783c2

Browse files
committed
Comments from Felix
1 parent a98e9dc commit de783c2

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Detectors/ITSMFT/ITS/macros/test/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,10 @@ o2_add_test_root_macro(CheckSeeding.C
134134
O2::SimulationDataFormat
135135
O2::Steer
136136
LABELS its COMPILE_ONLY)
137+
138+
o2_add_test_root_macro(CheckITSTracksVsROF.C
139+
PUBLIC_LINK_LIBRARIES O2::CCDB
140+
O2::DataFormatsITS
141+
O2::DataFormatsITSMFT
142+
O2::Framework
143+
LABELS its COMPILE_ONLY)

Detectors/ITSMFT/ITS/macros/test/CheckITSTracksVsROF.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include <TCanvas.h>
2121
#include <CCDB/BasicCCDBManager.h>
2222
#include <CommonConstants/LHCConstants.h>
23-
#include "DataFormatsParameters/GRPLHCIFData.h"
24-
#include "DataFormatsFIT/Triggers.h"
23+
#include <DataFormatsParameters/GRPLHCIFData.h>
24+
#include <DataFormatsFIT/Triggers.h>
2525
#include <DataFormatsFT0/Digit.h>
2626
#include <Framework/DataTypes.h>
2727
#include <DataFormatsParameters/AggregatedRunInfo.h>

0 commit comments

Comments
 (0)