#include <MUIOO.h>#include <TMuiMCHitO_v1.h>#include <TMutMCTrkMap.h>#include <PHKeyIterator.h>#include <PHConstKeyIterator.h>Go to the source code of this file.
Functions | |
| ClassImp (TMuiMCHitO_v1) TMuiMCHitO_v1 | |
|
|
default constructor Definition at line 8 of file TMuiMCHitO_v1.cxx.
00011 : _arm(0),
00012 _plane(0),
00013 _index(0),
00014 _track_id(0),
00015 _x(0),
00016 _y(0),
00017 _z(0),
00018 _px(0),
00019 _py(0),
00020 _pz(0),
00021 _pid(0),
00022 _file_key(0)
00023 {
00024 // nothing being done right now
00025 }
|