ATLAS Offline Software
Loading...
Searching...
No Matches
TBIdentifiedParticle.h
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
8
9#ifndef TBIDENTIFIEDPARTICLE
10#define TBIDENTIFIEDPARTICLE
11
13{
14 public:
21
22
25 inline void setParticle (const ParticleName name) {m_name=name;}
26 inline ParticleName getParticle() const {return m_name;}
27
28
29 private:
31
32};
33
35// TBIdentifiedParticle
36#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void setParticle(const ParticleName name)
TBIdentifiedParticle(const ParticleName name)
ParticleName getParticle() const