FairShip
Loading...
Searching...
No Matches
TimeDetPoint.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// SPDX-FileCopyrightText: Copyright CERN for the benefit of the SHiP
3// Collaboration
4
5#ifndef TIMEDET_TIMEDETPOINT_H_
6#define TIMEDET_TIMEDETPOINT_H_
7
8#include <array>
9
10#include "DetectorPoint.h"
11#include "TObject.h"
12#include "TVector3.h"
13
15 public:
18
20
22 virtual ~TimeDetPoint();
23
24 void extraPrintInfo() const override;
25
26 private:
27 ClassDefOverride(TimeDetPoint, 4)
28};
29
30#endif // TIMEDET_TIMEDETPOINT_H_
void extraPrintInfo() const override
virtual ~TimeDetPoint()