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
StMuDSTMaker
COMMON
StMuPmdHit.cxx
1
/*****************************************************************
2
* $Id: StMuPmdHit.cxx,v 1.1 2004/10/19 01:40:21 mvl Exp $
3
*
4
* Class : StMuPmdHit
5
* Author: Supriya Das
6
* ****************************************************************
7
*
8
* Description: This is the Hit class for PMD in MuDst
9
* ****************************************************************
10
* $Log: StMuPmdHit.cxx,v $
11
* Revision 1.1 2004/10/19 01:40:21 mvl
12
* New class to hold Pmd hits (raw adc information)
13
*
14
*
15
* ****************************************************************/
16
17
#include "StMuPmdHit.h"
18
19
ClassImp(
StMuPmdHit
)
20
21
StMuPmdHit
::
StMuPmdHit
()
22
{
23
}
24
25
StMuPmdHit::~StMuPmdHit()
26
{
27
}
28
29
StMuPmdHit::StMuPmdHit(
StMuPmdHit
*
hit
)
30
{
31
mEnergy =hit ->energy();
32
mADC = hit->adc();
33
mSuperModule = hit->superModule();
34
mSubDetector = hit->subDetector();
35
mRow = hit->row();
36
mCol = hit->column();
37
}
StMuPmdHit
Definition:
StMuPmdHit.h:21
hit
Definition:
GenericTable.C:6
Generated by
1.8.5