From a8b04f47de538570bd31495d804ed55a6db5bb25 Mon Sep 17 00:00:00 2001 From: sergeizharko <zharkosergey94@yandex.ru> Date: Sun, 19 Dec 2021 03:06:29 +0100 Subject: [PATCH] Added new class L1BaseStationInfo to the L1Algo core --- reco/L1/L1Algo/L1BaseStationInfo.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reco/L1/L1Algo/L1BaseStationInfo.h b/reco/L1/L1Algo/L1BaseStationInfo.h index ed524727a2..3f7a7ca4cf 100644 --- a/reco/L1/L1Algo/L1BaseStationInfo.h +++ b/reco/L1/L1Algo/L1BaseStationInfo.h @@ -2,7 +2,11 @@ SPDX-License-Identifier: GPL-3.0-only Authors: Sergey Gorbunov, Sergei Zharko [committer] */ +<<<<<<< HEAD /************************************************************************************************************ +======= +/************************************************************************************************************** +>>>>>>> Added new class L1BaseStationInfo to the L1Algo core * @file L1BaseStationInfo.h * @bried A base class for a L1 station interface * @since 18.12.2021 @@ -25,6 +29,7 @@ #include <string> #include <bitset> #include <iomanip> +<<<<<<< HEAD //#include <cmath> /// A base class which provides interface to L1Algo station geometry -- GitLab