1
/* This file is part of MAUS: http://micewww.pp.rl.ac.uk:8080/projects/maus
3
* MAUS is free software: you can redistribute it and/or modify
4
* it under the terms of the GNU General Public License as published by
5
* the Free Software Foundation, either version 3 of the License, or
6
* (at your option) any later version.
8
* MAUS is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
13
* You should have received a copy of the GNU General Public License
14
* along with MAUS. If not, see <http://www.gnu.org/licenses/>.
18
#include "src/common_cpp/Recon/Kalman/KalmanTrackFit.hh"
19
#include "gtest/gtest.h"
22
class KalmanTrackFitTest : public ::testing::Test {
24
KalmanTrackFitTest() {}
25
virtual ~KalmanTrackFitTest() {}
26
virtual void SetUp() {}
27
virtual void TearDown() {}
28
static const double err = 1.e-4;
31
TEST_F(KalmanTrackFitTest, none) {
32
// MAUS::KalmanTrackFit *manager;