FairShip
Loading...
Searching...
No Matches
UpstreamTaggerPoint.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 UPSTREAMTAGGER_UPSTREAMTAGGERPOINT_H_
6#define UPSTREAMTAGGER_UPSTREAMTAGGERPOINT_H_
7
8#include <array>
9
10#include "DetectorPoint.h"
11#include "TObject.h"
12#include "TVector3.h"
13#include "UpstreamTagger.h"
14#include "UpstreamTaggerHit.h"
15
17 public:
20
23 virtual ~UpstreamTaggerPoint();
24
25 void extraPrintInfo() const override;
26
27 private:
28 ClassDefOverride(UpstreamTaggerPoint, 4)
29};
30
31#endif // UPSTREAMTAGGER_UPSTREAMTAGGERPOINT_H_
void extraPrintInfo() const override