Skip to content

Commit c50cc47

Browse files
author
Wiktor Pierozak
committed
Renamed files
1 parent 4a654e8 commit c50cc47

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

DataFormats/Detectors/FIT/FV0/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ o2_add_library(DataFormatsFV0
1717
src/RawEventData.cxx
1818
src/CTF.cxx
1919
src/LookUpTable.cxx
20-
src/RecoFilterParam.cxx
20+
src/FV0RecoConfig.cxx
2121
PUBLIC_LINK_LIBRARIES O2::FV0Base
2222
O2::DataFormatsFIT
2323
O2::SimulationDataFormat

DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0/RecoFilterParam.h renamed to DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0/FV0RecoConfig.h

File renamed without changes.

DataFormats/Detectors/FIT/FV0/src/RecoFilterParam.cxx renamed to DataFormats/Detectors/FIT/FV0/src/FV0RecoConfig.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#include "DataFormatsFV0/RecoFilterParam.h"
12+
#include "DataFormatsFV0/FV0RecoConfig.h"
1313

1414
using namespace o2::fv0;
1515
O2ParamImpl(FV0RecoConfig);

Detectors/FIT/FV0/reconstruction/src/BaseRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "FV0Base/Geometry.h"
1818
#include "FV0Simulation/FV0DigParam.h"
1919
#include "FV0Simulation/DigitizationConstant.h"
20-
#include "DataFormatsFV0/RecoFilterParam.h"
20+
#include "DataFormatsFV0/FV0RecoConfig.h"
2121
#include <DataFormatsFV0/ChannelData.h>
2222
#include <DataFormatsFV0/Digit.h>
2323
#include <CommonDataFormat/InteractionRecord.h>

0 commit comments

Comments
 (0)