#include "mcRootData/McParticle.h"#include <commonRootData/RootDataUtil.h>#include "Riostream.h"#include "McObjectManager.h"Include dependency graph for McParticle.cxx:

Go to the source code of this file.
Defines | |
| #define | COMPARE_IN_RANGE(att) rootdatautil::CompareInRange(get ## att(),ref.get ## att(),#att) |
Functions | |
| ClassImp (McParticle) McParticle | |
|
|
Definition at line 107 of file McParticle.cxx. |
|
|
Definition at line 13 of file McParticle.cxx.
00015 :
00016 m_particleId(0), m_statusFlags(0)
00017 {
00018 Clear();
00019 }
|
1.3.3