Skip to content

Commit fd266c4

Browse files
committed
GLO: generalize reductor
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent eff0af7 commit fd266c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Modules/GLO/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target_sources(
66
O2QcGLO
77
PRIVATE src/ITSTPCMatchingTask.cxx
88
src/ITSTPCmatchingCheck.cxx
9-
src/K0sFitReductor.cxx
9+
src/Reductors.cxx
1010
src/MeanVertexValidator.cxx
1111
src/MeanVertexPostProcessing.cxx
1212
src/MeanVertexCheck.cxx
@@ -59,7 +59,7 @@ add_root_dictionary(
5959
include/GLO/CTFSizeTask.h
6060
include/GLO/ITSTPCMatchingTask.h
6161
include/GLO/ITSTPCmatchingCheck.h
62-
include/GLO/K0sFitReductor.h
62+
include/GLO/Reductors.h
6363
LINKDEF include/GLO/LinkDef.h)
6464

6565
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/GLO DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/QualityControl")
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 "GLO/K0sFitReductor.h"
12+
#include "GLO/Reductors.h"
1313
#include "GLO/Helpers.h"
1414

1515
#include <TF1.h>

0 commit comments

Comments
 (0)