FairShip
Loading...
Searching...
No Matches
TimeDetPoint.cxx
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#include "TimeDetPoint.h"
6
7#include <iostream>
8
9#include "FairLogger.h"
10
11// ----- Default constructor -------------------------------------------
12TimeDetPoint::TimeDetPoint() : SHiP::DetectorPoint() {}
13// -------------------------------------------------------------------------
14
15// ----- Destructor ----------------------------------------------------
17// -------------------------------------------------------------------------
18
20 LOG(info) << "This is the time detector";
21}
void extraPrintInfo() const override
virtual ~TimeDetPoint()
Definition: Detector.h:18