StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPhmdHit.cxx
1 /********************************************************************
2  *
3  * $Id: StPhmdHit.cxx,v 2.1 2002/12/20 22:33:00 ullrich Exp $
4  *
5  * Author: Subhasis Chattopadhyay, Dec 2002
6  ********************************************************************
7  *
8  * Description: This is the class for Phmd hit objects
9  *
10  ********************************************************************
11  *
12  * $Log: StPhmdHit.cxx,v $
13  * Revision 2.1 2002/12/20 22:33:00 ullrich
14  * Initial Revision.
15  *
16  ********************************************************************/
17 #include "StPhmdHit.h"
18 
19 ClassImp(StPhmdHit)
20 
22 {
23  mSuperModuleNumber = 0;
24  mSubDetector = 0;
25  mRow = 0;
26  mCol = 0;
27  mEnergy = 0;
28  mAdc = 0;
29 }
30 
31 StPhmdHit::~StPhmdHit(){ /* noop */ }