FairShip
Loading...
Searching...
No Matches
vetoPoint.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 "
vetoPoint.h
"
6
7
#include <iostream>
8
9
#include "FairLogger.h"
// for FairLogger, etc
10
11
// ----- Default constructor -------------------------------------------
12
vetoPoint::vetoPoint
() :
SHiP
::DetectorPoint() {}
13
// -------------------------------------------------------------------------
14
15
// ----- Destructor ----------------------------------------------------
16
vetoPoint::~vetoPoint
() {}
17
// -------------------------------------------------------------------------
18
19
// ----- Public method Print -------------------------------------------
20
21
void
vetoPoint::extraPrintInfo
()
const
{
22
LOG(info) <<
"This is the veto detector"
;
23
}
24
25
// -------------------------------------------------------------------------
vetoPoint::~vetoPoint
virtual ~vetoPoint()
Definition:
vetoPoint.cxx:16
vetoPoint::extraPrintInfo
void extraPrintInfo() const override
Definition:
vetoPoint.cxx:21
vetoPoint::vetoPoint
vetoPoint()
Definition:
vetoPoint.cxx:12
SHiP
Definition:
Detector.h:18
vetoPoint.h
veto
vetoPoint.cxx
Generated by
1.9.6