ATLAS Offline Software
Loading...
Searching...
No Matches
ITruthParticleVisitor.cxx
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// ITruthParticleVisitor.cxx
8// Implementation file for class ITruthParticleVisitor
9// Author: S.Binet<binet@cern.ch>
11
12
13// STL includes
14
15// McParticleKernel includes
17
19// Public methods:
21
22// Constructors
24
27
30
33{
34 if ( this != &rhs ) {
35 }
36 return *this;
37}
38
39// Destructor
41
virtual ~ITruthParticleVisitor()
Constructor with parameters:
ITruthParticleVisitor()
Default constructor:
ITruthParticleVisitor & operator=(const ITruthParticleVisitor &rhs)
Assignment operator: