FairShip
Loading...
Searching...
No Matches
vetoPoint.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 VETO_VETOPOINT_H_
6#define VETO_VETOPOINT_H_
7
8#include <array>
9
10#include "DetectorPoint.h"
11#include "TObject.h"
12#include "TVector3.h"
13
15 public:
17 vetoPoint();
18
34 virtual ~vetoPoint();
35
36 void extraPrintInfo() const override;
37
40 private:
41 ClassDefOverride(vetoPoint, 5)
42};
43
44#endif // VETO_VETOPOINT_H_
virtual ~vetoPoint()
Definition: vetoPoint.cxx:16
void extraPrintInfo() const override
Definition: vetoPoint.cxx:21