StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StEvent
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
21
StPhmdHit
::
StPhmdHit
()
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 */
}
StPhmdHit
Definition:
StPhmdHit.h:37
Generated by
1.8.5