00001 /******************************************************************** 00002 * 00003 * $Id: StPhmdHit.cxx,v 2.1 2002/12/20 22:33:00 ullrich Exp $ 00004 * 00005 * Author: Subhasis Chattopadhyay, Dec 2002 00006 ******************************************************************** 00007 * 00008 * Description: This is the class for Phmd hit objects 00009 * 00010 ******************************************************************** 00011 * 00012 * $Log: StPhmdHit.cxx,v $ 00013 * Revision 2.1 2002/12/20 22:33:00 ullrich 00014 * Initial Revision. 00015 * 00016 ********************************************************************/ 00017 #include "StPhmdHit.h" 00018 00019 ClassImp(StPhmdHit) 00020 00021 StPhmdHit::StPhmdHit() 00022 { 00023 mSuperModuleNumber = 0; 00024 mSubDetector = 0; 00025 mRow = 0; 00026 mCol = 0; 00027 mEnergy = 0; 00028 mAdc = 0; 00029 } 00030 00031 StPhmdHit::~StPhmdHit(){ /* noop */ }
1.5.9